ATLAS Offline Software
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 
16 #include <vector>
17 
18 namespace Trk
19 {
20 
21  class Vertex_p1
22  {
23 
24  public:
25 
26  Vertex_p1() {}
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
Trk::Vertex_p1::~Vertex_p1
virtual ~Vertex_p1()=default
Trk::Vertex_p1
Definition: Vertex_p1.h:22
Trk::Vertex_p1::m_position
std::vector< float > m_position
Definition: Vertex_p1.h:29
Trk::Vertex_p1::Vertex_p1
Vertex_p1()
Definition: Vertex_p1.h:26
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9