CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/HLTriggerOffline/Muon/python/hltMuonPostProcessor_cfi.py

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