Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFit1DCFGauss.h
1/*
2 * CorrFit1DCFGauss.h
3 *
4 * Created on: 03-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 HALCORRFIT1DCFGAUSS_H_
11#define HALCORRFIT1DCFGAUSS_H_
12#include "CorrFit1DCF.h"
17namespace Hal {
19 protected:
20 Double_t CalculateCF(const Double_t* x, const Double_t* params) const;
21
22 public:
24 virtual ~CorrFit1DCF_Gauss();
25 ClassDef(CorrFit1DCF_Gauss, 1)
26 };
27} // namespace Hal
28#endif /* HALCORRFIT1DCFGAUSS_H_ */
Double_t CalculateCF(const Double_t *x, const Double_t *params) const