All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SRTrackStoppingChi2Fit.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file SRTrackStoppingChi2Fit.h
3 ////////////////////////////////////////////////////////////////////////
4 #ifndef SRTRACKSTOPPINGCHI2FIT_H
5 #define SRTRACKSTOPPINGCHI2FIT_H
6 
7 namespace caf {
8 /// Representation of a Pol0 and Exp fit to dEdx vs res. range
10  public:
13 
14  float pol0Chi2; // Chi^2 of fitting a 0 degree polynomial
15  float expChi2; // Chi^2 of fitting an exponential
16  float pol0Fit; // Best fit value of a 0 degree polynomial [MeV/cm]
17 };
18 
19 } // end namespace
20 
21 #endif // SRTrackStoppingChi2Fit_H
22 //////////////////////////////////////////////////////////////////////////////
23 
Representation of a Pol0 and Exp fit to dEdx vs res. range.