A struct which stores some basic parameters of a TProfile.
Definition at line 156 of file HistoModels.hxx.
Public Member Functions | |
| TProfile1DModel ()=default | |
| TProfile1DModel (const ::TProfile &h) | |
| TProfile1DModel (const char *name, const char *title, int nbinsx, const double *xbins, const char *option="") | |
| TProfile1DModel (const char *name, const char *title, int nbinsx, const double *xbins, double ylow, double yup, const char *option="") | |
| TProfile1DModel (const char *name, const char *title, int nbinsx, const float *xbins, const char *option="") | |
| TProfile1DModel (const char *name, const char *title, int nbinsx, double xlow, double xup, const char *option="") | |
| TProfile1DModel (const char *name, const char *title, int nbinsx, double xlow, double xup, double ylow, double yup, const char *option="") | |
| TProfile1DModel (const TProfile1DModel &)=default | |
| ~TProfile1DModel () | |
| std::shared_ptr<::TProfile > | GetProfile () const |
Public Attributes | |
| std::vector< double > | fBinXEdges |
| TString | fName |
| int | fNbinsX = 128 |
| TString | fOption |
| TString | fTitle |
| double | fXLow = 0. |
| double | fXUp = 64. |
| double | fYLow = 0. |
| double | fYUp = 0. |
#include <ROOT/RDF/HistoModels.hxx>
|
default |
|
default |
| ROOT::RDF::TProfile1DModel::~TProfile1DModel | ( | ) |
Definition at line 444 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile1DModel::TProfile1DModel | ( | const ::TProfile & | h | ) |
Definition at line 396 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile1DModel::TProfile1DModel | ( | const char * | name, |
| const char * | title, | ||
| int | nbinsx, | ||
| double | xlow, | ||
| double | xup, | ||
| const char * | option = "" ) |
Definition at line 402 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile1DModel::TProfile1DModel | ( | const char * | name, |
| const char * | title, | ||
| int | nbinsx, | ||
| double | xlow, | ||
| double | xup, | ||
| double | ylow, | ||
| double | yup, | ||
| const char * | option = "" ) |
Definition at line 408 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile1DModel::TProfile1DModel | ( | const char * | name, |
| const char * | title, | ||
| int | nbinsx, | ||
| const float * | xbins, | ||
| const char * | option = "" ) |
Definition at line 414 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile1DModel::TProfile1DModel | ( | const char * | name, |
| const char * | title, | ||
| int | nbinsx, | ||
| const double * | xbins, | ||
| const char * | option = "" ) |
Definition at line 420 of file RDFHistoModels.cxx.
| ROOT::RDF::TProfile1DModel::TProfile1DModel | ( | const char * | name, |
| const char * | title, | ||
| int | nbinsx, | ||
| const double * | xbins, | ||
| double | ylow, | ||
| double | yup, | ||
| const char * | option = "" ) |
Definition at line 426 of file RDFHistoModels.cxx.
| std::shared_ptr<::TProfile > ROOT::RDF::TProfile1DModel::GetProfile | ( | ) | const |
Definition at line 432 of file RDFHistoModels.cxx.
| std::vector<double> ROOT::RDF::TProfile1DModel::fBinXEdges |
Definition at line 165 of file HistoModels.hxx.
| TString ROOT::RDF::TProfile1DModel::fName |
Definition at line 157 of file HistoModels.hxx.
| int ROOT::RDF::TProfile1DModel::fNbinsX = 128 |
Definition at line 159 of file HistoModels.hxx.
| TString ROOT::RDF::TProfile1DModel::fOption |
Definition at line 164 of file HistoModels.hxx.
| TString ROOT::RDF::TProfile1DModel::fTitle |
Definition at line 158 of file HistoModels.hxx.
| double ROOT::RDF::TProfile1DModel::fXLow = 0. |
Definition at line 160 of file HistoModels.hxx.
| double ROOT::RDF::TProfile1DModel::fXUp = 64. |
Definition at line 161 of file HistoModels.hxx.
| double ROOT::RDF::TProfile1DModel::fYLow = 0. |
Definition at line 162 of file HistoModels.hxx.
| double ROOT::RDF::TProfile1DModel::fYUp = 0. |
Definition at line 163 of file HistoModels.hxx.