Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
Hal::HistogramManager_2_3D< T > Class Template Reference

#include <HistogramManager.h>

Inheritance diagram for Hal::HistogramManager_2_3D< T >:

Public Member Functions

 HistogramManager_2_3D (const HistogramManager_2_3D &manager)
 
HistogramManager_2_3D< T > & operator= (const HistogramManager_2_3D &manager)
 
void Init (Int_t sizeX, Int_t sizeY, HistogramAxisConf **axisconf, TString title, Bool_t Sumw=kFALSE)
 
void Init (Int_t sizeX, Int_t sizeY, Int_t binsX, Double_t minX, Double_t maxX, Int_t binsY, Double_t minY, Double_t maxY, Int_t binsZ, Double_t minZ, Double_t maxZ, Bool_t sumw=kFALSE)
 
Int_t GetSize () const
 
TList * GetFlatList () const
 
PackageReport () const
 
HistogramManager_1_3D< T > * Get (Int_t i) const
 
T * At (const Int_t i, Int_t j) const
 
void Fill (Int_t i, Int_t j, Double_t X, Double_t Y, Double_t Z)
 
void Fill (Int_t i, Int_t j, Double_t X, Double_t Y, Double_t Z, Double_t weight)
 

Public Attributes

HistogramManager_1_3D< T > * fArray
 

Detailed Description

template<class T>
class Hal::HistogramManager_2_3D< T >

class for store 2-dim array of 3-dim histograms

Definition at line 616 of file HistogramManager.h.

Constructor & Destructor Documentation

◆ HistogramManager_2_3D() [1/2]

template<class T >
Hal::HistogramManager_2_3D< T >::HistogramManager_2_3D ( )
inline

Definition at line 625 of file HistogramManager.h.

◆ HistogramManager_2_3D() [2/2]

template<class T >
Hal::HistogramManager_2_3D< T >::HistogramManager_2_3D ( const HistogramManager_2_3D< T > & manager)

Definition at line 521 of file HistogramManager.cxx.

◆ ~HistogramManager_2_3D()

template<class T >
virtual Hal::HistogramManager_2_3D< T >::~HistogramManager_2_3D ( )
inlinevirtual

Definition at line 713 of file HistogramManager.h.

Member Function Documentation

◆ At()

template<class T >
T * Hal::HistogramManager_2_3D< T >::At ( const Int_t i,
Int_t j ) const
inline
Parameters
i1st index in array of histograms
j2nd index in array of histograms
Returns
histogram

Definition at line 691 of file HistogramManager.h.

◆ Fill() [1/2]

template<class T >
void Hal::HistogramManager_2_3D< T >::Fill ( Int_t i,
Int_t j,
Double_t X,
Double_t Y,
Double_t Z )
inline

fill histogram

Parameters
i1st index in array of histograms
j2nd index in array of histograms
Xx-value of fill
Yy-value of fill
Zz-value of fill

Definition at line 700 of file HistogramManager.h.

◆ Fill() [2/2]

template<class T >
void Hal::HistogramManager_2_3D< T >::Fill ( Int_t i,
Int_t j,
Double_t X,
Double_t Y,
Double_t Z,
Double_t weight )
inline

fill histogram

Parameters
i1st index in array of histograms
j2nd index in array of histograms
Xx-value of fill
Yy-value of fill
Zz-value of fill
weightweight

Definition at line 710 of file HistogramManager.h.

◆ Get()

template<class T >
HistogramManager_1_3D< T > * Hal::HistogramManager_2_3D< T >::Get ( Int_t i) const
inline
Parameters
iindex
Returns
array of histograms in hitstogram manager

Definition at line 684 of file HistogramManager.h.

◆ GetFlatList()

template<class T >
TList * Hal::HistogramManager_2_3D< T >::GetFlatList ( ) const
Returns
all histograms in "flat" TList

Definition at line 592 of file HistogramManager.cxx.

◆ GetSize()

template<class T >
Int_t Hal::HistogramManager_2_3D< T >::GetSize ( ) const
inline
Returns
2nd dimension of array

Definition at line 668 of file HistogramManager.h.

◆ Init() [1/2]

template<class T >
void Hal::HistogramManager_2_3D< T >::Init ( Int_t sizeX,
Int_t sizeY,
HistogramAxisConf ** axisconf,
TString title,
Bool_t Sumw = kFALSE )

initialize histograms

Parameters
sizeXsize of array (1st dim)
sizeYsize of array (2nd dim)
axisconfarray of axis configurations
titletitle of histograms
Sumwif true Suwm is called for histograms

Definition at line 550 of file HistogramManager.cxx.

◆ Init() [2/2]

template<class T >
void Hal::HistogramManager_2_3D< T >::Init ( Int_t sizeX,
Int_t sizeY,
Int_t binsX,
Double_t minX,
Double_t maxX,
Int_t binsY,
Double_t minY,
Double_t maxY,
Int_t binsZ,
Double_t minZ,
Double_t maxZ,
Bool_t sumw = kFALSE )

initialize histograms

Parameters
sizeXsize of array
sizeYsize of array
binsXnumber of bins
minXx-min
maxXx-max
binsY
minYy-min
maxYy-min
binsZ
minZz-min
maxZz-max
sumwif true call Sumw

Definition at line 562 of file HistogramManager.cxx.

◆ operator=()

template<class T >
HistogramManager_2_3D< T > & Hal::HistogramManager_2_3D< T >::operator= ( const HistogramManager_2_3D< T > & manager)

Definition at line 532 of file HistogramManager.cxx.

◆ Report()

template<class T >
Package * Hal::HistogramManager_2_3D< T >::Report ( ) const
Returns
package mad from this

Definition at line 583 of file HistogramManager.cxx.

Member Data Documentation

◆ fArray

template<class T >
HistogramManager_1_3D<T>* Hal::HistogramManager_2_3D< T >::fArray

array of arrays

Definition at line 624 of file HistogramManager.h.


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