CMS 3D CMS Logo

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