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