Skip to content

Commit

Permalink
Merge pull request #19476 from fioriNTU/RebinningPhase1ADC
Browse files Browse the repository at this point in the history
Rebinning ADC Phase 1
  • Loading branch information
cmsbuild committed Jul 6, 2017
2 parents 5cea7fe + 0012f13 commit 5a77c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -62,7 +62,7 @@
SiPixelPhase1ClustersNClusters = DefaultHistoDigiCluster.clone(
name = "clusters",
title = "Clusters",
range_min = 0, range_max = 30, range_nbins = 30,
range_min = 0, range_max = 30, range_nbins = 60,
xlabel = "clusters",
dimensions = 0,

Expand Down
8 changes: 4 additions & 4 deletions DQM/SiPixelPhase1Digis/python/SiPixelPhase1Digis_cfi.py
Expand Up @@ -9,8 +9,8 @@
title = "Digi ADC values",
xlabel = "adc readout",
range_min = -0.5,
range_max = 300.5,
range_nbins = 301,
range_max = 255.5,
range_nbins = 32,
specs = VPSet(
StandardSpecificationTrend,
StandardSpecificationTrend2D,
Expand All @@ -25,7 +25,7 @@
title = "Digis",
xlabel = "digis",
range_min = 0,
range_max = 100,
range_max = 200,
range_nbins = 100,
dimensions = 0, # this is a count

Expand Down Expand Up @@ -63,7 +63,7 @@
title = "Digis", # should allow setting the range per spec, but OTOH a
xlabel = "digis", # HistogramManager is almost free.
range_min = 0,
range_max = 2000,
range_max = 4000,
range_nbins = 200,
dimensions = 0,
specs = VPSet(
Expand Down

0 comments on commit 5a77c2d

Please sign in to comment.