CMS 3D CMS Logo

DQM_cfg.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # needed backend
5 
6 #Temporarily remove for thread safety reasons
7 #DQM = cms.Service("DQM",
8 # debug = cms.untracked.bool(False),
9 # publishFrequency = cms.untracked.double(5.0),
10 # collectorPort = cms.untracked.int32(9090),
11 # collectorHost = cms.untracked.string('localhost'),
12 # filter = cms.untracked.string('')
13 #)