CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTimingExtractor_cfi.py
Go to the documentation of this file.
2 
4 
5 DTTimingExtractorBlock = cms.PSet(
6  DTTimingParameters = cms.PSet(
7  MuonSegmentMatcher,
8  ServiceParameters = cms.PSet(
9  Propagators = cms.untracked.vstring('SteppingHelixPropagatorAny',
10  'PropagatorWithMaterial',
11  'PropagatorWithMaterialOpposite'),
12  RPCLayers = cms.bool(True)
13  ),
14  DTsegments = cms.InputTag("dt4DSegments"),
15  PruneCut = cms.double(10000.),
16  DTTimeOffset = cms.double(0.),
17  HitError = cms.double(6.0),
18  HitsMin = cms.int32(3),
19  UseSegmentT0 = cms.bool(False),
20  DoWireCorr = cms.bool(True),
21  DropTheta = cms.bool(True),
22  RequireBothProjections = cms.bool(False),
23  debug = cms.bool(False),
24  )
25 )
26 
27