CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Validation/GlobalDigis/python/globaldigis_analyze_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # needed backend
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 from DQMServices.Components.test.dqm_onlineEnv_cfi import *
00008 # actual producer
00009 from Validation.GlobalDigis.globaldigis_analyze_cfi import *
00010 DQMStore = cms.Service("DQMStore")
00011 
00012 dqmSaver.convention = 'RelVal'
00013 dqmSaver.workflow = 'GlobalValidation/Test/RECO'
00014