Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFit3DCFGauss2.h
1/*
2 * CorrFit3DCFGauss2.h
3 *
4 * Created on: 21 mar 2016
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALCORRFIT3DCFGAUSS2_H_
10#define HALCORRFIT3DCFGAUSS2_H_
11
12#include "CorrFit3DCF.h"
18namespace Hal {
20 Int_t fRoutId = {5};
21 Int_t fRsideId = {6};
22 Int_t fRlongId = {7};
23 Int_t fLambdaId = {8};
24
25 protected:
26 Double_t CalculateCF(const Double_t* x, const Double_t* params) const;
27
28 public:
34 inline Int_t Rout1ID() const { return RoutID(); };
39 inline Int_t Rout2ID() const { return fRoutId; };
44 inline Int_t Rside1ID() const { return RsideID(); };
49 inline Int_t Rside2ID() const { return fRsideId; };
54 inline Int_t Rlong1ID() const { return RlongID(); };
59 inline Int_t Rlong2ID() const { return fRlongId; };
64 inline Int_t Lambda1ID() const { return LambdaID(); };
69 inline Int_t Lambda2ID() const { return fLambdaId; }
70 virtual ~CorrFit3DCF_Gauss2();
71 ClassDef(CorrFit3DCF_Gauss2, 1)
72 };
73} // namespace Hal
74
75#endif /* HALCORRFIT3DCFGAUSS2_H_ */
Double_t CalculateCF(const Double_t *x, const Double_t *params) const
Int_t RsideID() const
Int_t LambdaID() const
Int_t RoutID() const
Int_t RlongID() const