Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 l1tCaloLayer1Digis = cms.EDProducer(
0004     'L1TCaloLayer1RawToDigi',
0005     fedRawDataLabel = cms.InputTag("rawDataCollector"),
0006     FEDIDs = cms.vint32(1354, 1356, 1358),
0007     verbose = cms.bool(False)
0008     )