Skip to content

Setting a better visualization for vertex probability histograms #2

@aboletti

Description

@aboletti

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions