CMS 3D CMS Logo

l1tGTSingleObjectCond_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from L1Trigger.Phase2L1GT.l1tGTScales import scale_parameter
3 
4 l1tGTSingleObjectCond = cms.EDFilter(
5  "L1GTSingleObjectCond",
6  scales=scale_parameter
7 )