|
Heavy ion Analysis Libriares
|
#include <CorrFitHDFunc1D.h>
Public Member Functions | |
| Int_t | GetNbins () const |
| Int_t | GetBin (Int_t no) const |
| void | SetMask (const CorrFitMask &mask, TH1 *denominator, Bool_t hd) |
| Double_t | GetBinCFVal (Int_t bin, Bool_t extrapolated) const |
| Double_t | EvalHD (Double_t hdBin) const |
| Array_1< Int_t > & | GetBinsHD () |
| Array_1< Double_t > & | GetCFMapHD () |
| Array_1< Double_t > & | GetDenominatorHD () |
| Array_1< Double_t > & | GetDenominatorSum () |
Public Member Functions inherited from Hal::CorrFitHDFunc | |
| CorrFitHDFunc (Int_t dim=1) | |
| Int_t | HDBinToBin (Int_t hd_bin) const |
| Double_t | GetStep (Int_t no) const |
| Double_t | GetMin (Int_t no) const |
Additional Inherited Members | |
Protected Member Functions inherited from Hal::CorrFitHDFunc | |
| void | RecalcHDBin (Int_t newSize) |
| Int_t | GetBinHD (Int_t bin) const |
Protected Attributes inherited from Hal::CorrFitHDFunc | |
| const Int_t | fDummyVal |
| const Int_t | fDim |
| Array_1< Int_t > | fHDToBin |
| Double_t * | fParams |
| Double_t * | fMins |
| Double_t * | fSteps |
representation of 1D CF this holds a) map in HD mode b) map f sum NOTE - there are "active bins" as arguments of CF's
Definition at line 26 of file CorrFitHDFunc1D.h.
| Hal::CorrFitHDFunc1D::CorrFitHDFunc1D | ( | ) |
Definition at line 12 of file CorrFitHDFunc1D.cxx.
|
virtual |
Definition at line 100 of file CorrFitHDFunc1D.cxx.
|
inline |
calculate X-value for given "hd bin"
| hdBin |
Definition at line 67 of file CorrFitHDFunc1D.h.
|
inline |
convert "active bin number to bin nubmer
| no |
Definition at line 47 of file CorrFitHDFunc1D.h.
| Double_t Hal::CorrFitHDFunc1D::GetBinCFVal | ( | Int_t | bin, |
| Bool_t | extrapolated ) const |
return value of the CF at given bin, note: only active bins have this value calculated
| bin | |
| extrapolated |
Definition at line 56 of file CorrFitHDFunc1D.cxx.
|
inline |
Definition at line 68 of file CorrFitHDFunc1D.h.
|
inline |
Definition at line 69 of file CorrFitHDFunc1D.h.
|
inline |
Definition at line 70 of file CorrFitHDFunc1D.h.
|
inline |
Definition at line 71 of file CorrFitHDFunc1D.h.
|
inline |
Definition at line 41 of file CorrFitHDFunc1D.h.
|
virtual |
| mask | fitting mask |
| denominator | denomiator of CF |
| hd | if HD then calculate also values of denominator on the edges of bins |
Implements Hal::CorrFitHDFunc.
Definition at line 14 of file CorrFitHDFunc1D.cxx.