#include <HVisitors.h>
Inheritance diagram for BinWidthNormalizer:
For histograms with unequidistant binning, this class can be used to normalize all bin contents such that they correspond to the number of entries per abscissa distance.
Definition at line 75 of file HVisitors.h.
Public Member Functions | |
BinWidthNormalizer (Double_t width_=1) | |
Constructor. | |
virtual void | visit (RegO &h) const |
The visit function. | |
Private Attributes | |
Double_t | width |
The nominal bin width. |
|
Constructor.
Definition at line 78 of file HVisitors.h. References width. |
|
The visit function.
Implements ConstHVisitor. Definition at line 82 of file HVisitors.h. References width. |