CMS 3D CMS Logo

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