Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFit1DCFExp.h
1/*
2 * CorrFit1DCFExp.h
3 *
4 * Created on: 29-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 HALCORRFIT1DCF_EXP_H_
11#define HALCORRFIT1DCF_EXP_H_
12
13#include "CorrFit1DCF.h"
18namespace Hal {
20 protected:
21 Double_t CalculateCF(const Double_t* x, const Double_t* params) const;
22
23 public:
25 virtual ~CorrFit1DCF_Exp();
26 ClassDef(CorrFit1DCF_Exp, 1)
27 };
28} // namespace Hal
29
30#endif /* HALCORRFIT1DCFEXP_H_ */
Double_t CalculateCF(const Double_t *x, const Double_t *params) const