CMS 3D CMS Logo

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