CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQMServices/Core/python/DQMStore_cfg.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 DQMStore = cms.Service("DQMStore",
00004     referenceFileName = cms.untracked.string(''),
00005     verbose = cms.untracked.int32(0),
00006     verboseQT = cms.untracked.int32(0),
00007     collateHistograms = cms.untracked.bool(False)
00008 )