CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/Common/python/HltComparator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HltComparator = cms.EDAnalyzer('HltComparator',
00004     OnlineResults = cms.InputTag( 'TriggerResults','','HLT' ),
00005     OfflineResults = cms.InputTag( 'TriggerResults','','HltRerun' ),
00006     verbose = cms.untracked.bool(False),
00007     skipPaths = cms.untracked.vstring('AlCa_RPCMuonNormalisation', 
00008                                       'HLT_Random','HLT_L1MuOpenPrescaled', 
00009                                       'HLT_PhysicsNoMuonPrescaled',
00010                                       'HLT_ZeroBiasPrescaled', 
00011                                       'HLT_PixelFEDSize'),
00012     usePaths = cms.untracked.vstring() 
00013  )