ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace 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
std::vector< double > m_matrix_val
Ensure that the ATLAS eigen extensions are properly loaded.