ATLAS Offline Software
FitQuality_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef FIT_QUALITY_P1_TRK_H
6 #define FIT_QUALITY_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: FitQuality_p1.h
11 // author: Lukasz Janyst <ljanyst@cern.ch>
12 //
13 //
14 // Kirill Prokofiev <Kirill.Prokofiev@cern.ch>
15 // 2007-03-15 Correction for number of degrees of freedom to be float
16 // The Chi2 also becomes float for space safety.
17 //-----------------------------------------------------------------------------
18 
19 namespace Trk
20 {
22  {
23 
24  public:
26 
27  float m_chiSquared;
28  float m_numberDoF;
29  };
30 }
31 
32 #endif // FIT_QUALITY_P1_TRK_H
Trk::FitQuality_p1::m_numberDoF
float m_numberDoF
Definition: FitQuality_p1.h:28
Trk::FitQuality_p1::FitQuality_p1
FitQuality_p1()
Definition: FitQuality_p1.h:25
Trk::FitQuality_p1::m_chiSquared
float m_chiSquared
Definition: FitQuality_p1.h:27
Trk::FitQuality_p1
Definition: FitQuality_p1.h:22
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9