9#ifndef HALFEMTO_ANALYSIS_FEMTO_CORRFIT_HALCORRFITHDFUNC_H_
10#define HALFEMTO_ANALYSIS_FEMTO_CORRFIT_HALCORRFITHDFUNC_H_
13#include "CorrFitMask.h"
14#include "DividedHisto.h"
44 inline Int_t
GetBinHD(Int_t bin)
const {
return bin * 2 - 1; };
59 inline Int_t
HDBinToBin(Int_t hd_bin)
const {
return fHDToBin.
Get(hd_bin); };
65 inline Double_t
GetStep(Int_t no)
const {
return fSteps[no]; };
71 inline Double_t
GetMin(Int_t no)
const {
return fMins[no]; };
Int_t GetBinHD(Int_t bin) const
Double_t GetStep(Int_t no) const
virtual void SetMask(const CorrFitMask &mask, TH1 *denominator, Bool_t hd)=0
Int_t HDBinToBin(Int_t hd_bin) const
Double_t GetMin(Int_t no) const
void RecalcHDBin(Int_t newSize)