Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:20:33

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ###
0004 ### L1TGlobalSummary input parameters for when running uGT emulator
0005 ##
0006 
0007 from L1Trigger.L1TGlobal.L1TGlobalSummary_cfi import *
0008 L1TGlobalSummary.AlgInputTag = cms.InputTag("simGtStage2Digis")
0009 L1TGlobalSummary.ExtInputTag = cms.InputTag("simGtExtFakeProd")
0010 L1TGlobalSummary.MinBx          = cms.int32(0)
0011 L1TGlobalSummary.MaxBx          = cms.int32(0)