KaliVeda
1.15/0
Toolkit for HIC analysis
KVGaus1D.h
1
4
#ifndef __KVGAUS1D_H
5
#define __KVGAUS1D_H
6
7
#include "KVAutoFit.h"
8
16
class
KVGaus1D
:
public
KVAutoFit
{
17
18
protected
:
19
Bool_t
NewFunction_1D
()
override
;
20
21
public
:
22
KVGaus1D
(
Bool_t
batch =
kFALSE
);
23
KVGaus1D
(
const
KVGaus1D
&) ;
24
ROOT_COPY_ASSIGN_OP(
KVGaus1D
)
25
virtual
~KVGaus1D
();
26
27
void
Gather
()
override
;
28
29
ClassDefOverride
(
KVGaus1D
, 1)
//Fit gaussien a une dimension
30
};
31
32
#endif
Bool_t
bool Bool_t
kFALSE
constexpr Bool_t kFALSE
ClassDefOverride
#define ClassDefOverride(name, id)
KVAutoFit
Manage SemiAutomatic Fits.
Definition:
KVAutoFit.h:26
KVGaus1D
Handle semi-automatic fit to 1D Gaussian distributions.
Definition:
KVGaus1D.h:16
KVGaus1D::~KVGaus1D
virtual ~KVGaus1D()
Destructor.
Definition:
KVGaus1D.cpp:43
KVGaus1D::NewFunction_1D
Bool_t NewFunction_1D() override
Definition:
KVGaus1D.cpp:53
KVGaus1D::KVGaus1D
KVGaus1D(Bool_t batch=kFALSE)
Default constructor.
Definition:
KVGaus1D.cpp:13
KVGaus1D::Gather
void Gather() override
Definition:
KVGaus1D.cpp:75
kaliveda.doxygen
src
core
analysis
KVGaus1D.h
Generated on Fri Feb 21 2025 15:54:34 for KaliVeda by
1.9.1