KaliVeda
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:
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();
28 
29  ClassDef(KVGaus1D, 1) //Fit gaussien a une dimension
30 };
31 
32 #endif
bool Bool_t
constexpr Bool_t kFALSE
#define ClassDef(name, id)
Manage SemiAutomatic Fits.
Definition: KVAutoFit.h:26
Handle semi-automatic fit to 1D Gaussian distributions.
Definition: KVGaus1D.h:16
virtual ~KVGaus1D()
Destructor.
Definition: KVGaus1D.cpp:43
void Gather()
Definition: KVGaus1D.cpp:75
KVGaus1D(Bool_t batch=kFALSE)
Default constructor.
Definition: KVGaus1D.cpp:13
Bool_t NewFunction_1D()
Definition: KVGaus1D.cpp:53