CMS 3D CMS Logo

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.detailedAnalysis = True
00007 from DQM.DTMonitorClient.dtOfflineSummaryClients_cfi import *
00008 from DQM.DTMonitorClient.dtResolutionAnalysisTest_cfi import *
00009 
00010 dtQualityTests = cms.EDFilter("QualityTester",
00011                          #reportThreshold = cms.untracked.string('red'),
00012                          prescaleFactor = cms.untracked.int32(1),
00013                          qtList = cms.untracked.FileInPath('DQM/DTMonitorClient/test/QualityTests.xml'),
00014                          getQualityTestsFromFile = cms.untracked.bool(True)
00015                          )
00016 
00017 
00018 dtClients = cms.Sequence(segmentTest*
00019                          dtResolutionAnalysisTest*
00020                          dtChamberEfficiencyClient*
00021                          dtOfflineSummaryClients)
00022 

Generated on Tue Jun 9 17:32:33 2009 for CMSSW by  doxygen 1.5.4