CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCTimingExtractor_cfi.py
Go to the documentation of this file.
2 
4 
5 CSCTimingExtractorBlock = cms.PSet(
6  CSCTimingParameters = 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  CSCsegments = cms.InputTag("csc2DSegments"),
15  PruneCut = cms.double(9.),
16  CSCStripTimeOffset = cms.double(0.),
17  CSCWireTimeOffset = cms.double(0.),
18  CSCStripError = cms.double(7.0),
19  CSCWireError = cms.double(8.6),
20  # One of these next two lines must be true or no time is created
21  UseStripTime = cms.bool(True),
22  UseWireTime = cms.bool(True),
23  debug = cms.bool(False)
24  )
25 )
26 
27