CMS 3D CMS Logo

hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPreDiphoton3023IsoCaloIdL1Seeded = cms.EDFilter("HLTPrescaler",
4  L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"),
5  offset = cms.uint32(0)
6 )