Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
#define ERROR(A)
Definition: JMessage.hh:66
JFitStatus_t
Definition: JFitStatus.hh:16