Jpp
master_rocky-37-gf0c5bc59d
the software that should make you happy
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
ERROR
#define ERROR(A)
Definition:
JMessage.hh:66
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition:
JAAnetToolkit.hh:43
JRECONSTRUCTION
Model fits to data.
Definition:
JEventSelector.hh:15
JRECONSTRUCTION::JFitStatus_t
JFitStatus_t
Definition:
JFitStatus.hh:16
JRECONSTRUCTION::INSUFFICIENT_NUMBER_OF_HITS
@ INSUFFICIENT_NUMBER_OF_HITS
Definition:
JFitStatus.hh:19
JRECONSTRUCTION::COMPLETE_CHAIN
@ COMPLETE_CHAIN
Definition:
JFitStatus.hh:24
JRECONSTRUCTION::SINGLE_STAGE
@ SINGLE_STAGE
Definition:
JFitStatus.hh:22
JRECONSTRUCTION::INSUFFICIENT_NUMBER_OF_DOMS
@ INSUFFICIENT_NUMBER_OF_DOMS
Definition:
JFitStatus.hh:20
JRECONSTRUCTION::UNDEFINED
@ UNDEFINED
Definition:
JFitStatus.hh:21
JRECONSTRUCTION::INCOMPLETE_CHAIN
@ INCOMPLETE_CHAIN
Definition:
JFitStatus.hh:23
Generated by
1.9.1