CMS 3D CMS Logo

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