Jpp  master_rocky
the software that should make you happy
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,
24  COMPLETE_CHAIN = +100
25  };
26 }
27 
28 #endif
#define ERROR(A)
Definition: JMessage.hh:66
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Model fits to data.
@ INSUFFICIENT_NUMBER_OF_HITS
Definition: JFitStatus.hh:19
@ INSUFFICIENT_NUMBER_OF_DOMS
Definition: JFitStatus.hh:20