CMS 3D CMS Logo

hltHiggsPostProcessor_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 hltHiggsPostProcessor = DQMEDHarvester("DQMGenericClient",
5  subDirs = cms.untracked.vstring('HLT/Higgs/*'),
6  verbose = cms.untracked.uint32(2),
7  outputFileName = cms.untracked.string(''),
8  resolution = cms.vstring(),
9  efficiency = cms.vstring(),
10  efficiencyProfile = cms.untracked.vstring(),
11 )
12