ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParameters_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 TRACK_PARAMETERS_P1_TRK_H
6#define TRACK_PARAMETERS_P1_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: TrackParameters_p1.h
11//
12//-----------------------------------------------------------------------------
13
14#include <vector>
15
16namespace Trk
17{
19 {
20 public:
22
23 #ifdef UseFloatsIn_TrackParameters
24 std::vector<float> m_parameters;
25 #else
26 std::vector<double> m_parameters;
27 #endif
28 };
29}
30
31#endif // TRACK_PARAMETERS_P1_TRK_H
std::vector< double > m_parameters
Ensure that the ATLAS eigen extensions are properly loaded.