CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTTauCertifier_cfi.py
Go to the documentation of this file.
2 
3 hltTauOfflineCertification = cms.EDAnalyzer("HLTTauCertifier",
4  targetDir = cms.string("HLT/EventInfo/reportSummaryContents"),
5  targetME = cms.string("HLT_Tau"),
6  inputMEs = cms.vstring(
7  "HLT/TauOffline/Inclusive/DoubleTau/TriggerBits",
8  ),
9  setBadRunOnWarnings = cms.bool(False),
10  setBadRunOnErrors = cms.bool(True)
11 )
12 
13 
14