CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetMETPostProcessor_cff.py
Go to the documentation of this file.
2 
3 JetMETPostVal = cms.EDAnalyzer("JetMETDQMPostProcessor",
4  subDir = cms.untracked.string("HLT/HLTJETMET"),
5  PatternJetTrg = cms.untracked.string("Jet([0-9])+"),
6  PatternMetTrg = cms.untracked.string("M([E,H])+T([0-9])+")
7  )