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 5a51d53 commit cea5e6f
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 cea5e6f

Please sign in to comment.