![]() |
AliPhysics
3f43add (3f43add)
|
Interface for binnings used by the histogram handler. More...
#include <TBinning.h>
Public Member Functions | |
TBinning () | |
virtual | ~TBinning () |
virtual void | CreateBinEdges (TArrayD &binedges) const =0 |
Interface for binnings used by the histogram handler.
This class is the base class for binning descriptions used by the histogram handler during the creation of histograms. Classes implementing the binning must implement the function
Definition at line 21 of file TBinning.h.
|
inline |
Constructor
Definition at line 27 of file TBinning.h.
|
inlinevirtual |
Destructor
Definition at line 32 of file TBinning.h.
|
pure virtual |
Function creating bin edges from a descripition To be implemented by classes inheriting from TBinning
[out] | binedges | Target array of bin edges |
Implemented in TCustomBinning, and TLinearBinning.
Referenced by THistManager::CreateTH1(), THistManager::CreateTH2(), THistManager::CreateTH3(), and THistManager::CreateTProfile().