#include <HVisitors.h>
Inheritance diagram for Normalizer:


If overflow bins are to be included, this works currently only for 1D histograms
Definition at line 42 of file HVisitors.h.
Public Member Functions | |
| Normalizer (Double_t c_=1, bool includeOverflow_=true) | |
| Constructor. | |
| virtual void | visit (RegO &h) const |
| The visit function. | |
Private Attributes | |
| Double_t | c |
| The new norm. | |
| bool | includeOverflow |
| Include overflows? | |
|
||||||||||||
|
Constructor.
Definition at line 45 of file HVisitors.h. References c, and includeOverflow. |
|
|
The visit function.
Implements ConstHVisitor. Definition at line 50 of file HVisitors.h. References c, and includeOverflow. |
1.3.2