ATLAS Offline Software
RecVertex_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 RECVERTEX_P1_H
6 #define RECVERTEX_P1_H
7 
19 
20 namespace Trk
21 {
22  class RecVertex_p1
23  {
24 
25  public:
26 
27 //default constructor
29 
30 //Vertex
32 
33 //Error matrix
35 
36 //Fit quality
38 
39  };//end of class definitions
40 }//end of namespace definitions
41 
42 #endif //RECVERTEX_P1_H
Trk::RecVertex_p1::m_positionError
TPObjRef m_positionError
Definition: RecVertex_p1.h:34
TPObjRef
Definition: TPObjRef.h:20
Trk::RecVertex_p1::vtx
TPObjRef vtx
Definition: RecVertex_p1.h:31
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
TPObjRef.h
Trk::RecVertex_p1
Definition: RecVertex_p1.h:23
Trk::RecVertex_p1::RecVertex_p1
RecVertex_p1()
Definition: RecVertex_p1.h:28
Trk::RecVertex_p1::m_fitQuality
TPObjRef m_fitQuality
Definition: RecVertex_p1.h:37