CMS 3D CMS Logo

Variables

CSCTimingExtractor_cfi Namespace Reference

Variables

tuple CSCTimingExtractorBlock

Variable Documentation

Initial value:
00001 cms.PSet(
00002   CSCTimingParameters = cms.PSet(
00003     MuonSegmentMatcher,
00004     ServiceParameters = cms.PSet(
00005         Propagators = cms.untracked.vstring('SteppingHelixPropagatorAny', 
00006             'PropagatorWithMaterial', 
00007             'PropagatorWithMaterialOpposite'),
00008         RPCLayers = cms.bool(True)
00009     ),
00010     CSCsegments = cms.InputTag("csc2DSegments"),
00011     PruneCut = cms.double(9.),
00012     CSCStripTimeOffset = cms.double(0.),
00013     CSCWireTimeOffset = cms.double(0.),
00014     CSCStripError = cms.double(7.0),
00015     CSCWireError = cms.double(8.6),
00016     # One of these next two lines must be true or no time is created
00017     UseStripTime = cms.bool(True),
00018     UseWireTime = cms.bool(True),
00019     debug = cms.bool(False)
00020   )
00021 )

Definition at line 5 of file CSCTimingExtractor_cfi.py.