CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripDQMOfflineGlobalRunCAF_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ### DQM Services ###
4 
5 ## DQM store ##
6 from DQMServices.Core.DQM_cfg import *
7 DQM.collectorHost = ''
8 
9 ## DQM file saving and environment ##
11 # File saving #
12 dqmSaver.convention = 'Online'
13 dqmSaver.dirName = '.'
14 dqmSaver.producer = 'DQM'
15 dqmSaver.saveByRun = 1
16 dqmSaver.saveAtJobEnd = True
17 dqmSaver.referenceHandling = 'qtests'
18 # Environment #
19 dqmEnv.subSystemFolder = 'SiStrip'
20 
21 ## ME2EDM/EDM2ME ##
24 
25 ## Quality tester ##
26 qTester = cms.EDAnalyzer( "QualityTester",
27  qtList = cms.untracked.FileInPath( 'DQM/SiStripMonitorClient/data/sistrip_qualitytest_config.xml' ),
28  getQualityTestsFromFile = cms.untracked.bool( True ),
29  prescaleFactor = cms.untracked.int32( 1 )
30 )
31 
32 ### SiStrip DQM Modules ###
33 
34 ## SiStrip DQM reconstruction ##
36 ## SiStrip DQM sources ##
38 ## SiStrip DQM client ##
Output File Configuration.