Skip to content

Commit

Permalink
Merge pull request #46462 from JunseokLee3609/CMSSW_14_2_X_DQMHI
Browse files Browse the repository at this point in the history
Update new timing seeds for HI
  • Loading branch information
cmsbuild authored Oct 22, 2024
2 parents 8efc581 + 1b46a41 commit 71f2381
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
if process.runType.getRunType() == process.runType.hi_run:
process.hltFatEventFilter.HLTPaths.append('HLT_HIPhysics_v*')
rawDataRepackerLabel = 'rawDataRepacker'
process.l1tStage2uGTTiming.firstBXInTrainAlgo=cms.untracked.string("L1_FirstBunchInTrain_50ns")
process.l1tStage2uGTTiming.lastBXInTrainAlgo=cms.untracked.string("L1_LastBunchInTrain_50ns")
process.onlineMetaDataDigis.onlineMetaDataInputLabel = rawDataRepackerLabel
process.onlineMetaDataRawToDigi.onlineMetaDataInputLabel = rawDataRepackerLabel
process.castorDigis.InputLabel = rawDataRepackerLabel
Expand Down

0 comments on commit 71f2381

Please sign in to comment.