Jpp
reconstruction.hh
Go to the documentation of this file.
1 #ifndef __reconstruction__
2 #define __reconstruction__
3 
4 /**
5  * KM3NeT Data Definitions v1.0.1-4-gf2937b0
6  * https://git.km3net.de/common/km3net-dataformat
7  */
8 
9 /**
10  * reconstruction
11  */
12 static const int JMUONFIT = 0; //!< Jpp muon 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 JMUONEND = 99; //!< end range of reconstruction stages
21 static const int JSHOWERFIT = 100; //!< Jpp shower reconstruction type
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 JSHOWEREND = 199; //!< end range of reconstruction stages
28 static const int DUSJSHOWERFIT = 200; //!< Jpp shower reconstruction type
29 static const int DUSJBEGIN = 200; //!< begin range of reconstruction stages
30 static const int DUSJPREFIT = 201; //!<
31 static const int DUSJPOSITIONFIT = 202; //!<
32 static const int JDUSJCOMPLETEFIT = 203; //!<
33 static const int DUSJEND = 299; //!< end range of reconstruction stages
34 static const int AASHOWERFIT = 300; //!< aanet shower reconstruction type
35 static const int AASHOWERBEGIN = 300; //!< begin range of reconstruction stages
36 static const int AASHOWERCOMPLETEFIT = 301; //!<
37 static const int AASHOWEREND = 399; //!< end range of reconstruction stages
38 static const int JUSERBEGIN = 1000; //!< begin range of user applications
39 static const int JMUONVETO = 1001; //!<
40 static const int JMUONPATH = 1003; //!<
41 static const int JMCEVT = 1004; //!<
42 static const int JUSEREND = 1099; //!< begin range of user applications
43 static const int RECTYPE_UNKNOWN = -1; //!< default value for unofficial or development versions
44 static const int RECSTAGE_UNKNOWN = -1; //!< default value for unofficial or development versions
45 #endif
JMUONENERGY
static const int JMUONENERGY
Definition: reconstruction.hh:17
AASHOWEREND
static const int AASHOWEREND
end range of reconstruction stages
Definition: reconstruction.hh:37
DUSJSHOWERFIT
static const int DUSJSHOWERFIT
Jpp shower reconstruction type.
Definition: reconstruction.hh:28
JSHOWERPOSITIONFIT
static const int JSHOWERPOSITIONFIT
Definition: reconstruction.hh:24
RECTYPE_UNKNOWN
static const int RECTYPE_UNKNOWN
default value for unofficial or development versions
Definition: reconstruction.hh:43
JMUONSTART
static const int JMUONSTART
Definition: reconstruction.hh:18
JSHOWER_BJORKEN_Y
static const int JSHOWER_BJORKEN_Y
Definition: reconstruction.hh:26
JSHOWERFIT
static const int JSHOWERFIT
Jpp shower reconstruction type.
Definition: reconstruction.hh:21
JLINEFIT
static const int JLINEFIT
Definition: reconstruction.hh:19
JMUONPREFIT
static const int JMUONPREFIT
Definition: reconstruction.hh:14
JMUONEND
static const int JMUONEND
end range of reconstruction stages
Definition: reconstruction.hh:20
JSHOWERBEGIN
static const int JSHOWERBEGIN
begin range of reconstruction stages
Definition: reconstruction.hh:22
JUSEREND
static const int JUSEREND
begin range of user applications
Definition: reconstruction.hh:42
DUSJPOSITIONFIT
static const int DUSJPOSITIONFIT
Definition: reconstruction.hh:31
JMUONFIT
static const int JMUONFIT
KM3NeT Data Definitions v1.0.1-4-gf2937b0 https://git.km3net.de/common/km3net-dataformat.
Definition: reconstruction.hh:12
JMCEVT
static const int JMCEVT
Definition: reconstruction.hh:41
AASHOWERCOMPLETEFIT
static const int AASHOWERCOMPLETEFIT
Definition: reconstruction.hh:36
JSHOWERCOMPLETEFIT
static const int JSHOWERCOMPLETEFIT
Definition: reconstruction.hh:25
RECSTAGE_UNKNOWN
static const int RECSTAGE_UNKNOWN
default value for unofficial or development versions
Definition: reconstruction.hh:44
JMUONBEGIN
static const int JMUONBEGIN
begin range of reconstruction stages
Definition: reconstruction.hh:13
DUSJEND
static const int DUSJEND
end range of reconstruction stages
Definition: reconstruction.hh:33
JUSERBEGIN
static const int JUSERBEGIN
begin range of user applications
Definition: reconstruction.hh:38
JMUONSIMPLEX
static const int JMUONSIMPLEX
Definition: reconstruction.hh:15
JMUONVETO
static const int JMUONVETO
Definition: reconstruction.hh:39
JMUONGANDALF
static const int JMUONGANDALF
Definition: reconstruction.hh:16
JMUONPATH
static const int JMUONPATH
Definition: reconstruction.hh:40
AASHOWERFIT
static const int AASHOWERFIT
aanet shower reconstruction type
Definition: reconstruction.hh:34
JSHOWEREND
static const int JSHOWEREND
end range of reconstruction stages
Definition: reconstruction.hh:27
DUSJBEGIN
static const int DUSJBEGIN
begin range of reconstruction stages
Definition: reconstruction.hh:29
JSHOWERPREFIT
static const int JSHOWERPREFIT
Definition: reconstruction.hh:23
AASHOWERBEGIN
static const int AASHOWERBEGIN
begin range of reconstruction stages
Definition: reconstruction.hh:35
JDUSJCOMPLETEFIT
static const int JDUSJCOMPLETEFIT
Definition: reconstruction.hh:32
DUSJPREFIT
static const int DUSJPREFIT
Definition: reconstruction.hh:30