CMS 3D CMS Logo

HLTAnalyzerEndpath_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 from ..modules.hltTrigReport_cfi import *
5 
6 HLTAnalyzerEndpath = cms.EndPath(
7  hltPreHLTAnalyzerEndpath +
8  hltTrigReport )