Line Code
1 2 3 4 5 6
import FWCore.ParameterSet.Config as cms

from ..modules.hltPreHLTAnalyzerEndpath_cfi import *
from ..modules.hltTrigReport_cfi import *

HLTAnalyzerEndpath = cms.EndPath(hltPreHLTAnalyzerEndpath+hltTrigReport)