CMS 3D CMS Logo

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