CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtDQMOfflineClients_cff.py
Go to the documentation of this file.
2 
5 segmentTest.normalizeHistoPlots = True
6 segmentTest.runOnline = False
7 #segmentTest.detailedAnalysis = True
13 blockedROChannelTest.offlineMode = True;
15 
16 
17 dtQualityTests = cms.EDAnalyzer("QualityTester",
18  #reportThreshold = cms.untracked.string('red'),
19  prescaleFactor = cms.untracked.int32(1),
20  qtList = cms.untracked.FileInPath('DQM/DTMonitorClient/test/QualityTests.xml'),
21  getQualityTestsFromFile = cms.untracked.bool(True)
22  )
23 
24 
25 dtClients = cms.Sequence(segmentTest+
26  dtResolutionAnalysisTest+
27  dtChamberEfficiencyClient+
28  triggerEffTest+
29  blockedROChannelTest+
30  dtRunConditionVarClient+
31  dtOfflineSummaryClients+
32  ALCARECODTCalibSynchDQMClient)
33 
34