From f5a41670bc05def5e9bde253e16df1fc88cfdb8e Mon Sep 17 00:00:00 2001 From: Po-Hsun Date: Thu, 29 Oct 2015 00:40:04 +0100 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(