Jpp  18.5.2
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 __JRECONSTRUCTION__STATUS__
2 #define __JRECONSTRUCTION__STATUS__
3 
4 
5 /**
6  * \file
7  * Definition for fit results.
8  *
9  * \author gmaggi, mdejong
10  */
11 namespace JRECONSTRUCTION {}
12 namespace JPP { using namespace JRECONSTRUCTION; }
13 
14 namespace JRECONSTRUCTION {
15 
16  enum JFitStatus_t {
17 
18  ERROR = -100,
21  UNDEFINED = -1,
25  };
26 }
27 
28 #endif
#define ERROR(A)
Definition: JMessage.hh:66