Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:32:19

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 # needed backend
0004 
0005 import FWCore.ParameterSet.Config as cms
0006 
0007 from DQMServices.Components.test.dqm_onlineEnv_cfi import *
0008 # actual producer
0009 from Validation.GlobalDigis.globaldigis_analyze_cfi import *
0010 DQMStore = cms.Service("DQMStore")
0011 
0012 dqmSaver.convention = 'RelVal'
0013 dqmSaver.workflow = 'GlobalValidation/Test/RECO'
0014