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

Commit

Permalink
[June 2018] rechits without common mode noise subtraction
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorbenQuast committed Nov 19, 2018
1 parent 8652687 commit b67ac0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion runConfigurationsCERNJune2018/hgcalRechits.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@
ADCCalibrations = cms.untracked.string(adcCalibrations),
calibrationPerChannel=cms.untracked.bool(True),
ExpectedMaxTimeSample=cms.untracked.int32(3),
MaxADCCut=cms.untracked.double(20)
MaxADCCut=cms.untracked.double(20),
subtractCommonMode=cms.untracked.bool(False),
subtractCommonModeOption=cms.untracked.string("board_thr"),
commonModeThreshold=cms.untracked.double(100.),
TSForCommonModeNoiseSubtraction=cms.untracked.int32(-1)
)


Expand Down

0 comments on commit b67ac0b

Please sign in to comment.