A struct which stores some basic parameters of a TProfile2D.
Definition at line 181 of file HistoModels.hxx.
Public Member Functions | |
| 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 |
Public Attributes | |
| std::vector< double > | fBinXEdges |
| std::vector< double > | fBinYEdges |
| TString | fName |
| int | fNbinsX = 128 |
| int | fNbinsY = 128 |
| TString | fOption |
| TString | fTitle |
| double | fXLow = 0. |
| double | fXUp = 64. |
| double | fYLow = 0. |
| double | fYUp = 64. |
| double | fZLow = 0. |
| double | fZUp = 0. |
#include <ROOT/RDF/HistoModels.hxx>
|
default |
|
default |
| ROOT::RDF::TProfile2DModel::~TProfile2DModel | ( | ) |
Definition at line 519 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile2DModel::TProfile2DModel | ( | const ::TProfile2D & | h | ) |
Definition at line 448 of file RDFHistoModels.cxx.
| 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 = "" ) |
Definition at line 456 of file RDFHistoModels.cxx.
| 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 = "" ) |
Definition at line 463 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile2DModel::TProfile2DModel | ( | const char * | name, |
| const char * | title, | ||
| int | nbinsx, | ||
| const double * | xbins, | ||
| int | nbinsy, | ||
| double | ylow, | ||
| double | yup, | ||
| const char * | option = "" ) |
Definition at line 470 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile2DModel::TProfile2DModel | ( | const char * | name, |
| const char * | title, | ||
| int | nbinsx, | ||
| double | xlow, | ||
| double | xup, | ||
| int | nbinsy, | ||
| const double * | ybins, | ||
| const char * | option = "" ) |
Definition at line 477 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile2DModel::TProfile2DModel | ( | const char * | name, |
| const char * | title, | ||
| int | nbinsx, | ||
| const double * | xbins, | ||
| int | nbinsy, | ||
| const double * | ybins, | ||
| const char * | option = "" ) |
Definition at line 484 of file RDFHistoModels.cxx.
| std::shared_ptr<::TProfile2D > ROOT::RDF::TProfile2DModel::GetProfile | ( | ) | const |
Definition at line 492 of file RDFHistoModels.cxx.
| std::vector<double> ROOT::RDF::TProfile2DModel::fBinXEdges |
Definition at line 193 of file HistoModels.hxx.
| std::vector<double> ROOT::RDF::TProfile2DModel::fBinYEdges |
Definition at line 194 of file HistoModels.hxx.
| TString ROOT::RDF::TProfile2DModel::fName |
Definition at line 182 of file HistoModels.hxx.
| int ROOT::RDF::TProfile2DModel::fNbinsX = 128 |
Definition at line 184 of file HistoModels.hxx.
| int ROOT::RDF::TProfile2DModel::fNbinsY = 128 |
Definition at line 187 of file HistoModels.hxx.
| TString ROOT::RDF::TProfile2DModel::fOption |
Definition at line 192 of file HistoModels.hxx.
| TString ROOT::RDF::TProfile2DModel::fTitle |
Definition at line 183 of file HistoModels.hxx.
| double ROOT::RDF::TProfile2DModel::fXLow = 0. |
Definition at line 185 of file HistoModels.hxx.
| double ROOT::RDF::TProfile2DModel::fXUp = 64. |
Definition at line 186 of file HistoModels.hxx.
| double ROOT::RDF::TProfile2DModel::fYLow = 0. |
Definition at line 188 of file HistoModels.hxx.
| double ROOT::RDF::TProfile2DModel::fYUp = 64. |
Definition at line 189 of file HistoModels.hxx.
| double ROOT::RDF::TProfile2DModel::fZLow = 0. |
Definition at line 190 of file HistoModels.hxx.
| double ROOT::RDF::TProfile2DModel::fZUp = 0. |
Definition at line 191 of file HistoModels.hxx.