Jpp
18.2.1-ARCA-DF-PATCH
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 __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,
19
INSUFFICIENT_NUMBER_OF_HITS
,
20
INSUFFICIENT_NUMBER_OF_DOMS
,
21
UNDEFINED
= -1,
22
SINGLE_STAGE
= 0,
23
INCOMPLETE_CHAIN
= +1,
24
COMPLETE_CHAIN
= +100
25
};
26
}
27
28
#endif
JRECONSTRUCTION::JFitStatus_t
JFitStatus_t
Definition:
JFitStatus.hh:16
JRECONSTRUCTION::UNDEFINED
Definition:
JFitStatus.hh:21
JRECONSTRUCTION::COMPLETE_CHAIN
Definition:
JFitStatus.hh:24
JRECONSTRUCTION::INSUFFICIENT_NUMBER_OF_DOMS
Definition:
JFitStatus.hh:20
JRECONSTRUCTION::INSUFFICIENT_NUMBER_OF_HITS
Definition:
JFitStatus.hh:19
ERROR
#define ERROR(A)
Definition:
JMessage.hh:66
JRECONSTRUCTION::INCOMPLETE_CHAIN
Definition:
JFitStatus.hh:23
JRECONSTRUCTION::SINGLE_STAGE
Definition:
JFitStatus.hh:22
Generated by
1.8.5