ATLAS Offline Software
Loading...
Searching...
No Matches
Vertex_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef VERTEX_P1_TRK_H
6#define VERTEX_P1_TRK_H
7
15
16#include <vector>
17
18namespace Trk
19{
20
22 {
23
24 public:
25
27 virtual ~Vertex_p1() = default;
28
29 std::vector<float> m_position;
30
31 };//end of class definitions
32
33}//end of namespace definitions
34
35#endif // VERTEX_P1_TRK_H
std::vector< float > m_position
Definition Vertex_p1.h:29
virtual ~Vertex_p1()=default
Ensure that the ATLAS eigen extensions are properly loaded.