ATLAS Offline Software
Track_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_P1_TRK_H
6 #define TRACK_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: Track_p1.h
11 //
12 //-----------------------------------------------------------------------------
13 
14 #include <vector>
15 
16 namespace Trk
17 {
18  class Track_p1
19  {
20  public:
22 
23  unsigned int m_author;
24  unsigned int m_particleHypo;
25  // FitQuality_p1
27  // std :: vector<TrackStateOnSurface_p1>
28  std::vector< TPObjRef > m_trackState;
29  };
30 }
31 
32 #endif // TRACK_P1_TRK_H
33 
Trk::Track_p1::m_author
unsigned int m_author
Definition: Track_p1.h:23
Trk::Track_p1::m_trackState
std::vector< TPObjRef > m_trackState
Definition: Track_p1.h:28
TPObjRef
Definition: TPObjRef.h:20
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::Track_p1::m_particleHypo
unsigned int m_particleHypo
Definition: Track_p1.h:24
Trk::Track_p1
Definition: Track_p1.h:19
Trk::Track_p1::m_fitQuality
TPObjRef m_fitQuality
Definition: Track_p1.h:26
Trk::Track_p1::Track_p1
Track_p1()
Definition: Track_p1.h:21