CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
DTTimingExtractor_cfi Namespace Reference

Variables

tuple DTTimingExtractorBlock
 

Variable Documentation

tuple DTTimingExtractor_cfi.DTTimingExtractorBlock
Initial value:
1 = cms.PSet(
2  DTTimingParameters = cms.PSet(
3  ServiceParameters = cms.PSet(
4  Propagators = cms.untracked.vstring('SteppingHelixPropagatorAny',
5  'PropagatorWithMaterial',
6  'PropagatorWithMaterialOpposite'),
7  RPCLayers = cms.bool(True)
8  ),
9  PruneCut = cms.double(5.),
10  DTTimeOffset = cms.double(0.),
11  HitError = cms.double(2.8),
12  HitsMin = cms.int32(3),
13  UseSegmentT0 = cms.bool(False),
14  DoWireCorr = cms.bool(True),
15  DropTheta = cms.bool(True),
16  RequireBothProjections = cms.bool(False),
17  debug = cms.bool(False),
18  )
19 )

Definition at line 3 of file DTTimingExtractor_cfi.py.