CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltEventAnalyzerAOD_cfi.py
Go to the documentation of this file.
2 
3 hltEventAnalyzerAOD = cms.EDAnalyzer("HLTEventAnalyzerAOD",
4  processName = cms.string("HLT"),
5  triggerName = cms.string("@"),
6  triggerResults = cms.InputTag("TriggerResults","","HLT"),
7  triggerEvent = cms.InputTag("hltTriggerSummaryAOD","","HLT")
8 )