Skip to content
This repository was archived by the owner on Jun 12, 2019. It is now read-only.

Commit b67ac0b

Browse files
committed
[June 2018] rechits without common mode noise subtraction
1 parent 8652687 commit b67ac0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

runConfigurationsCERNJune2018/hgcalRechits.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@
9393
ADCCalibrations = cms.untracked.string(adcCalibrations),
9494
calibrationPerChannel=cms.untracked.bool(True),
9595
ExpectedMaxTimeSample=cms.untracked.int32(3),
96-
MaxADCCut=cms.untracked.double(20)
96+
MaxADCCut=cms.untracked.double(20),
97+
subtractCommonMode=cms.untracked.bool(False),
98+
subtractCommonModeOption=cms.untracked.string("board_thr"),
99+
commonModeThreshold=cms.untracked.double(100.),
100+
TSForCommonModeNoiseSubtraction=cms.untracked.int32(-1)
97101
)
98102

99103

0 commit comments

Comments
 (0)