Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFit3DCFGaussCross.h
1/*
2 * CorrFit3DCFGausCross.h
3 *
4 * Created on: 01-05-2015
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9
10#ifndef HALCORRFIT3DCFGAUSCROSS_H_
11#define HALCORRFIT3DCFGAUSCROSS_H_
12#include "CorrFit3DCF.h"
18namespace Hal {
20
21 protected:
22 Double_t CalculateCF(const Double_t* x, const Double_t* params) const;
23
24 public:
30 inline Int_t Routlong() const { return Routlong(); };
35 inline Int_t Routside() const { return Routside(); };
40 inline Int_t Rsidelong() const { return Rsidelong(); };
42 ClassDef(CorrFit3DCF_GaussCross, 1)
43 };
44} // namespace Hal
45#endif /* HALCORRFIT3DCFGAUSCROSS_H_ */
Double_t CalculateCF(const Double_t *x, const Double_t *params) const