A struct which stores some basic parameters of a TProfile2D.
Definition at line 151 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 423 of file RDFHistoModels.cxx.
ROOT::RDF::TProfile2DModel::TProfile2DModel | ( | const ::TProfile2D & | h | ) |
Definition at line 352 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 360 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 367 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 374 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 381 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 388 of file RDFHistoModels.cxx.
std::shared_ptr<::TProfile2D > ROOT::RDF::TProfile2DModel::GetProfile | ( | ) | const |
Definition at line 396 of file RDFHistoModels.cxx.
std::vector<double> ROOT::RDF::TProfile2DModel::fBinXEdges |
Definition at line 163 of file HistoModels.hxx.
std::vector<double> ROOT::RDF::TProfile2DModel::fBinYEdges |
Definition at line 164 of file HistoModels.hxx.
TString ROOT::RDF::TProfile2DModel::fName |
Definition at line 152 of file HistoModels.hxx.
int ROOT::RDF::TProfile2DModel::fNbinsX = 128 |
Definition at line 154 of file HistoModels.hxx.
int ROOT::RDF::TProfile2DModel::fNbinsY = 128 |
Definition at line 157 of file HistoModels.hxx.
TString ROOT::RDF::TProfile2DModel::fOption |
Definition at line 162 of file HistoModels.hxx.
TString ROOT::RDF::TProfile2DModel::fTitle |
Definition at line 153 of file HistoModels.hxx.
double ROOT::RDF::TProfile2DModel::fXLow = 0. |
Definition at line 155 of file HistoModels.hxx.
double ROOT::RDF::TProfile2DModel::fXUp = 64. |
Definition at line 156 of file HistoModels.hxx.
double ROOT::RDF::TProfile2DModel::fYLow = 0. |
Definition at line 158 of file HistoModels.hxx.
double ROOT::RDF::TProfile2DModel::fYUp = 64. |
Definition at line 159 of file HistoModels.hxx.
double ROOT::RDF::TProfile2DModel::fZLow = 0. |
Definition at line 160 of file HistoModels.hxx.
double ROOT::RDF::TProfile2DModel::fZUp = 0. |
Definition at line 161 of file HistoModels.hxx.