ATLAS Offline Software
Track_p2.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_P2_TRK_H
6 #define TRACK_P2_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: Track_p2.h
11 // Used by both TrackCnv_p12,p2, and p3
12 //-----------------------------------------------------------------------------
13 
14 #include <vector>
15 
16 namespace Trk
17 {
18  class Track_p2
19  {
20  public:
21  Track_p2() {}
22 
23  //trackInfo_p1
25 
26  // FitQuality_p1
28 
29  std::vector< TPObjRef > m_trackState;
30  // TPObjRef m_trackSummary;
31  };
32 }
33 
34 #endif // TRACK_P1_TRK_H
35 
Trk::Track_p2
Definition: Track_p2.h:19
Trk::Track_p2::m_trackInfo
TPObjRef m_trackInfo
Definition: Track_p2.h:24
TPObjRef
Definition: TPObjRef.h:20
Trk::Track_p2::Track_p2
Track_p2()
Definition: Track_p2.h:21
Trk::Track_p2::m_trackState
std::vector< TPObjRef > m_trackState
Definition: Track_p2.h:29
Trk::Track_p2::m_fitQuality
TPObjRef m_fitQuality
Definition: Track_p2.h:27
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9