CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/SiStripMonitorClient/python/SiStripDQMTier0_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #--------------------------
00004 # DQM services
00005 #--------------------------
00006 from DQMServices.Core.DQM_cfg import *
00007 #
00008 # BEGIN DQM Online Environment #######################
00009 #
00010 # PUT THE FOLLOWING INTO YOUR PATH FOR OPERATION AT P5
00011 # REPLACE YourSubsystemName by the name of your source ###
00012 # use include file for dqmEnv dqmSaver
00013 from DQMServices.Components.DQMEnvironment_cfi import *
00014 # Possible conventions are "Online", "Offline" and "RelVal".
00015 # Default is "Offline"
00016 dqmSaver.convention = 'Online'
00017 # replace dqmSaver.workflow      = ""
00018 dqmSaver.dirName = '.'
00019 # This is the filename prefix
00020 dqmSaver.producer = 'DQM'
00021 # (this goes into the foldername)
00022 dqmEnv.subSystemFolder = 'SiStrip'
00023 # Ignore run number for MC data
00024 # replace dqmSaver.forceRunNumber  = -1
00025 # optionally change fileSaving  conditions
00026 # replace dqmSaver.saveByLumiSection =   1
00027 # replace dqmSaver.saveByMinute = -1
00028 dqmSaver.saveByRun = 1
00029 dqmSaver.saveAtJobEnd = True
00030 # will add switch to select histograms to be saved soon
00031 #
00032 # END ################################################
00033 #
00034 # FIX YOUR  PATH TO INCLUDE dqmEnv and dqmSaver
00035 #--------------------------
00036 # STRIP DQM Source and Client
00037 #--------------------------
00038 from DQM.SiStripMonitorClient.SiStripSourceConfigTier0_Cosmic_cff import *
00039 SiStripDQMTest_cosmicTk = cms.Sequence(SiStripDQMTier0_cosmicTk*dqmEnv*dqmSaver)
00040 SiStripDQMTest_ckf = cms.Sequence(SiStripDQMTier0_ckf*dqmEnv*dqmSaver)
00041 SiStripDQMTest_rs = cms.Sequence(SiStripDQMTier0_rs*dqmEnv*dqmSaver)
00042 SiStripDQMTest = cms.Sequence(SiStripDQMTier0*dqmEnv*dqmSaver)
00043