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