#include <Profile3D.h>
|
| Profile3D () |
|
| Profile3D (std::string name, std::string title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, Int_t nbinsz, Double_t zlow, Double_t zup, std::string options="") |
|
void | ResetBinCumulMode () |
|
Int_t | FillAsCumulative (Double_t x, Double_t y, Double_t z, Double_t t) |
|
virtual Profile2D * | DoProjectProfile2D (const char *name, const char *title, const TAxis *projX, const TAxis *projY, bool originalRange, bool useUF, bool useOF) const |
|
Profile2D * | Project3DProfile (Option_t *option) const |
|
virtual Double_t | RetrieveBinContent (Int_t bin) const |
|
virtual void | Print (Option_t *option) const |
|
TH3D * | ProjectionXYZ (const char *name, Option_t *option) const |
|
|
static TH2D * | DoProject2D (const H3D &h, const char *name, const char *title, TAxis *projX, TAxis *projY, bool computeErrors, bool originalRange, bool useUF, bool useOF) |
|
Definition at line 12 of file Profile3D.h.
Profile3D::Profile3D |
( |
std::string |
name, |
|
|
std::string |
title, |
|
|
Int_t |
nbinsx, |
|
|
Double_t |
xlow, |
|
|
Double_t |
xup, |
|
|
Int_t |
nbinsy, |
|
|
Double_t |
ylow, |
|
|
Double_t |
yup, |
|
|
Int_t |
nbinsz, |
|
|
Double_t |
zlow, |
|
|
Double_t |
zup, |
|
|
std::string |
options = "" |
|
) |
| |
static TH2D* Profile3D::DoProject2D |
( |
const H3D & |
h, |
|
|
const char * |
name, |
|
|
const char * |
title, |
|
|
TAxis * |
projX, |
|
|
TAxis * |
projY, |
|
|
bool |
computeErrors, |
|
|
bool |
originalRange, |
|
|
bool |
useUF, |
|
|
bool |
useOF |
|
) |
| |
|
inlinestatic |
Profile2D * Profile3D::DoProjectProfile2D |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
const TAxis * |
projX, |
|
|
const TAxis * |
projY, |
|
|
bool |
originalRange, |
|
|
bool |
useUF, |
|
|
bool |
useOF |
|
) |
| const |
|
virtual |
Int_t Profile3D::FillAsCumulative |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z, |
|
|
Double_t |
t |
|
) |
| |
void Profile3D::Print |
( |
Option_t * |
option | ) |
const |
|
virtual |
Profile2D * Profile3D::Project3DProfile |
( |
Option_t * |
option | ) |
const |
TH3D * Profile3D::ProjectionXYZ |
( |
const char * |
name, |
|
|
Option_t * |
option |
|
) |
| const |
void Profile3D::ResetBinCumulMode |
( |
| ) |
|
virtual Double_t Profile3D::RetrieveBinContent |
( |
Int_t |
bin | ) |
const |
|
inlinevirtual |
TArrayC Profile3D::fBinCumulMode |
|
protected |
The documentation for this class was generated from the following files: