Jpp
20.0.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
externals
km3net-dataformat
build
km3net-dataformat
definitions
build/km3net-dataformat/definitions/reconstruction.hh
Go to the documentation of this file.
1
#ifndef __reconstruction__
2
#define __reconstruction__
3
4
/**
5
* KM3NeT Data Definitions v3.6.1-2-g905a24d
6
* https://git.km3net.de/common/km3net-dataformat
7
*/
8
9
/**
10
* reconstruction
11
*/
12
static
const
int
JPP_RECONSTRUCTION_TYPE
= 4000;
//!< Jpp reconstruction type
13
static
const
int
JMUONBEGIN
= 0;
//!< begin range of reconstruction stages
14
static
const
int
JMUONPREFIT
= 1;
//!<
15
static
const
int
JMUONSIMPLEX
= 2;
//!<
16
static
const
int
JMUONGANDALF
= 3;
//!<
17
static
const
int
JMUONENERGY
= 4;
//!<
18
static
const
int
JMUONSTART
= 5;
//!<
19
static
const
int
JLINEFIT
= 6;
//!<
20
static
const
int
JMUONFEATURES
= 7;
//!<
21
static
const
int
JMUONEND
= 99;
//!< end range of reconstruction stages
22
static
const
int
JSHOWERBEGIN
= 100;
//!< begin range of reconstruction stages
23
static
const
int
JSHOWERPREFIT
= 101;
//!<
24
static
const
int
JSHOWERPOSITIONFIT
= 102;
//!<
25
static
const
int
JSHOWERCOMPLETEFIT
= 103;
//!<
26
static
const
int
JSHOWER_BJORKEN_Y
= 104;
//!<
27
static
const
int
JSHOWERENERGYPREFIT
= 105;
//!<
28
static
const
int
JSHOWERPOINTSIMPLEX
= 106;
//!<
29
static
const
int
JSHOWERDIRECTIONPREFIT
= 107;
//!<
30
static
const
int
JSHOWEREND
= 199;
//!< end range of reconstruction stages
31
static
const
int
DUSJ_RECONSTRUCTION_TYPE
= 200;
//!< Dusj reconstruction type
32
static
const
int
DUSJSHOWERBEGIN
= 200;
//!< begin range of reconstruction stages
33
static
const
int
DUSJSHOWERPREFIT
= 201;
//!<
34
static
const
int
DUSJSHOWERPOSITIONFIT
= 202;
//!<
35
static
const
int
DUSJSHOWERCOMPLETEFIT
= 203;
//!<
36
static
const
int
DUSJSHOWEREND
= 299;
//!< end range of reconstruction stages
37
static
const
int
AANET_RECONSTRUCTION_TYPE
= 101;
//!< aanet reconstruction type
38
static
const
int
AASHOWERBEGIN
= 300;
//!< begin range of reconstruction stages
39
static
const
int
AASHOWERFITPREFIT
= 302;
//!<
40
static
const
int
AASHOWERFITPOSITIONFIT
= 303;
//!<
41
static
const
int
AASHOWERFITDIRECTIONENERGYFIT
= 304;
//!<
42
static
const
int
AASHOWEREND
= 399;
//!< end range of reconstruction stages
43
static
const
int
JUSERBEGIN
= 1000;
//!< begin range of user applications
44
static
const
int
JMUONVETO
= 1001;
//!<
45
static
const
int
JMUONPATH
= 1003;
//!<
46
static
const
int
JMCEVT
= 1004;
//!<
47
static
const
int
JUSEREND
= 1099;
//!< begin range of user applications
48
static
const
int
RECTYPE_UNKNOWN
= -1;
//!< default value for unofficial or development versions
49
static
const
int
RECSTAGE_UNKNOWN
= -1;
//!< default value for unofficial or development versions
50
#endif
JMUONFEATURES
static const int JMUONFEATURES
Definition
build/km3net-dataformat/definitions/reconstruction.hh:20
DUSJSHOWERCOMPLETEFIT
static const int DUSJSHOWERCOMPLETEFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:35
JUSERBEGIN
static const int JUSERBEGIN
begin range of user applications
Definition
build/km3net-dataformat/definitions/reconstruction.hh:43
JLINEFIT
static const int JLINEFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:19
JMCEVT
static const int JMCEVT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:46
JMUONBEGIN
static const int JMUONBEGIN
begin range of reconstruction stages
Definition
build/km3net-dataformat/definitions/reconstruction.hh:13
JSHOWERPOSITIONFIT
static const int JSHOWERPOSITIONFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:24
AASHOWERBEGIN
static const int AASHOWERBEGIN
begin range of reconstruction stages
Definition
build/km3net-dataformat/definitions/reconstruction.hh:38
AASHOWERFITPOSITIONFIT
static const int AASHOWERFITPOSITIONFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:40
JSHOWEREND
static const int JSHOWEREND
end range of reconstruction stages
Definition
build/km3net-dataformat/definitions/reconstruction.hh:30
JMUONGANDALF
static const int JMUONGANDALF
Definition
build/km3net-dataformat/definitions/reconstruction.hh:16
DUSJSHOWERBEGIN
static const int DUSJSHOWERBEGIN
begin range of reconstruction stages
Definition
build/km3net-dataformat/definitions/reconstruction.hh:32
JMUONPREFIT
static const int JMUONPREFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:14
DUSJSHOWERPOSITIONFIT
static const int DUSJSHOWERPOSITIONFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:34
JMUONVETO
static const int JMUONVETO
Definition
build/km3net-dataformat/definitions/reconstruction.hh:44
JPP_RECONSTRUCTION_TYPE
static const int JPP_RECONSTRUCTION_TYPE
KM3NeT Data Definitions v3.6.1-2-g905a24d https://git.km3net.de/common/km3net-dataformat.
Definition
build/km3net-dataformat/definitions/reconstruction.hh:12
AASHOWERFITDIRECTIONENERGYFIT
static const int AASHOWERFITDIRECTIONENERGYFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:41
RECTYPE_UNKNOWN
static const int RECTYPE_UNKNOWN
default value for unofficial or development versions
Definition
build/km3net-dataformat/definitions/reconstruction.hh:48
DUSJSHOWEREND
static const int DUSJSHOWEREND
end range of reconstruction stages
Definition
build/km3net-dataformat/definitions/reconstruction.hh:36
DUSJ_RECONSTRUCTION_TYPE
static const int DUSJ_RECONSTRUCTION_TYPE
Dusj reconstruction type.
Definition
build/km3net-dataformat/definitions/reconstruction.hh:31
RECSTAGE_UNKNOWN
static const int RECSTAGE_UNKNOWN
default value for unofficial or development versions
Definition
build/km3net-dataformat/definitions/reconstruction.hh:49
JSHOWERDIRECTIONPREFIT
static const int JSHOWERDIRECTIONPREFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:29
JUSEREND
static const int JUSEREND
begin range of user applications
Definition
build/km3net-dataformat/definitions/reconstruction.hh:47
AASHOWERFITPREFIT
static const int AASHOWERFITPREFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:39
AASHOWEREND
static const int AASHOWEREND
end range of reconstruction stages
Definition
build/km3net-dataformat/definitions/reconstruction.hh:42
AANET_RECONSTRUCTION_TYPE
static const int AANET_RECONSTRUCTION_TYPE
aanet reconstruction type
Definition
build/km3net-dataformat/definitions/reconstruction.hh:37
JMUONENERGY
static const int JMUONENERGY
Definition
build/km3net-dataformat/definitions/reconstruction.hh:17
DUSJSHOWERPREFIT
static const int DUSJSHOWERPREFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:33
JSHOWERPOINTSIMPLEX
static const int JSHOWERPOINTSIMPLEX
Definition
build/km3net-dataformat/definitions/reconstruction.hh:28
JSHOWERCOMPLETEFIT
static const int JSHOWERCOMPLETEFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:25
JSHOWER_BJORKEN_Y
static const int JSHOWER_BJORKEN_Y
Definition
build/km3net-dataformat/definitions/reconstruction.hh:26
JSHOWERPREFIT
static const int JSHOWERPREFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:23
JMUONSIMPLEX
static const int JMUONSIMPLEX
Definition
build/km3net-dataformat/definitions/reconstruction.hh:15
JMUONPATH
static const int JMUONPATH
Definition
build/km3net-dataformat/definitions/reconstruction.hh:45
JSHOWERBEGIN
static const int JSHOWERBEGIN
begin range of reconstruction stages
Definition
build/km3net-dataformat/definitions/reconstruction.hh:22
JMUONSTART
static const int JMUONSTART
Definition
build/km3net-dataformat/definitions/reconstruction.hh:18
JSHOWERENERGYPREFIT
static const int JSHOWERENERGYPREFIT
Definition
build/km3net-dataformat/definitions/reconstruction.hh:27
JMUONEND
static const int JMUONEND
end range of reconstruction stages
Definition
build/km3net-dataformat/definitions/reconstruction.hh:21
Generated by
1.12.0