CMS 3D CMS Logo

apvcyclephaseproducerfroml1tsDB_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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