33    void FitParabola(Double_t x1,
 
   53    Int_t SolveParabola(Double_t a, Double_t b, Double_t c, Double_t& x1, Double_t& x2);
 
   64    Int_t Bin3dToBin1d(Int_t nbinsX, Int_t nBinsY, Int_t binX, Int_t binY, Int_t binZ, Bool_t root_number = kTRUE);
 
   71    TMatrixD GetVec(
const TH1& h, Bool_t horizontal = kFALSE);
 
   78    TMatrixD GetMatrix(
const TH2& h, Bool_t swaprow = kFALSE);
 
   89    TVector3 Bin1dToBin3d(Int_t nbinsX, Int_t nBinsY, Int_t bin, Bool_t root_number = kTRUE);
 
   99    Double_t Discretize(Int_t areas, Double_t min, Double_t max, Double_t val, Char_t type);
 
  109    Double_t StatError2Var(Char_t ope, Double_t x, Double_t y, Double_t dx = -1, Double_t dy = -1);
 
  117    Int_t MultiToOneDimIndex(
const std::vector<int>& size, 
const std::vector<int>& position);
 
  124    std::vector<int> OneToMultiDimIndex(
const std::vector<int>& size, Int_t n);
 
  131    std::pair<Int_t, Int_t> Division(Int_t num, Int_t div);