A struct which stores the parameters of a TProfile2D.
Definition at line 151 of file HistoModels.hxx.
|
| TProfile2DModel ()=default |
|
| TProfile2DModel (const ::TProfile2D &h) |
|
| TProfile2DModel (const char *name, const char *title, int nbinsx, const double *xbins, int nbinsy, const double *ybins, const char *option="") |
|
| TProfile2DModel (const char *name, const char *title, int nbinsx, const double *xbins, int nbinsy, double ylow, double yup, const char *option="") |
|
| TProfile2DModel (const char *name, const char *title, int nbinsx, double xlow, double xup, int nbinsy, const double *ybins, const char *option="") |
|
| TProfile2DModel (const char *name, const char *title, int nbinsx, double xlow, double xup, int nbinsy, double ylow, double yup, const char *option="") |
|
| TProfile2DModel (const char *name, const char *title, int nbinsx, double xlow, double xup, int nbinsy, double ylow, double yup, double zlow, double zup, const char *option="") |
|
| TProfile2DModel (const TProfile2DModel &)=default |
|
| ~TProfile2DModel () |
|
std::shared_ptr<::TProfile2D > | GetProfile () const |
|
#include <ROOT/RDF/HistoModels.hxx>
◆ TProfile2DModel() [1/8]
ROOT::RDF::TProfile2DModel::TProfile2DModel |
( |
| ) |
|
|
default |
◆ TProfile2DModel() [2/8]
◆ ~TProfile2DModel()
ROOT::RDF::TProfile2DModel::~TProfile2DModel |
( |
| ) |
|
◆ TProfile2DModel() [3/8]
ROOT::RDF::TProfile2DModel::TProfile2DModel |
( |
const ::TProfile2D & |
h | ) |
|
◆ TProfile2DModel() [4/8]
ROOT::RDF::TProfile2DModel::TProfile2DModel |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
int |
nbinsx, |
|
|
double |
xlow, |
|
|
double |
xup, |
|
|
int |
nbinsy, |
|
|
double |
ylow, |
|
|
double |
yup, |
|
|
const char * |
option = "" |
|
) |
| |
◆ TProfile2DModel() [5/8]
ROOT::RDF::TProfile2DModel::TProfile2DModel |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
int |
nbinsx, |
|
|
double |
xlow, |
|
|
double |
xup, |
|
|
int |
nbinsy, |
|
|
double |
ylow, |
|
|
double |
yup, |
|
|
double |
zlow, |
|
|
double |
zup, |
|
|
const char * |
option = "" |
|
) |
| |
◆ TProfile2DModel() [6/8]
ROOT::RDF::TProfile2DModel::TProfile2DModel |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
int |
nbinsx, |
|
|
const double * |
xbins, |
|
|
int |
nbinsy, |
|
|
double |
ylow, |
|
|
double |
yup, |
|
|
const char * |
option = "" |
|
) |
| |
◆ TProfile2DModel() [7/8]
ROOT::RDF::TProfile2DModel::TProfile2DModel |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
int |
nbinsx, |
|
|
double |
xlow, |
|
|
double |
xup, |
|
|
int |
nbinsy, |
|
|
const double * |
ybins, |
|
|
const char * |
option = "" |
|
) |
| |
◆ TProfile2DModel() [8/8]
ROOT::RDF::TProfile2DModel::TProfile2DModel |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
int |
nbinsx, |
|
|
const double * |
xbins, |
|
|
int |
nbinsy, |
|
|
const double * |
ybins, |
|
|
const char * |
option = "" |
|
) |
| |
◆ GetProfile()
std::shared_ptr<::TProfile2D > ROOT::RDF::TProfile2DModel::GetProfile |
( |
| ) |
const |
◆ fBinXEdges
std::vector<double> ROOT::RDF::TProfile2DModel::fBinXEdges |
◆ fBinYEdges
std::vector<double> ROOT::RDF::TProfile2DModel::fBinYEdges |
◆ fName
TString ROOT::RDF::TProfile2DModel::fName |
◆ fNbinsX
int ROOT::RDF::TProfile2DModel::fNbinsX = 128 |
◆ fNbinsY
int ROOT::RDF::TProfile2DModel::fNbinsY = 128 |
◆ fOption
TString ROOT::RDF::TProfile2DModel::fOption |
◆ fTitle
TString ROOT::RDF::TProfile2DModel::fTitle |
◆ fXLow
double ROOT::RDF::TProfile2DModel::fXLow = 0. |
◆ fXUp
double ROOT::RDF::TProfile2DModel::fXUp = 64. |
◆ fYLow
double ROOT::RDF::TProfile2DModel::fYLow = 0. |
◆ fYUp
double ROOT::RDF::TProfile2DModel::fYUp = 64. |
◆ fZLow
double ROOT::RDF::TProfile2DModel::fZLow = 0. |
◆ fZUp
double ROOT::RDF::TProfile2DModel::fZUp = 0. |
The documentation for this class was generated from the following files: