CMS 3D CMS Logo

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