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


Author: Jenny Böhme, Benno List
Changelog:
Definition at line 30 of file RegH2F.h.
Public Member Functions | |
| RegH2F (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup, Int_t nbinsy, Axis_t ylow, Axis_t yup, const ROListPoR &hhl=0) | |
| Constructor with equidistant x and y binnings. | |
| RegH2F (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, Axis_t ylow, Axis_t yup, const ROListPoR &hhl=0) | |
| Constructor with non-equidistant x and equidistant y binnings. | |
| RegH2F (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup, Int_t nbinsy, const Double_t *ybins, const ROListPoR &hhl=0) | |
| Constructor with equidistant x and non-equidistant y binnings. | |
| RegH2F (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins, const ROListPoR &hhl=0) | |
| Constructor with non-equidistant x and y binnings taking doubles. | |
| RegH2F (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins, const ROListPoR &hhl=0) | |
| Constructor with non-equidistant x and y binnings taking floats. | |
| RegH2F (const char *name, const char *title, const Binning &xbinning, const Binning &ybinning, const ROListPoR &hhl=0) | |
| Constructor taking 2 Binning objects. | |
Private Member Functions | |
| RegH2F (const RegH2F &source) | |
| Private copy constructor, left unimplemented: No copying! | |
| RegH2F & | operator= (const RegH2F &source) |
| Private assignment operator, left unimplemented: No assignment! | |
|
||||||||||||||||||||||||||||||||||||||||
|
Constructor with equidistant x and y binnings.
|
|
||||||||||||||||||||||||||||||||||||
|
Constructor with non-equidistant x and equidistant y binnings.
|
|
||||||||||||||||||||||||||||||||||||
|
Constructor with equidistant x and non-equidistant y binnings.
|
|
||||||||||||||||||||||||||||||||
|
Constructor with non-equidistant x and y binnings taking doubles.
|
|
||||||||||||||||||||||||||||||||
|
Constructor with non-equidistant x and y binnings taking floats.
|
|
||||||||||||||||||||||||
|
Constructor taking 2 Binning objects.
|
1.3.2