Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::RDF::TProfile1DModel Class Reference

A struct which stores some basic parameters of a TProfile.

Note
It stores only basic settings such as name, title, bins, bin edges, but not others such as fSumw2.

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<::TProfileGetProfile () const
 

Public Attributes

std::vector< doublefBinXEdges
 
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>

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

◆ TProfile1DModel() [3/8]

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

Definition at line 300 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 306 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 312 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 318 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 324 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 330 of file RDFHistoModels.cxx.

Member Function Documentation

◆ GetProfile()

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

Definition at line 336 of file RDFHistoModels.cxx.

Member Data Documentation

◆ fBinXEdges

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

Definition at line 135 of file HistoModels.hxx.

◆ fName

TString ROOT::RDF::TProfile1DModel::fName

Definition at line 127 of file HistoModels.hxx.

◆ fNbinsX

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

Definition at line 129 of file HistoModels.hxx.

◆ fOption

TString ROOT::RDF::TProfile1DModel::fOption

Definition at line 134 of file HistoModels.hxx.

◆ fTitle

TString ROOT::RDF::TProfile1DModel::fTitle

Definition at line 128 of file HistoModels.hxx.

◆ fXLow

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

Definition at line 130 of file HistoModels.hxx.

◆ fXUp

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

Definition at line 131 of file HistoModels.hxx.

◆ fYLow

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

Definition at line 132 of file HistoModels.hxx.

◆ fYUp

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

Definition at line 133 of file HistoModels.hxx.

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

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