|
hltBPHmonitoring.histoPSet.probPSet = cms.PSet( |
|
nbins = cms.int32 ( 10), |
|
xmin = cms.double( 0), |
|
xmax = cms.double(1), |
|
) |
The present binning structure of the vertex-probability histograms is suboptimal, since there is a single bin containing all the events in the 0-0.1 range, which is a region containing fine structures (like a peak of background events at 0).
I propose two possible solutions:
- using a logarithmic x-axis visualization (I currently do not have idea if it is possible or not) and set a logarithmic binning (such that it appear with constant widths)
- setting a variable binning, with narrower bins for small values
cmssw/DQMOffline/Trigger/python/BPHMonitor_cfi.py
Lines 72 to 76 in 0636e2e
The present binning structure of the vertex-probability histograms is suboptimal, since there is a single bin containing all the events in the 0-0.1 range, which is a region containing fine structures (like a peak of background events at 0).
I propose two possible solutions: