CMS 3D CMS Logo

hlTrigReport_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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