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  PruneCut = cms.double(9.),
15  CSCStripTimeOffset = cms.double(0.),
16  CSCWireTimeOffset = cms.double(0.),
17  CSCStripError = cms.double(7.0),
18  CSCWireError = cms.double(8.6),
19  # One of these next two lines must be true or no time is created
20  UseStripTime = cms.bool(True),
21  UseWireTime = cms.bool(True),
22  debug = cms.bool(False)
23  )
24 )
25 
26