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

A struct which stores some basic parameters of a TProfile2D.

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

Definition at line 181 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<::TProfile2DGetProfile () const
 

Public Attributes

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

Constructor & Destructor Documentation

◆ TProfile2DModel() [1/8]

ROOT::RDF::TProfile2DModel::TProfile2DModel ( )
default

◆ TProfile2DModel() [2/8]

ROOT::RDF::TProfile2DModel::TProfile2DModel ( const TProfile2DModel & )
default

◆ ~TProfile2DModel()

ROOT::RDF::TProfile2DModel::~TProfile2DModel ( )

Definition at line 519 of file RDFHistoModels.cxx.

◆ TProfile2DModel() [3/8]

ROOT::RDF::TProfile2DModel::TProfile2DModel ( const ::TProfile2D & h)

Definition at line 448 of file RDFHistoModels.cxx.

◆ TProfile2DModel() [4/8]

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

◆ TProfile2DModel() [5/8]

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

◆ TProfile2DModel() [6/8]

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

◆ TProfile2DModel() [7/8]

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

◆ TProfile2DModel() [8/8]

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

Member Function Documentation

◆ GetProfile()

std::shared_ptr<::TProfile2D > ROOT::RDF::TProfile2DModel::GetProfile ( ) const

Definition at line 492 of file RDFHistoModels.cxx.

Member Data Documentation

◆ fBinXEdges

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

Definition at line 193 of file HistoModels.hxx.

◆ fBinYEdges

std::vector<double> ROOT::RDF::TProfile2DModel::fBinYEdges

Definition at line 194 of file HistoModels.hxx.

◆ fName

TString ROOT::RDF::TProfile2DModel::fName

Definition at line 182 of file HistoModels.hxx.

◆ fNbinsX

int ROOT::RDF::TProfile2DModel::fNbinsX = 128

Definition at line 184 of file HistoModels.hxx.

◆ fNbinsY

int ROOT::RDF::TProfile2DModel::fNbinsY = 128

Definition at line 187 of file HistoModels.hxx.

◆ fOption

TString ROOT::RDF::TProfile2DModel::fOption

Definition at line 192 of file HistoModels.hxx.

◆ fTitle

TString ROOT::RDF::TProfile2DModel::fTitle

Definition at line 183 of file HistoModels.hxx.

◆ fXLow

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

Definition at line 185 of file HistoModels.hxx.

◆ fXUp

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

Definition at line 186 of file HistoModels.hxx.

◆ fYLow

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

Definition at line 188 of file HistoModels.hxx.

◆ fYUp

double ROOT::RDF::TProfile2DModel::fYUp = 64.

Definition at line 189 of file HistoModels.hxx.

◆ fZLow

double ROOT::RDF::TProfile2DModel::fZLow = 0.

Definition at line 190 of file HistoModels.hxx.

◆ fZUp

double ROOT::RDF::TProfile2DModel::fZUp = 0.

Definition at line 191 of file HistoModels.hxx.

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

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