CMS 3D CMS Logo

totemTimingLocalReconstruction_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # reco hit production
4 from RecoCTPPS.TotemRPLocal.totemTimingRecHits_cfi import totemTimingRecHits
5 totemTimingRecHits.saturationLimit = cms.double(0.85)
6 totemTimingRecHits.cfdFraction = cms.double(0.3)
7 totemTimingRecHits.smoothingPoints = cms.int32(20)
8 totemTimingRecHits.lowPassFrequency = cms.double(0.7)
9 totemTimingRecHits.hysteresis = cms.double(5e-3)
10 
11 totemTimingLocalReconstruction = cms.Sequence(
12  totemTimingRecHits
13 )