CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/JetMET/python/Validation/JetMETPostProcessor_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 JetMETPostVal = cms.EDAnalyzer("JetMETDQMPostProcessor",
00004      subDir = cms.untracked.string("HLT/HLTJETMET"),
00005      PatternJetTrg = cms.untracked.string("Jet([0-9])+"),
00006      PatternMetTrg = cms.untracked.string("M([E,H])+T([0-9])+")
00007        )