CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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  MuonSegmentMatcher,
4  ServiceParameters = cms.PSet(
5  Propagators = cms.untracked.vstring('SteppingHelixPropagatorAny',
6  'PropagatorWithMaterial',
7  'PropagatorWithMaterialOpposite'),
8  RPCLayers = cms.bool(True)
9  ),
10  DTsegments = cms.InputTag("dt4DSegments"),
11  PruneCut = cms.double(10000.),
12  DTTimeOffset = cms.double(0.),
13  HitError = cms.double(6.0),
14  HitsMin = cms.int32(3),
15  UseSegmentT0 = cms.bool(False),
16  DoWireCorr = cms.bool(True),
17  DropTheta = cms.bool(True),
18  RequireBothProjections = cms.bool(False),
19  debug = cms.bool(False),
20  )
21 )

Definition at line 5 of file DTTimingExtractor_cfi.py.