CMS 3D CMS Logo

environment_file_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQM_cfg import *
4 
5 DQM.collectorHost = 'lxplus419.cern.ch'
6 DQM.collectorPort = 9190
7 
9 
10 dqmSaver.convention = 'Online'
11 dqmSaver.referenceHandling = 'all'
12 dqmSaver.dirName = '.'
13 dqmSaver.producer = 'DQM'
14 dqmSaver.saveByTime = -1
15 dqmSaver.saveByLumiSection = -1
16 dqmSaver.saveByMinute = 8
17 dqmSaver.saveByRun = 1
18 dqmSaver.saveAtJobEnd = True
19 
Output File Configuration.