Jpp
JFitStatus.hh
Go to the documentation of this file.
1 #ifndef __JFIT__STATUS__
2 #define __JFIT__STATUS__
3 
4 
5 /**
6  * \file
7  * Definition for fit results,
8  * A good fit should hold: OKAY
9  * \author gmaggi
10  */
11 namespace JFIT {}
12 namespace JPP { using namespace JFIT; }
13 
14 namespace JFIT {
15 
16  enum JFitStatus_t {
17 
18  ERROR = -100,
21 
22  OKAY = 1
23  };
24 }
25 
26 #endif
JFIT::INSUFFICIENT_NUMBER_OF_DOMS
Definition: JFitStatus.hh:20
JFIT
Auxiliary classes and methods for linear and iterative data regression.
Definition: JEnergy.hh:15
JFIT::INSUFFICIENT_NUMBER_OF_HITS
Definition: JFitStatus.hh:19
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
ERROR
#define ERROR(A)
Definition: JMessage.hh:66
JFIT::JFitStatus_t
JFitStatus_t
Definition: JFitStatus.hh:16
JFIT::OKAY
Definition: JFitStatus.hh:22