CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQM_cfg.py
Go to the documentation of this file.
2 
3 # needed backend
5 
6 DQM = cms.Service("DQM",
7  debug = cms.untracked.bool(False),
8  publishFrequency = cms.untracked.double(5.0),
9  collectorPort = cms.untracked.int32(9090),
10  collectorHost = cms.untracked.string('localhost'),
11  filter = cms.untracked.string('')
12 )