Skip to content

Commit

Permalink
Merge pull request #42933 from thomreis/ecal-online-dqm-ratio-timing-…
Browse files Browse the repository at this point in the history
…default-132x

Use the ratio timing method for ECAL online DQM - 132X
  • Loading branch information
cmsbuild authored Oct 6, 2023
2 parents 367d39d + dd6a14b commit c5404da
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@

### Individual module setups ###

# Use the ratio timing method for the online DQM
process.ecalMultiFitUncalibRecHit.cpu.algoPSet.timealgo = cms.string("RatioMethod")
process.ecalMultiFitUncalibRecHit.cpu.algoPSet.outOfTimeThresholdGain12pEB = cms.double(5.)
process.ecalMultiFitUncalibRecHit.cpu.algoPSet.outOfTimeThresholdGain12mEB = cms.double(5.)
process.ecalMultiFitUncalibRecHit.cpu.algoPSet.outOfTimeThresholdGain61pEB = cms.double(5.)
process.ecalMultiFitUncalibRecHit.cpu.algoPSet.outOfTimeThresholdGain61mEB = cms.double(5.)

process.ecalPhysicsFilter = cms.EDFilter("EcalMonitorPrescaler",
cosmics = cms.untracked.uint32(1),
physics = cms.untracked.uint32(1),
Expand Down

0 comments on commit c5404da

Please sign in to comment.