Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

RegH2F Class Reference

#include <RegH2F.h>

Inheritance diagram for RegH2F:

Inheritance graph
[legend]
Collaboration diagram for RegH2F:

Collaboration graph
[legend]
List of all members.

Detailed Description

A registered 2-dimensional TH2F histogram.

Author: Jenny Böhme, Benno List

Date
2005/06/10 09:22:11
Author
blist

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!

RegH2Foperator= (const RegH2F &source)
 Private assignment operator, left unimplemented: No assignment!


Constructor & Destructor Documentation

RegH2F::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.

Parameters:
name  TH2F name
title  TH2F title
nbinsx  Number of x bins (as for TH2F)
xlow  Lower x edge (as for TH2F)
xup  Upper x edge (as for TH2F)
nbinsy  Number of y bins (as for TH2F)
ylow  Lower y edge (as for TH2F)
yup  Upper y edge (as for TH2F)
hhl  ROList object where "this" will be registered

Definition at line 32 of file RegH2F.C.

RegH2F::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.

Parameters:
name  TH2F name
title  TH2F title
nbinsx  Number of x bins (as for TH2F)
xbins  Bin edges in x (as for TH2F)
nbinsy  Number of y bins (as for TH2F)
ylow  Lower y edge (as for TH2F)
yup  Upper y edge (as for TH2F)
hhl  ROList object where "this" will be registered

Definition at line 43 of file RegH2F.C.

RegH2F::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.

Parameters:
name  TH2F name
title  TH2F title
nbinsx  Number of x bins (as for TH2F)
xlow  Lower x edge (as for TH2F)
xup  Upper x edge (as for TH2F)
nbinsy  Number of y bins (as for TH2F)
ybins  Bin edges in y (as for TH2F)
hhl  ROList object where "this" will be registered

Definition at line 54 of file RegH2F.C.

RegH2F::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.

Parameters:
name  TH2F name
title  TH2F title
nbinsx  Number of x bins (as for TH2F)
xbins  Bin edges in x (as for TH2F)
nbinsy  Number of y bins (as for TH2F)
ybins  Bin edges in y (as for TH2F)
hhl  ROList object where "this" will be registered

Definition at line 65 of file RegH2F.C.

RegH2F::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.

Parameters:
name  TH2F name
title  TH2F title
nbinsx  Number of x bins (as for TH2F)
xbins  Bin edges in x (as for TH2F)
nbinsy  Number of y bins (as for TH2F)
ybins  Bin edges in y (as for TH2F)
hhl  ROList object where "this" will be registered

Definition at line 75 of file RegH2F.C.

RegH2F::RegH2F const char *  name,
const char *  title,
const Binning &  xbinning,
const Binning &  ybinning,
const ROListPoR hhl = 0
 

Constructor taking 2 Binning objects.

Parameters:
name  TH2F name
title  TH2F title
xbinning  Defines the histogram x binning
ybinning  Defines the histogram y binning
hhl  ROList object where "this" will be registered

Definition at line 85 of file RegH2F.C.


The documentation for this class was generated from the following files:
Generated on Thu Oct 26 12:55:03 2006 for SFH by doxygen 1.3.2