Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:12:11

0001 
0002 import FWCore.ParameterSet.Config as cms
0003 
0004 l1GtExtCondLegacyToStage2 = cms.EDProducer("L1TExtCondLegacyToStage2",
0005                                            bxFirst = cms.int32(-2),
0006                                            bxLast = cms.int32(2),
0007                                            LegacyGtReadoutRecord = cms.InputTag("unpackLegacyGtDigis")
0008 )
0009