Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
ROOT::RDF::TProfile1DModel Class Reference

A struct which stores the parameters of a TProfile.

Definition at line 99 of file RDFHistoModels.hxx.

Public Member Functions

 TProfile1DModel ()=default
 
 TProfile1DModel (const TProfile1DModel &)=default
 
 TProfile1DModel (const ::TProfile &h)
 
 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 char *name, const char *title, int nbinsx, const float *xbins, const char *option="")
 
 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 ()
 
std::shared_ptr<::TProfileGetProfile () 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/RDFHistoModels.hxx>

Constructor & Destructor Documentation

◆ TProfile1DModel() [1/8]

ROOT::RDF::TProfile1DModel::TProfile1DModel ( )
default

◆ TProfile1DModel() [2/8]

ROOT::RDF::TProfile1DModel::TProfile1DModel ( const TProfile1DModel )
default

◆ ~TProfile1DModel()

ROOT::RDF::TProfile1DModel::~TProfile1DModel ( )

Definition at line 266 of file RDFHistoModels.cxx.

◆ TProfile1DModel() [3/8]

ROOT::RDF::TProfile1DModel::TProfile1DModel ( const ::TProfile h)

Definition at line 218 of file RDFHistoModels.cxx.

◆ TProfile1DModel() [4/8]

ROOT::RDF::TProfile1DModel::TProfile1DModel ( const char *  name,
const char *  title,
int  nbinsx,
double  xlow,
double  xup,
const char *  option = "" 
)

Definition at line 224 of file RDFHistoModels.cxx.

◆ TProfile1DModel() [5/8]

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 230 of file RDFHistoModels.cxx.

◆ TProfile1DModel() [6/8]

ROOT::RDF::TProfile1DModel::TProfile1DModel ( const char *  name,
const char *  title,
int  nbinsx,
const float *  xbins,
const char *  option = "" 
)

Definition at line 236 of file RDFHistoModels.cxx.

◆ TProfile1DModel() [7/8]

ROOT::RDF::TProfile1DModel::TProfile1DModel ( const char *  name,
const char *  title,
int  nbinsx,
const double *  xbins,
const char *  option = "" 
)

Definition at line 242 of file RDFHistoModels.cxx.

◆ TProfile1DModel() [8/8]

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 248 of file RDFHistoModels.cxx.

Member Function Documentation

◆ GetProfile()

std::shared_ptr<::TProfile > ROOT::RDF::TProfile1DModel::GetProfile ( ) const

Definition at line 254 of file RDFHistoModels.cxx.

Member Data Documentation

◆ fBinXEdges

std::vector<double> ROOT::RDF::TProfile1DModel::fBinXEdges

Definition at line 108 of file RDFHistoModels.hxx.

◆ fName

TString ROOT::RDF::TProfile1DModel::fName

Definition at line 100 of file RDFHistoModels.hxx.

◆ fNbinsX

int ROOT::RDF::TProfile1DModel::fNbinsX = 128

Definition at line 102 of file RDFHistoModels.hxx.

◆ fOption

TString ROOT::RDF::TProfile1DModel::fOption

Definition at line 107 of file RDFHistoModels.hxx.

◆ fTitle

TString ROOT::RDF::TProfile1DModel::fTitle

Definition at line 101 of file RDFHistoModels.hxx.

◆ fXLow

double ROOT::RDF::TProfile1DModel::fXLow = 0.

Definition at line 103 of file RDFHistoModels.hxx.

◆ fXUp

double ROOT::RDF::TProfile1DModel::fXUp = 64.

Definition at line 104 of file RDFHistoModels.hxx.

◆ fYLow

double ROOT::RDF::TProfile1DModel::fYLow = 0.

Definition at line 105 of file RDFHistoModels.hxx.

◆ fYUp

double ROOT::RDF::TProfile1DModel::fYUp = 0.

Definition at line 106 of file RDFHistoModels.hxx.

Collaboration diagram for ROOT::RDF::TProfile1DModel:
[legend]

The documentation for this class was generated from the following files: