Skip to content

Commit

Permalink
ADC region reduced to 100 for strip ClusterStoNCorr summaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Po-Hsun committed Oct 29, 2015
1 parent b5589bb commit 1cc9914
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 1cc9914

Please sign in to comment.