ATLAS Offline Software
VertexOnTrack_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 VERTEXONTRACK_P1_TRK_H
6 #define VERTEXONTRACK_P1_TRK_H
7 
9 
10 namespace Trk
11 {
13  {
14  public:
16 
17  TPObjRef m_localParams; // mutable const LocalParameters*
18 
19  TPObjRef m_localErrMat; // mutable const ErrorMatrix*
20 
21  TPObjRef m_associatedSurface;// mutable const Surface*
22  };
23 }
24 
25 #endif // VERTEXONTRACK_P1_TRK_H
TPObjRef
Definition: TPObjRef.h:20
Trk::VertexOnTrack_p1::VertexOnTrack_p1
VertexOnTrack_p1()
Definition: VertexOnTrack_p1.h:15
Trk::VertexOnTrack_p1::m_localErrMat
TPObjRef m_localErrMat
Definition: VertexOnTrack_p1.h:19
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::VertexOnTrack_p1::m_localParams
TPObjRef m_localParams
Definition: VertexOnTrack_p1.h:17
TPObjRef.h
Trk::VertexOnTrack_p1::m_associatedSurface
TPObjRef m_associatedSurface
Definition: VertexOnTrack_p1.h:21
Trk::VertexOnTrack_p1
Definition: VertexOnTrack_p1.h:13