Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFit3DCFGauss.h
1/*
2 * CorrFit3DCFGauss.h
3 *
4 * Created on: 08-04-2015
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9
10#ifndef HALCORRFIT3DCFGAUSS_H_
11#define HALCORRFIT3DCFGAUSS_H_
12#include "CorrFit3DCF.h"
18namespace Hal {
20 protected:
21 Double_t CalculateCF(const Double_t* x, const Double_t* params) const;
22
23 public:
25 virtual ~CorrFit3DCF_Gauss();
26 ClassDef(CorrFit3DCF_Gauss, 1)
27 };
28} // namespace Hal
29#endif /* HALCORRFIT3DCFGAUSS_H_ */
Double_t CalculateCF(const Double_t *x, const Double_t *params) const