CMS 3D CMS Logo

hltTrigReport_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltTrigReport = cms.EDAnalyzer("HLTrigReport",
4  HLTriggerResults = cms.InputTag("TriggerResults","","HLTX"),
5  ReferencePath = cms.untracked.string('HLTriggerFinalPath'),
6  ReferenceRate = cms.untracked.double(100.0),
7  reportBy = cms.untracked.string('job'),
8  resetBy = cms.untracked.string('never'),
9  serviceBy = cms.untracked.string('never')
10 )