test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
apvcyclephaseproducerfroml1ts2011_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(60,60,60,60),
11  magicOffset = cms.untracked.int32(258),
12  l1TSCollection = cms.InputTag("scalersRawToDigi"),
13  )
14