CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DPGAnalysis/SiStripTools/python/apvcyclephaseproducerfroml1abc_GR09_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 APVPhases = cms.EDProducer('APVCyclePhaseProducerFromL1ABC',
00004                            defaultPartitionNames = cms.vstring("TI",
00005                                                                "TO",
00006                                                                "TP",
00007                                                                "TM"
00008                                                                ),
00009                            defaultPhases = cms.vint32(30,30,30,30),
00010                            StartOfRunOrbitOffset = cms.int32(4),
00011                            l1ABCCollection = cms.InputTag("scalersRawToDigi"),
00012                            )
00013