CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DQMServices/Core/python/DQM_cfg.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # needed backend
00004 from DQMServices.Core.DQMStore_cfg import *
00005 
00006 DQM = cms.Service("DQM",
00007     debug = cms.untracked.bool(False),
00008     publishFrequency = cms.untracked.double(5.0),
00009     collectorPort = cms.untracked.int32(9090),
00010     collectorHost = cms.untracked.string('localhost'),
00011     filter = cms.untracked.string('')
00012 )