CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQMOffline/Trigger/python/HLTTauCertifier_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltTauOfflineCertification = cms.EDAnalyzer("HLTTauCertifier",
00004                                    targetDir = cms.string("HLT/EventInfo/reportSummaryContents"),
00005                                    targetME  = cms.string("HLT_Tau"),
00006                                    inputMEs = cms.vstring(
00007                                       "HLT/TauOffline/Inclusive/DoubleTau/TriggerBits",
00008                                    ),
00009                                    setBadRunOnWarnings = cms.bool(False),
00010                                    setBadRunOnErrors   = cms.bool(True)
00011 )
00012 
00013 
00014