CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DPGAnalysis/SiStripTools/python/apvcyclephaseproducerfroml1ts2010_cfi.py

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