Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JFitParameters.hh
Go to the documentation of this file.
1 #ifndef __JFIT__JFITPARAMETERS__
2 #define __JFIT__JFITPARAMETERS__
3 
4 
5 /**
6  * \file
7  * Definition of fit parameters from various applications.
8  * \author mdejong
9  */
10 namespace JFIT {}
11 namespace JPP { using namespace JFIT; }
12 
13 namespace JFIT {
14 
16 
17  JGANDALF_BETA0_RAD = 0, //!< angular resolution [rad] from JGandalf.cc
18  JGANDALF_BETA1_RAD = 1, //!< angular resolution [rad] from JGandalf.cc
19  JGANDALF_CHI2 = 2, //!< chi2 from JGandalf.cc
20  JGANDALF_NUMBER_OF_HITS = 3, //!< number of hits from JGandalf.cc
21  JENERGY_ENERGY = 4, //!< uncorrected energy [GeV] from JEnergy.cc
22  JENERGY_CHI2 = 5, //!< chi2 from JEnergy.cc
23  JGANDALF_LAMBDA = 6, //!< control parameter from JGandalf.cc
24  JGANDALF_NUMBER_OF_ITERATIONS = 7, //!< number of iterations from JGandalf.cc
25  JSTART_NPE_MIP = 8, //!< number of photo-electrons up to the barycentre from JStart.cc
26  JSTART_NPE_MIP_TOTAL = 9, //!< number of photo-electrons along the whole track from JStart.cc
27  JSTART_LENGTH_METRES = 10, //!< distance between first and last hits in metres from JStart.cc
28  JVETO_NPE = 11, //!< number of photo-electrons from JVeto.cc
29  JVETO_NUMBER_OF_HITS = 12, //!< number of hits from JVeto.cc
30  JENERGY_MUON_RANGE_METRES = 13, //!< range of a muon with the reconstructed energy [m] from JEnergy.cc
31  JENERGY_NOISE_LIKELIHOOD = 14, //!< log likelihood of every hit being K40 from JEnergy.cc
32  JENERGY_NDF = 15, //!< number of degrees of freedom from JEnergy.cc
33  JENERGY_NUMBER_OF_HITS = 16, //!< number of hits from JEnergy.cc
34  JCOPY_Z_M = 17 //!< true vertex position along track [m] from JCopy.cc
35  };
36 }
37 
38 #endif
number of degrees of freedom from JEnergy.cc
number of photo-electrons from JVeto.cc
chi2 from JEnergy.cc
number of iterations from JGandalf.cc
log likelihood of every hit being K40 from JEnergy.cc
chi2 from JGandalf.cc
angular resolution [rad] from JGandalf.cc
number of hits from JVeto.cc
control parameter from JGandalf.cc
angular resolution [rad] from JGandalf.cc
true vertex position along track [m] from JCopy.cc
number of hits from JEnergy.cc
uncorrected energy [GeV] from JEnergy.cc
number of hits from JGandalf.cc
number of photo-electrons up to the barycentre from JStart.cc
distance between first and last hits in metres from JStart.cc
number of photo-electrons along the whole track from JStart.cc
range of a muon with the reconstructed energy [m] from JEnergy.cc