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 )