A struct which stores some basic parameters of a TProfile.
Definition at line 126 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 348 of file RDFHistoModels.cxx.
ROOT::RDF::TProfile1DModel::TProfile1DModel | ( | const ::TProfile & | h | ) |
Definition at line 300 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 306 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 312 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 318 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 324 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 330 of file RDFHistoModels.cxx.
std::shared_ptr<::TProfile > ROOT::RDF::TProfile1DModel::GetProfile | ( | ) | const |
Definition at line 336 of file RDFHistoModels.cxx.
std::vector<double> ROOT::RDF::TProfile1DModel::fBinXEdges |
Definition at line 135 of file HistoModels.hxx.
TString ROOT::RDF::TProfile1DModel::fName |
Definition at line 127 of file HistoModels.hxx.
int ROOT::RDF::TProfile1DModel::fNbinsX = 128 |
Definition at line 129 of file HistoModels.hxx.
TString ROOT::RDF::TProfile1DModel::fOption |
Definition at line 134 of file HistoModels.hxx.
TString ROOT::RDF::TProfile1DModel::fTitle |
Definition at line 128 of file HistoModels.hxx.
double ROOT::RDF::TProfile1DModel::fXLow = 0. |
Definition at line 130 of file HistoModels.hxx.
double ROOT::RDF::TProfile1DModel::fXUp = 64. |
Definition at line 131 of file HistoModels.hxx.
double ROOT::RDF::TProfile1DModel::fYLow = 0. |
Definition at line 132 of file HistoModels.hxx.
double ROOT::RDF::TProfile1DModel::fYUp = 0. |
Definition at line 133 of file HistoModels.hxx.