CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
apvcyclephaseproducerfroml1abc_GR09_cfi.py
Go to the documentation of this file.
2 
3 APVPhases = cms.EDProducer('APVCyclePhaseProducerFromL1ABC',
4  defaultPartitionNames = cms.vstring("TI",
5  "TO",
6  "TP",
7  "TM"
8  ),
9  defaultPhases = cms.vint32(30,30,30,30),
10  StartOfRunOrbitOffset = cms.int32(4),
11  l1ABCCollection = cms.InputTag("scalersRawToDigi"),
12  )
13