ATLAS Offline Software
RecVertex_p2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef RECVERTEX_P2_H
6 #define RECVERTEX_P2_H
7 
8 
11 namespace Trk
12 {
13  class RecVertex_p2
14  {
15 
16  public:
17 
18 //default constructor
20 
21 //Vertex
22  // TPObjRef vtx;// need to move to this! spare 3 baskets per collection
23  float m_position[3] = {0, 0, 0};
24 
25 //Error matrix
27 
28 //Fit quality
30 
31  };
32 }
33 
34 #endif
Trk::RecVertex_p2::m_positionError
TPObjRef m_positionError
Definition: RecVertex_p2.h:26
Trk::RecVertex_p2::m_fitQuality
FitQuality_p1 m_fitQuality
Definition: RecVertex_p2.h:29
TPObjRef
Definition: TPObjRef.h:20
FitQuality_p1.h
Trk::RecVertex_p2::RecVertex_p2
RecVertex_p2()
Definition: RecVertex_p2.h:19
Trk::RecVertex_p2::m_position
float m_position[3]
Definition: RecVertex_p2.h:23
Trk::FitQuality_p1
Definition: FitQuality_p1.h:22
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
TPObjRef.h
Trk::RecVertex_p2
Definition: RecVertex_p2.h:14