CMS 3D CMS Logo

HltComparator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltComparator = cms.EDAnalyzer('HltComparator',
4  OnlineResults = cms.InputTag( 'TriggerResults','','HLT' ),
5  OfflineResults = cms.InputTag( 'TriggerResults','','HltRerun' ),
6  verbose = cms.untracked.bool(False),
7  skipPaths = cms.untracked.vstring('AlCa_RPCMuonNormalisation',
8  'HLT_Random','HLT_L1MuOpenPrescaled',
9  'HLT_PhysicsNoMuonPrescaled',
10  'HLT_ZeroBiasPrescaled',
11  'HLT_PixelFEDSize'),
12  usePaths = cms.untracked.vstring()
13  )