CMS 3D CMS Logo

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