source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/modules/shower/energy/include/EnergyFitUtils.hh @ 117

Last change on this file since 117 was 117, checked in by moretto, 11 years ago

ESAF version compilable on mac OS

File size: 1.7 KB
Line 
1// $Id: EnergyFitUtils.hh 2975 2011-08-03 05:32:03Z fenu $
2// Author: Dmitry.Naumov   2005/09/26
3
4/*****************************************************************************
5 * ESAF: Euso Simulation and Analysis Framework                              *
6 *                                                                           *
7 *  Id: EnergyFitUtils                                                       *
8 *  Package: Energy                                                          *
9 *  Coordinator: Dmitry.Naumov                                               *
10 *                                                                           *
11 *****************************************************************************/
12
13#ifndef __ENERGYFITUTILS_HH__
14#define __ENERGYFITUTILS_HH__
15
16#include "euso.hh"
17
18
19////////////////////////////////////////////////////////////////////////////////
20//                                                                            //
21// EnergyFitUtils                                                             //
22//                                                                            // 
23// This is a collection of fit functions                                      // 
24//                                                                            // 
25////////////////////////////////////////////////////////////////////////////////
26
27Double_t Fit_Energy(Double_t *x, Double_t *par);
28Double_t TimeDistr(Double_t *x, Double_t *par);
29Double_t Background(Double_t *x, Double_t *par);
30Double_t Saturation(Int_t pe);
31Int_t    UnfoldSaturation(Int_t pe);
32
33Double_t FunctionFit(Double_t *v,Double_t *par);
34
35#endif  /* __ENERGYFITUTILS_HH__ */
36
Note: See TracBrowser for help on using the repository browser.