CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dt4DSegments_ApplyT0Correction_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 dt4DSegmentsT0Seg = cms.EDProducer("DTSegment4DT0Corrector",
6  DTLinearDriftAlgo_CosmicData,
7  recHits4DLabel = cms.InputTag("dt4DSegments"),
8  debug = cms.untracked.bool(False),
9  performT0_vdriftSegCorrection = cms.bool(True),
10  hit_afterT0_resolution = cms.double(0.03),
11  perform_delta_rejecting = cms.bool(False)
12 )