ATLAS Offline Software
HepSymMatrix_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 HEPSYMMATRIX_P1_TRK_H
6 #define HEPSYMMATRIX_P1_TRK_H
7 
8 #include <vector>
9 
10 namespace Trk {
11 
13  {
14  public:
16 
17  #ifdef UseFloatsIn_HepSymMatrix
18  std::vector<float> m_matrix_val;
19  #else
20  std::vector<double> m_matrix_val;
21  #endif
22  int m_nrow;
23  };
24 }
25 
26 #endif
Trk::HepSymMatrix_p1::HepSymMatrix_p1
HepSymMatrix_p1()
Definition: HepSymMatrix_p1.h:15
Trk::HepSymMatrix_p1::m_nrow
int m_nrow
Definition: HepSymMatrix_p1.h:22
Trk::HepSymMatrix_p1
Definition: HepSymMatrix_p1.h:13
Trk::HepSymMatrix_p1::m_matrix_val
std::vector< double > m_matrix_val
Definition: HepSymMatrix_p1.h:20
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9