Skip to content

Commit

Permalink
change ECAL pedestals requireStableBeam flag for MWGR test
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio authored and ianna committed Jun 16, 2021
1 parent faf18ac commit 2a9cbcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
BarrelDigis=cms.InputTag('ecalDigis','ebDigis'),
EndcapDigis=cms.InputTag('ecalDigis','eeDigis'),
tcdsRecord =cms.InputTag('tcdsDigis','tcdsRecord'),
requireStableBeam = cms.bool(True),
requireStableBeam = cms.bool(False),
pedestalSamples=cms.uint32(2), # number of presamples to be used for pedestal determination
checkSignal = cms.bool(False), # whether or not to exclude digis containing a signal
sThresholdEB = cms.uint32(10), # threshold to define a digi as containing signal
Expand Down

0 comments on commit 2a9cbcd

Please sign in to comment.