CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hlTrigReport_cfi.py
Go to the documentation of this file.
2 
3 #
4 hlTrigReport = cms.EDAnalyzer("HLTrigReport",
5  HLTriggerResults = cms.InputTag("TriggerResults","","HLT"),
6  reportBy = cms.untracked.string("job"),
7  resetBy = cms.untracked.string("never"),
8  serviceBy = cms.untracked.string("never")
9 )
10