CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/Higgs/python/hltHiggsPostProcessor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltHiggsPostProcessor  = cms.EDAnalyzer("DQMGenericClient",
00004     subDirs           = cms.untracked.vstring('HLT/Higgs/*'),
00005     verbose           = cms.untracked.uint32(2),
00006     outputFileName    = cms.untracked.string(''),
00007     resolution        = cms.vstring(),                                    
00008     efficiency        = cms.vstring(),
00009     efficiencyProfile = cms.untracked.vstring(),
00010 )
00011