Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:45

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 l1GtRecord = cms.EDProducer("L1GlobalTriggerRecordProducer",
0004     # InputTag for the L1 Global Trigger DAQ readout record
0005     #   GT Emulator = gtDigis
0006     #   GT Unpacker = gtDigis
0007     #
0008     L1GtReadoutRecordTag = cms.InputTag("gtDigis")
0009 )
0010 
0011