Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:54

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 caloStage1Digis = cms.EDProducer(
0004     "L1TRawToDigi",
0005     InputLabel = cms.InputTag("rawDataCollector"),
0006     Setup = cms.string("stage1::CaloSetup"),
0007     FedIds = cms.vint32(1352),
0008     # Uncomment the following for 74x legacy MC
0009     # FWOverride = cms.bool(True)
0010     # FWId = cms.uint32(0xff000000),
0011 )