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 l1tDigiToRaw = cms.EDProducer(
0004     "L1TDigiToRaw",
0005     Setup = cms.string("stage2::CaloSetup"),
0006     InputLabel = cms.InputTag("caloStage2FinalDigis"),
0007     FedId = cms.int32(1352),
0008     FWId = cms.uint32(1),
0009     lenSlinkHeader = cms.untracked.int32(8),
0010     lenSlinkTrailer = cms.untracked.int32(8)
0011 )