ATLAS Offline Software
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
VxVertex
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
9
#include "
AthenaPoolUtilities/TPObjRef.h
"
10
#include "
TrkEventTPCnv/TrkEventPrimitives/FitQuality_p1.h
"
11
namespace
Trk
12
{
13
class
RecVertex_p2
14
{
15
16
public
:
17
18
//default constructor
19
RecVertex_p2
(){}
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
26
TPObjRef
m_positionError
;
27
28
//Fit quality
29
FitQuality_p1
m_fitQuality
;
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
Generated on Fri Jan 10 2025 21:16:37 for ATLAS Offline Software by
1.8.18