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('APVCyclePhaseProducerFromL1TS',
0004                            defaultPartitionNames = cms.vstring("TI",
0005                                                                "TO",
0006                                                                "TP",
0007                                                                "TM"
0008                                                                ),
0009                            defaultPhases = cms.vint32(30,30,30,30),
0010                            l1TSCollection = cms.InputTag("scalersRawToDigi"),
0011                            tcdsRecordLabel= cms.InputTag("tcdsDigis","tcdsRecord"),
0012                            forceSCAL = cms.bool(True),
0013 )
0014 
0015 from Configuration.Eras.Modifier_run3_common_cff import run3_common
0016 run3_common.toModify(APVPhases, forceSCAL = False)