From 1aa9ca1920ad0e2447a921af1ac9ab52ecfb0b13 Mon Sep 17 00:00:00 2001 From: Po-Hsun Date: Sat, 24 Oct 2015 05:26:43 +0200 Subject: [PATCH] ADC region reduced to 100 for strip ClusterStoNCorr summaries. --- DQM/SiStripMonitorTrack/python/SiStripMonitorTrack_cfi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DQM/SiStripMonitorTrack/python/SiStripMonitorTrack_cfi.py b/DQM/SiStripMonitorTrack/python/SiStripMonitorTrack_cfi.py index 7320ecb748456..3fcc3a0afb640 100644 --- a/DQM/SiStripMonitorTrack/python/SiStripMonitorTrack_cfi.py +++ b/DQM/SiStripMonitorTrack/python/SiStripMonitorTrack_cfi.py @@ -68,9 +68,9 @@ TH1ClusterStoNCorr = cms.PSet( layerView = cms.bool(True), ringView = cms.bool(False), - Nbinx = cms.int32(200), + Nbinx = cms.int32(100), xmin = cms.double(-0.5), - xmax = cms.double(199.5) + xmax = cms.double(99.5) ), TH1ClusterStoNCorrMod = cms.PSet(