ATLAS Offline Software
Loading...
Searching...
No Matches
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
11namespace Trk
12{
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
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
FitQuality_p1 m_fitQuality
TPObjRef m_positionError
Ensure that the ATLAS eigen extensions are properly loaded.