Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFit3DCFLorentz.h
1/*
2 * CorrFit3DCFLorentz.h
3 *
4 * Created on: 24 mar 2016
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALCORRFIT3DCFLORENTZ_H_
10#define HALCORRFIT3DCFLORENTZ_H_
11
12#include "CorrFit3DCF.h"
13
14
15namespace Hal {
17 protected:
18 Double_t CalculateCF(const Double_t* x, const Double_t* params) const;
19
20 public:
22 virtual ~CorrFit3DCF_Lorentz();
23 ClassDef(CorrFit3DCF_Lorentz, 1)
24 };
25} // namespace Hal
26#endif /* HALCORRFIT3DCFLORENTZ_H_ */
Double_t CalculateCF(const Double_t *x, const Double_t *params) const