Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
Hal::HistogramAxisConf Class Reference
Inheritance diagram for Hal::HistogramAxisConf:
Hal::CutMonAxisConf

Public Member Functions

 HistogramAxisConf (Int_t bins, Double_t min, Double_t max)
 
 HistogramAxisConf (TString title, Int_t bins=100, Double_t min=0, Double_t max=100)
 
Int_t GetNBins () const
 
Double_t GetMin () const
 
Double_t GetMax () const
 
 ClassDef (HistogramAxisConf, 1) virtual void Print(Option_t *option
 

Protected Member Functions

void SetConf (Int_t bins, Double_t min, Double_t max)
 

Detailed Description

Definition at line 21 of file HistogramManager.h.

Constructor & Destructor Documentation

◆ HistogramAxisConf() [1/3]

Hal::HistogramAxisConf::HistogramAxisConf ( )

Definition at line 22 of file HistogramManager.cxx.

◆ HistogramAxisConf() [2/3]

Hal::HistogramAxisConf::HistogramAxisConf ( Int_t bins,
Double_t min,
Double_t max )
Parameters
binsnumber of bins
minlower edge of axis
maxupper edge of axis

Definition at line 24 of file HistogramManager.cxx.

◆ HistogramAxisConf() [3/3]

Hal::HistogramAxisConf::HistogramAxisConf ( TString title,
Int_t bins = 100,
Double_t min = 0,
Double_t max = 100 )
Parameters
titleaxis title
binsnumber of bins
minlower edge of axis
maxupper edge of axis

Definition at line 26 of file HistogramManager.cxx.

◆ ~HistogramAxisConf()

virtual Hal::HistogramAxisConf::~HistogramAxisConf ( )
inlinevirtual

Definition at line 64 of file HistogramManager.h.

Member Function Documentation

◆ GetMax()

Double_t Hal::HistogramAxisConf::GetMax ( ) const
inline
Returns
maximum of axis

Definition at line 63 of file HistogramManager.h.

◆ GetMin()

Double_t Hal::HistogramAxisConf::GetMin ( ) const
inline
Returns
minimum of axis

Definition at line 58 of file HistogramManager.h.

◆ GetNBins()

Int_t Hal::HistogramAxisConf::GetNBins ( ) const
inline
Returns
number of bins

Definition at line 53 of file HistogramManager.h.

◆ SetConf()

void Hal::HistogramAxisConf::SetConf ( Int_t bins,
Double_t min,
Double_t max )
inlineprotected

Definition at line 26 of file HistogramManager.h.


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