Skip to content

Commit 7254dfb

Browse files
authored
Update ecalMultiFitUncalibRecHit_cfi.py
Changed ourOfTimeThresholdGain61pEB and ...mEB parameters for CC reconstruction from 3.0 to 12.0 on lines 15 and 16
1 parent 6ac9132 commit 7254dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RecoLocalCalo/EcalRecProducers/python/ecalMultiFitUncalibRecHit_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
EBtimeConstantTerm = 0.85,
1313
outOfTimeThresholdGain12pEB = 3.0,
1414
outOfTimeThresholdGain12mEB = 3.0,
15-
outOfTimeThresholdGain61pEB = 3.0,
16-
outOfTimeThresholdGain61mEB = 3.0,
15+
outOfTimeThresholdGain61pEB = 12.0,
16+
outOfTimeThresholdGain61mEB = 12.0,
1717
timeCalibTag = ':CC',
1818
timeOffsetTag = ':CC'
1919
)

0 commit comments

Comments
 (0)