|
||||
File indexing completed on 2024-04-06 12:10:54
0001 import FWCore.ParameterSet.Config as cms 0002 0003 caloStage2Digis = cms.EDProducer( 0004 "L1TRawToDigi", 0005 InputLabel = cms.InputTag("rawDataCollector"), 0006 Setup = cms.string("stage2::CaloSetup"), 0007 FedIds = cms.vint32( 1360, 1366 ), 0008 FWId = cms.uint32(0), 0009 FWOverride = cms.bool(False), 0010 TMTCheck = cms.bool(True) 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |