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  PruneCut = cms.double(10000.),
15  DTTimeOffset = cms.double(0.),
16  HitError = cms.double(6.0),
17  HitsMin = cms.int32(3),
18  UseSegmentT0 = cms.bool(False),
19  DoWireCorr = cms.bool(True),
20  DropTheta = cms.bool(True),
21  RequireBothProjections = cms.bool(False),
22  debug = cms.bool(False),
23  )
24 )
25 
26