![]() |
|
|||
File indexing completed on 2024-04-06 12:08:41
0001 import FWCore.ParameterSet.Config as cms 0002 0003 #-------------------------- 0004 # DQM services 0005 #-------------------------- 0006 from DQMServices.Core.DQM_cfg import * 0007 # 0008 # BEGIN DQM Online Environment ####################### 0009 # 0010 # PUT THE FOLLOWING INTO YOUR PATH FOR OPERATION AT P5 0011 # REPLACE YourSubsystemName by the name of your source ### 0012 # use include file for dqmEnv dqmSaver 0013 from DQMServices.Components.DQMEnvironment_cfi import * 0014 # Possible conventions are "Online", "Offline" and "RelVal". 0015 # Default is "Offline" 0016 dqmSaver.convention = 'Online' 0017 # replace dqmSaver.workflow = "" 0018 dqmSaver.dirName = '.' 0019 # This is the filename prefix 0020 dqmSaver.producer = 'DQM' 0021 # (this goes into the foldername) 0022 dqmEnv.subSystemFolder = 'SiStrip' 0023 # Ignore run number for MC data 0024 # replace dqmSaver.forceRunNumber = -1 0025 # optionally change fileSaving conditions 0026 # replace dqmSaver.saveByLumiSection = 1 0027 # replace dqmSaver.saveByMinute = -1 0028 dqmSaver.saveByRun = 1 0029 dqmSaver.saveAtJobEnd = True 0030 # will add switch to select histograms to be saved soon 0031 # 0032 # END ################################################ 0033 # 0034 # FIX YOUR PATH TO INCLUDE dqmEnv and dqmSaver 0035 #-------------------------- 0036 # STRIP DQM Source and Client 0037 #-------------------------- 0038 from DQM.SiStripMonitorClient.SiStripSourceConfigTier0_Cosmic_cff import * 0039 SiStripDQMTest_cosmicTk = cms.Sequence(SiStripDQMTier0_cosmicTk*dqmEnv*dqmSaver) 0040 SiStripDQMTest_ckf = cms.Sequence(SiStripDQMTier0_ckf*dqmEnv*dqmSaver) 0041 #SiStripDQMTest_rs = cms.Sequence(SiStripDQMTier0_rs*dqmEnv*dqmSaver) 0042 SiStripDQMTest = cms.Sequence(SiStripDQMTier0*dqmEnv*dqmSaver) 0043
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |