CMS 3D CMS Logo

JetMETPostProcessor_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 JetMETPostVal = DQMEDHarvester("JetMETDQMPostProcessor",
5  subDir = cms.untracked.string("HLT/HLTJETMET"),
6  PatternJetTrg = cms.untracked.string("Jet([0-9])+"),
7  PatternMetTrg = cms.untracked.string("M([E,H])+T([0-9])+")
8  )