Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:06:37

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 APVPhases = cms.EDProducer('APVCyclePhaseProducerFromL1ABC',
0004                            defaultPartitionNames = cms.vstring("TI",
0005                                                                "TO",
0006                                                                "TP",
0007                                                                "TM"
0008                                                                ),
0009                            defaultPhases = cms.vint32(30,30,30,30),
0010                            StartOfRunOrbitOffset = cms.int32(4),
0011                            l1ABCCollection = cms.InputTag("scalersRawToDigi"),
0012                            )
0013