CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripDQMTier0_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #--------------------------
4 # DQM services
5 #--------------------------
6 from DQMServices.Core.DQM_cfg import *
7 #
8 # BEGIN DQM Online Environment #######################
9 #
10 # PUT THE FOLLOWING INTO YOUR PATH FOR OPERATION AT P5
11 # REPLACE YourSubsystemName by the name of your source ###
12 # use include file for dqmEnv dqmSaver
14 # Possible conventions are "Online", "Offline" and "RelVal".
15 # Default is "Offline"
16 dqmSaver.convention = 'Online'
17 # replace dqmSaver.workflow = ""
18 dqmSaver.dirName = '.'
19 # This is the filename prefix
20 dqmSaver.producer = 'DQM'
21 # (this goes into the foldername)
22 dqmEnv.subSystemFolder = 'SiStrip'
23 # Ignore run number for MC data
24 # replace dqmSaver.forceRunNumber = -1
25 # optionally change fileSaving conditions
26 # replace dqmSaver.saveByLumiSection = 1
27 # replace dqmSaver.saveByMinute = -1
28 dqmSaver.saveByRun = 1
29 dqmSaver.saveAtJobEnd = True
30 # will add switch to select histograms to be saved soon
31 #
32 # END ################################################
33 #
34 # FIX YOUR PATH TO INCLUDE dqmEnv and dqmSaver
35 #--------------------------
36 # STRIP DQM Source and Client
37 #--------------------------
39 SiStripDQMTest_cosmicTk = cms.Sequence(SiStripDQMTier0_cosmicTk*dqmEnv*dqmSaver)
40 SiStripDQMTest_ckf = cms.Sequence(SiStripDQMTier0_ckf*dqmEnv*dqmSaver)
41 #SiStripDQMTest_rs = cms.Sequence(SiStripDQMTier0_rs*dqmEnv*dqmSaver)
42 SiStripDQMTest = cms.Sequence(SiStripDQMTier0*dqmEnv*dqmSaver)
43 
Output File Configuration.