ATLAS Offline Software
Loading...
Searching...
No Matches
Track_p12.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_P12_TRK_H
6#define TRACK_P12_TRK_H
7
8#include <vector>
9
11
12namespace Trk
13{
15 {
16 public:
18
19 unsigned int m_author;
20 unsigned int m_particleHypo;
22 // std :: vector<TrackStateOnSurface_p1>
23 std::vector< TPObjRef > m_trackState;
24 };
25}
26#endif
27
unsigned int m_author
Definition Track_p12.h:19
std::vector< TPObjRef > m_trackState
Definition Track_p12.h:23
FitQuality_p1 m_fitQuality
Definition Track_p12.h:21
unsigned int m_particleHypo
Definition Track_p12.h:20
Ensure that the ATLAS eigen extensions are properly loaded.