|
||||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |