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

◆ TProfile1DModel() [3/8]

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

Definition at line 396 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 402 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 408 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 414 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 420 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 426 of file RDFHistoModels.cxx.

Member Function Documentation

◆ GetProfile()

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

Definition at line 432 of file RDFHistoModels.cxx.

Member Data Documentation

◆ fBinXEdges

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

Definition at line 165 of file HistoModels.hxx.

◆ fName

TString ROOT::RDF::TProfile1DModel::fName

Definition at line 157 of file HistoModels.hxx.

◆ fNbinsX

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

Definition at line 159 of file HistoModels.hxx.

◆ fOption

TString ROOT::RDF::TProfile1DModel::fOption

Definition at line 164 of file HistoModels.hxx.

◆ fTitle

TString ROOT::RDF::TProfile1DModel::fTitle

Definition at line 158 of file HistoModels.hxx.

◆ fXLow

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

Definition at line 160 of file HistoModels.hxx.

◆ fXUp

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

Definition at line 161 of file HistoModels.hxx.

◆ fYLow

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

Definition at line 162 of file HistoModels.hxx.

◆ fYUp

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

Definition at line 163 of file HistoModels.hxx.

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

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