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 emtfStage2Digis = cms.EDProducer(
0004     "L1TRawToDigi",
0005     Setup = cms.string("stage2::EMTFSetup"),
0006     InputLabel = cms.InputTag("rawDataCollector"),
0007     FedIds = cms.vint32(1384, 1385),
0008     FWId = cms.uint32(0), # Need to implement properly - AWB 23.02.16
0009     debug = cms.untracked.bool(False),
0010     MTF7 = cms.untracked.bool(True)
0011 )
0012