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
18
namespace
Hal
{
19
class
CorrFit1DCF_Square
:
public
CorrFit1DCF
{
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_ */
Hal::CorrFit1DCF_Square
Definition
CorrFit1DCFSquare.h:19
Hal::CorrFit1DCF_Square::AID
Int_t AID() const
Definition
CorrFit1DCFSquare.h:36
Hal::CorrFit1DCF_Square::CalculateCF
Double_t CalculateCF(const Double_t *x, const Double_t *params) const
Definition
CorrFit1DCFSquare.cxx:28
Hal::CorrFit1DCF_Square::BID
Int_t BID() const
Definition
CorrFit1DCFSquare.h:41
Hal::CorrFit1DCF_Square::CorrFit1DCF_Square
CorrFit1DCF_Square(Int_t pol=2)
Definition
CorrFit1DCFSquare.cxx:13
Hal::CorrFit1DCF
Definition
CorrFit1DCF.h:26
Hal
Definition
EventAnaChain.cxx:28
analysis
femto
corrfit
fittingfunctions
CorrFit1DCFSquare.h
Generated on Wed Oct 23 2024 15:07:50 for Heavy ion Analysis Libriares by
1.12.0