Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JFitApplications.hh
Go to the documentation of this file.
1 #ifndef __JFIT__JFITAPPLICATIONS__
2 #define __JFIT__JFITAPPLICATIONS__
3 
4 
5 /**
6  * \file
7  * Definition of fit applications.
8  * \author mdejong
9  */
10 namespace JFIT {}
11 namespace JPP { using namespace JFIT; }
12 
13 namespace JFIT {
14 
15  /**
16  * Jpp reconstruction type for AAnet.
17  */
18  static const int JPP_RECONSTRUCTION_TYPE = 4000;
19 
21 
22  JMUONBEGIN = 0, //!< Start of muon fit applications
23  JMUONPREFIT, //!< JPrefit.cc
24  JMUONSIMPLEX, //!< JSimplex.cc
25  JMUONGANDALF, //!< JGandalf.cc
26  JMUONENERGY, //!< JEnergy.cc
27  JMUONSTART, //!< JStart.cc
28  JLINEFIT, //!< An angular reco guess. It could be a seed for JPrefit
29  JMUONEND = 99, //!< End of muon fit applications
30 
31  JSHOWERBEGIN = 100, //!< Start of shower fit applications
32  JSHOWERPREFIT, //!< JShowerPrefit.cc
33  JSHOWERPOSITIONFIT, //!< JShowerPositionFit.cc
34  JSHOWERCOMPLETEFIT, //!< JShowerFit.cc
35  JSHOWEREND = 199, //!< End of shower fit applications
36 
37  JUSERBEGIN = 1000, //!< Start of user applications
38  JMUONVETO, //!< JVeto.cc
39  JPRESIM, //!< JPreSim_HTR.cc
40  JMUONPATH, //!< JPath.cc
41  JMCEVT, //!< JMCEvt.cc
42  JUSEREND = 1099, //!< End of user applications
43 
44  JKM3DELTAPOS = 10000 //!< This is not a fit, this gives position information only
45  };
46 }
47 
48 #endif
End of user applications.
JShowerPositionFit.cc.
JShowerPrefit.cc.
Start of shower fit applications.
Start of user applications.
JMCEvt.cc.
End of muon fit applications.
Start of muon fit applications.
An angular reco guess. It could be a seed for JPrefit.
End of shower fit applications.
JPreSim_HTR.cc.
This is not a fit, this gives position information only.
static const int JPP_RECONSTRUCTION_TYPE
Jpp reconstruction type for AAnet.