CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonTimingFiller_cfi.py
Go to the documentation of this file.
2 
5 
6 TimingFillerBlock = cms.PSet(
7  TimingFillerParameters = cms.PSet(
8  DTTimingExtractorBlock,
9  CSCTimingExtractorBlock,
10 
11  # Ecal minimum energy cut
12  EcalEnergyCut = cms.double(0.4),
13  # Ecal error parametrization
14  ErrorEB = cms.double(2.085),
15  ErrorEE = cms.double(6.95),
16 
17  # On/off switches for combined time measurement
18  UseDT = cms.bool(True),
19  UseCSC = cms.bool(True),
20  UseECAL= cms.bool(True)
21  )
22 )
23 
24