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 )