ATLAS Offline Software
Loading...
Searching...
No Matches
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
16namespace Trk
17{
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
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
unsigned int m_particleHypo
Definition Track_p1.h:24
unsigned int m_author
Definition Track_p1.h:23
std::vector< TPObjRef > m_trackState
Definition Track_p1.h:28
TPObjRef m_fitQuality
Definition Track_p1.h:26
Ensure that the ATLAS eigen extensions are properly loaded.