Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFit1DCFSquare.h
1/*
2 * CorrFit1DCFSquare.h
3 *
4 * Created on: 22 mar 2016
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALCORRFIT1DCFSQUARE_H_
10#define HALCORRFIT1DCFSQUARE_H_
11
12#include "CorrFit1DCF.h"
13
18namespace Hal {
20 const Int_t fA = {1};
21 const Int_t fB = {2};
22
23 protected:
24 Double_t CalculateCF(const Double_t* x, const Double_t* params) const;
25
26 public:
31 CorrFit1DCF_Square(Int_t pol = 2);
36 inline Int_t AID() const { return fA; };
41 inline Int_t BID() const { return fB; };
42 virtual ~CorrFit1DCF_Square();
43 ClassDef(CorrFit1DCF_Square, 1)
44 };
45} // namespace Hal
46#endif /* HALCORRFIT1DCFSQUARE_H_ */
Double_t CalculateCF(const Double_t *x, const Double_t *params) const