From 706b9a40db4cb2d731d49e1031fd935f79ec815e Mon Sep 17 00:00:00 2001 From: threus Date: Thu, 4 Jun 2015 18:03:19 +0200 Subject: [PATCH] remove module-level plots from online DQM configuration --- .../python/SiStripSourceConfigP5_cff.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/DQM/SiStripMonitorClient/python/SiStripSourceConfigP5_cff.py b/DQM/SiStripMonitorClient/python/SiStripSourceConfigP5_cff.py index e27579f126c69..c19361c2a72be 100644 --- a/DQM/SiStripMonitorClient/python/SiStripSourceConfigP5_cff.py +++ b/DQM/SiStripMonitorClient/python/SiStripSourceConfigP5_cff.py @@ -32,6 +32,7 @@ SiStripMonitorDigi.TH1ADCsHottestStrip.moduleswitchon = False SiStripMonitorDigi.TH1DigiADCs.moduleswitchon = False SiStripMonitorDigi.TH1StripOccupancy.moduleswitchon = False +SiStripMonitorDigi.TH1NumberOfDigis.moduleswitchon = False from DQM.SiStripMonitorDigi.SiStripBaselineValidator_cfi import * @@ -52,22 +53,24 @@ SiStripMonitorClusterReal.TH1NrOfClusterizedStrips.moduleswitchon = False SiStripMonitorClusterReal.TH1ClusterNoise.moduleswitchon = False SiStripMonitorClusterReal.TH1ClusterStoN.moduleswitchon = False -SiStripMonitorClusterReal.TH1ClusterCharge.moduleswitchon = True +SiStripMonitorClusterReal.TH1ClusterCharge.moduleswitchon = False SiStripMonitorClusterReal.TH1ClusterWidth.moduleswitchon = False SiStripMonitorClusterReal.TH1ModuleLocalOccupancy.moduleswitchon = False +SiStripMonitorClusterReal.TH1nClusters.moduleswitchon = False +SiStripMonitorClusterReal.TH1ClusterPos.moduleswitchon = False # SiStripMonitorTrack #### # Clone for Cosmic Track Finder import DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi SiStripMonitorTrack_cosmicTk = DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi.SiStripMonitorTrack.clone() SiStripMonitorTrack_cosmicTk.TrackProducer = 'cosmictrackfinderP5' -SiStripMonitorTrack_cosmicTk.Mod_On = True +SiStripMonitorTrack_cosmicTk.Mod_On = False # Clone for CKF Tracks import DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi SiStripMonitorTrack_ckf = DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi.SiStripMonitorTrack.clone() SiStripMonitorTrack_ckf.TrackProducer = 'ctfWithMaterialTracksP5' -SiStripMonitorTrack_ckf.Mod_On = True +SiStripMonitorTrack_ckf.Mod_On = False # Clone fir Road Search Tracks #import DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi @@ -79,7 +82,7 @@ import DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi SiStripMonitorTrack_gentk = DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi.SiStripMonitorTrack.clone() SiStripMonitorTrack_gentk.TrackProducer = 'generalTracks' -SiStripMonitorTrack_gentk.Mod_On = True +SiStripMonitorTrack_gentk.Mod_On = False # Clone for Heavy Ion Tracks (for HI Collisions) import DQM.SiStripMonitorTrack.SiStripMonitorTrack_cfi