#include <RegHProf.h>
Inheritance diagram for RegHProf:


Author: Jenny Böhme, Benno List
Changelog:
Definition at line 30 of file RegHProf.h.
Public Member Functions | |
| RegHProf (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup, Option_t *option, const ROListPoR &hhl=0) | |
| Constructor with equidistant binning. | |
| RegHProf (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup, Axis_t ylow, Axis_t yup, Option_t *option, const ROListPoR &hhl=0) | |
| Constructor with equidistant binning and limited y range. | |
| RegHProf (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Option_t *option, const ROListPoR &hhl=0) | |
| Constructor with non-equidistant binning, taking float bin edges. | |
| RegHProf (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Option_t *option, const ROListPoR &hhl=0) | |
| Constructor with non-equidistant binning, taking double bin edges. | |
| RegHProf (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Axis_t ylow, Axis_t yup, Option_t *option, const ROListPoR &hhl=0) | |
| Constructor with non-equidistant binning and limited y range. | |
| RegHProf (const char *name, const char *title, const Binning &binning, Option_t *option, const ROListPoR &hhl=0) | |
| Constructor with Binning object. | |
| RegHProf (const char *name, const char *title, const Binning &binning, Axis_t ylow, Axis_t yup, Option_t *option, const ROListPoR &hhl=0) | |
| Constructor with Binning object and limited y range. | |
Private Member Functions | |
| void | initBinning (const Binning &binning) |
| helper function to set binning right | |
| RegHProf (const RegHProf &source) | |
| Private copy constructor, left unimplemented: No copying! | |
| RegHProf & | operator= (const RegHProf &source) |
| Private assignment operator, left unimplemented: No assignment! | |
|
||||||||||||||||||||||||||||||||
|
Constructor with equidistant binning.
Definition at line 32 of file RegHProf.C. |
|
||||||||||||||||||||||||||||||||||||||||
|
Constructor with equidistant binning and limited y range.
Definition at line 42 of file RegHProf.C. |
|
||||||||||||||||||||||||||||
|
Constructor with non-equidistant binning, taking float bin edges.
Definition at line 53 of file RegHProf.C. |
|
||||||||||||||||||||||||||||
|
Constructor with non-equidistant binning, taking double bin edges.
Definition at line 62 of file RegHProf.C. |
|
||||||||||||||||||||||||||||||||||||
|
Constructor with non-equidistant binning and limited y range.
Definition at line 71 of file RegHProf.C. |
|
||||||||||||||||||||||||
|
Constructor with Binning object.
Definition at line 81 of file RegHProf.C. References initBinning(). |
|
||||||||||||||||||||||||||||||||
|
Constructor with Binning object and limited y range.
Definition at line 93 of file RegHProf.C. References initBinning(). |
1.3.2