CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/DTMonitorClient/python/dtDQMOfflineClients_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQM.DTMonitorClient.dtChamberEfficiencyClient_cfi import *
00004 from DQM.DTMonitorClient.dtSegmentAnalysisTest_cfi import *
00005 segmentTest.normalizeHistoPlots = True
00006 segmentTest.runOnline = False
00007 #segmentTest.detailedAnalysis = True
00008 from DQM.DTMonitorClient.dtOfflineSummaryClients_cfi import *
00009 from DQM.DTMonitorClient.dtResolutionAnalysisTest_cfi import *
00010 from DQM.DTMonitorClient.dtTriggerEfficiencyTest_cfi import *
00011 from DQM.DTMonitorClient.dtBlockedROChannelsTest_cfi import *
00012 blockedROChannelTest.offlineMode = True;
00013 from DQM.DTMonitorClient.ALCARECODTCalibSynchDQMClient_cff import *
00014 
00015 
00016 dtQualityTests = cms.EDAnalyzer("QualityTester",
00017                          #reportThreshold = cms.untracked.string('red'),
00018                          prescaleFactor = cms.untracked.int32(1),
00019                          qtList = cms.untracked.FileInPath('DQM/DTMonitorClient/test/QualityTests.xml'),
00020                          getQualityTestsFromFile = cms.untracked.bool(True)
00021                          )
00022 
00023 
00024 dtClients = cms.Sequence(segmentTest+
00025                          dtResolutionAnalysisTest+
00026                          dtChamberEfficiencyClient+
00027                          triggerEffTest+
00028                          blockedROChannelTest+
00029                          dtOfflineSummaryClients+
00030                          ALCARECODTCalibSynchDQMClient)
00031 
00032