CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/HLTEvF/python/HLTMonitorClient_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQM.HLTEvF.HLTEventInfoClient_cff import *
00004 from DQM.HLTEvF.HLTMonMuonClient_cff import *
00005 # elaborate b-tag module, currently under maintainance
00006 #from DQM.HLTEvF.hltMonBTagClient_cff import *
00007 from DQM.HLTEvF.hltBitsQualityTests_cff import *
00008 
00009 # MVA remove until bug fixes
00010 # from DQM.HLTEvF.HLTMonMuonClient_cff import *
00011 
00012 #    # use include file for dqmEnv dqmSaver
00013 #       include "DQMServices/Components/test/dqm_onlineEnv.cfi"
00014 #from DQMServices.Components.DQMEnvironment_cfi import *
00015 
00016 # hltmonitorClient = cms.Path(hltmonmuonseqClient*hltEventInfoseqClient)
00017 #hltmonitorClient = cms.Path(hltmonmuonClient*hltqtest*hltEventInfoseqClient)
00018 #hltmonitorClient = cms.Path(hltmonmuonseqClient + hltMonBTagClient + hltqtest + hltEventInfoseqClient)
00019 # no b-tag client:
00020 hltmonitorClient = cms.Path(hltmonmuonseqClient + hltqtest + hltEventInfoseqClient)