CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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 )