Skip to content

Commit

Permalink
Merge pull request #38925 from francescobrivio/alca-update_BS_unitTest
Browse files Browse the repository at this point in the history
Update run for DQM beamhlt client unitTest
  • Loading branch information
cmsbuild committed Aug 7, 2022
2 parents 63a3e87 + 564412e commit 5daa6b3
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -51,7 +51,7 @@

# Set the process source
process.source = cms.Source("DQMStreamerReader",
runNumber = cms.untracked.uint32(346373),
runNumber = cms.untracked.uint32(356383),
runInputDir = cms.untracked.string(dqm_integration_data),
SelectEvents = cms.untracked.vstring('*'),
streamLabel = cms.untracked.string('streamDQMOnlineBeamspot'),
Expand Down Expand Up @@ -150,9 +150,6 @@
# Set rawDataRepacker (HI and live) or rawDataCollector (for all the rest)
if (process.runType.getRunType() == process.runType.hi_run and live):
rawDataInputTag = "rawDataRepacker"
elif unitTest:
# This is needed until we update the streamer files used for the unitTest
rawDataInputTag = "rawDataCollector"
else:
# Use raw data from selected TCDS FEDs (1024, 1025)
rawDataInputTag = "hltFEDSelectorTCDS"
Expand Down

0 comments on commit 5daa6b3

Please sign in to comment.