CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DPGAnalysis/SiStripTools/python/apvcyclephaseproducerfroml1ts2011_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(60,60,60,60),
00010                            magicOffset = cms.untracked.int32(258),
00011                            l1TSCollection = cms.InputTag("scalersRawToDigi"),
00012                            )
00013