Jpp
15.0.1
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JReconstruction
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,
19
INSUFFICIENT_NUMBER_OF_HITS
,
20
INSUFFICIENT_NUMBER_OF_DOMS
,
21
22
OKAY
= 1
23
};
24
}
25
26
#endif
JFIT::INSUFFICIENT_NUMBER_OF_DOMS
Definition:
JFitStatus.hh:20
JFIT::INSUFFICIENT_NUMBER_OF_HITS
Definition:
JFitStatus.hh:19
ERROR
#define ERROR(A)
Definition:
JMessage.hh:66
JFIT::JFitStatus_t
JFitStatus_t
Definition:
JFitStatus.hh:16
JFIT::OKAY
Definition:
JFitStatus.hh:22
Generated by
1.8.5