Skip to content

Commit

Permalink
supply onlineBeamSpot for DigiToRaw_Repack in Run3 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Aug 25, 2023
1 parent 31a76f2 commit f421b81
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,10 @@
scalersInputTag = cms.InputTag( "rawDataRepacker" )
)

import RecoVertex.BeamSpotProducer.onlineBeamSpotESProducer_cfi as _mod
BeamSpotESProducer = _mod.onlineBeamSpotESProducer.clone(
timeThreshold = 999999 # to allow using old runs in tests
)

DigiToApproxClusterRawTask = cms.Task(hltSiStripRawToDigi,siStripZeroSuppressionHLT,hltScalersRawToDigi,hltBeamSpotProducer,siStripClustersHLT,hltSiStripClusters2ApproxClusters,rawPrimeDataRepacker)
DigiToApproxClusterRaw = cms.Sequence(DigiToApproxClusterRawTask)

0 comments on commit f421b81

Please sign in to comment.