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','','@currentProcess' ),
5  reportBy = cms.untracked.string( "job" ),
6  resetBy = cms.untracked.string( "never" ),
7  serviceBy = cms.untracked.string( "never" ),
8  ReferencePath = cms.untracked.string( "HLTriggerFinalPath" ),
9  ReferenceRate = cms.untracked.double( 100.0 )
10 )
11