Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
CorrFit3DCFSquare.h
1
/*
2
* CorrFit3DSquare.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 HALCORRFIT3DSQUARE_H_
10
#define HALCORRFIT3DSQUARE_H_
11
#include "CorrFit3DCF.h"
12
18
namespace
Hal
{
19
class
CorrFit3DCF_Square
:
public
CorrFit3DCF
{
20
const
Int_t fgAx = {0};
21
const
Int_t fgBx = {1};
22
const
Int_t fgAy = {2};
23
const
Int_t fgBy = {3};
24
const
Int_t fgAz = {5};
25
const
Int_t fgBz = {6};
26
27
protected
:
28
Double_t
CalculateCF
(
const
Double_t* x,
const
Double_t* params)
const
;
29
30
public
:
35
CorrFit3DCF_Square
(Int_t pol = 2);
40
inline
Int_t
AxID
()
const
{
return
fgAx; };
45
inline
Int_t
BxID
()
const
{
return
fgBx; };
50
inline
Int_t
AyID
()
const
{
return
fgAy; };
55
inline
Int_t
ByID
()
const
{
return
fgBy; };
60
inline
Int_t
AzID
()
const
{
return
fgAz; };
65
inline
Int_t
BzID
()
const
{
return
fgBz; };
66
virtual
~CorrFit3DCF_Square
();
67
ClassDef(
CorrFit3DCF_Square
, 1)
68
};
69
}
// namespace Hal
70
71
#endif
/* HALCORRFIT3DSQUARE_H_ */
Hal::CorrFit3DCF_Square
Definition
CorrFit3DCFSquare.h:19
Hal::CorrFit3DCF_Square::BzID
Int_t BzID() const
Definition
CorrFit3DCFSquare.h:65
Hal::CorrFit3DCF_Square::CorrFit3DCF_Square
CorrFit3DCF_Square(Int_t pol=2)
Definition
CorrFit3DCFSquare.cxx:14
Hal::CorrFit3DCF_Square::ByID
Int_t ByID() const
Definition
CorrFit3DCFSquare.h:55
Hal::CorrFit3DCF_Square::CalculateCF
Double_t CalculateCF(const Double_t *x, const Double_t *params) const
Definition
CorrFit3DCFSquare.cxx:39
Hal::CorrFit3DCF_Square::AzID
Int_t AzID() const
Definition
CorrFit3DCFSquare.h:60
Hal::CorrFit3DCF_Square::AyID
Int_t AyID() const
Definition
CorrFit3DCFSquare.h:50
Hal::CorrFit3DCF_Square::AxID
Int_t AxID() const
Definition
CorrFit3DCFSquare.h:40
Hal::CorrFit3DCF_Square::BxID
Int_t BxID() const
Definition
CorrFit3DCFSquare.h:45
Hal::CorrFit3DCF
Definition
CorrFit3DCF.h:26
Hal
Definition
EventAnaChain.cxx:28
analysis
femto
corrfit
fittingfunctions
CorrFit3DCFSquare.h
Generated on Wed Oct 23 2024 15:07:50 for Heavy ion Analysis Libriares by
1.12.0