Skip to content

Commit

Permalink
Fix HI rawDataInputTag for beamhlt DQM client
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio committed Nov 18, 2022
1 parent 2e1911f commit a95cf26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

# Set rawDataRepacker (HI and live) or hltFEDSelectorTCDS+hltFEDSelectorOnlineMetaData (for all the rest)
if (process.runType.getRunType() == process.runType.hi_run and live):
rawDataInputTag = "rawDataRepacker"
rawDataInputTag = "hltFEDSelectorTCDS"
onlineMetaDataInputTag = "hltFEDSelectorOnlineMetaData"
else:
# Use raw data from selected TCDS FEDs (1024, 1025) and OnlineMetaData FED (1022)
Expand Down

0 comments on commit a95cf26

Please sign in to comment.