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

◆ TProfile2DModel() [3/8]

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

Definition at line 352 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 360 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 367 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 374 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 381 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 388 of file RDFHistoModels.cxx.

Member Function Documentation

◆ GetProfile()

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

Definition at line 396 of file RDFHistoModels.cxx.

Member Data Documentation

◆ fBinXEdges

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

Definition at line 163 of file HistoModels.hxx.

◆ fBinYEdges

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

Definition at line 164 of file HistoModels.hxx.

◆ fName

TString ROOT::RDF::TProfile2DModel::fName

Definition at line 152 of file HistoModels.hxx.

◆ fNbinsX

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

Definition at line 154 of file HistoModels.hxx.

◆ fNbinsY

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

Definition at line 157 of file HistoModels.hxx.

◆ fOption

TString ROOT::RDF::TProfile2DModel::fOption

Definition at line 162 of file HistoModels.hxx.

◆ fTitle

TString ROOT::RDF::TProfile2DModel::fTitle

Definition at line 153 of file HistoModels.hxx.

◆ fXLow

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

Definition at line 155 of file HistoModels.hxx.

◆ fXUp

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

Definition at line 156 of file HistoModels.hxx.

◆ fYLow

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

Definition at line 158 of file HistoModels.hxx.

◆ fYUp

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

Definition at line 159 of file HistoModels.hxx.

◆ fZLow

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

Definition at line 160 of file HistoModels.hxx.

◆ fZUp

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

Definition at line 161 of file HistoModels.hxx.

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

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