CMS 3D CMS Logo

simL1tGlobalSummary_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ###
4 ### L1TGlobalSummary input parameters for when running uGT emulator
5 
6 
8 L1TGlobalSummary.AlgInputTag = cms.InputTag("simGtStage2Digis")
9 L1TGlobalSummary.ExtInputTag = cms.InputTag("simGtExtFakeProd")
10 L1TGlobalSummary.MinBx = cms.int32(0)
11 L1TGlobalSummary.MaxBx = cms.int32(0)
L1TGlobalSummary input parameters for when running uGT emulator.