Skip to content

Commit

Permalink
Merge pull request #12158 from pohsun/75X-siStrip-summary-clusterStoN…
Browse files Browse the repository at this point in the history
…corr-ADC0to100

ADC region reduced to 100 for strip ClusterStoNCorr summaries.
  • Loading branch information
cmsbuild committed Nov 13, 2015
2 parents ae7068b + f5a4167 commit 0c4cb07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQM/SiStripMonitorTrack/python/SiStripMonitorTrack_cfi.py
Expand Up @@ -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(
Expand Down

0 comments on commit 0c4cb07

Please sign in to comment.