ATLAS Offline Software
Loading...
Searching...
No Matches
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
16namespace Trk
17{
19 {
20 public:
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
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
TPObjRef m_fitQuality
Definition Track_p2.h:27
std::vector< TPObjRef > m_trackState
Definition Track_p2.h:29
TPObjRef m_trackInfo
Definition Track_p2.h:24
Ensure that the ATLAS eigen extensions are properly loaded.