ATLAS Offline Software
MVFVxContainer_tlp1.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 MVFVXCONTAINER_TLP1_TRK_H
6 #define MVFVXCONTAINER_TLP1_TRK_H
7 
8 //-----------------------------------------
9 // VxMultiVertex
10 //-----------------------------------------
14 
15 namespace Trk
16 {
18  {
19 
20  public:
21 
23 
24 //VxMultiVertex
25  std::vector<MVFVxContainer_p1> m_mVFVxContainers;
26  std::vector<Trk::MVFVxCandidate_p1> m_mVFVxCandidates;
27  std::vector<Trk::MVFVxTrackAtVertex_p1> m_mVFVxTrackAtVertices;
28 
29  };//end of class definitions
30 } //end of namespace definitions
31 
32 
33 #endif //MVFVXCONTAINER_TLP1_TRK_H
Trk::MVFVxContainer_tlp1::MVFVxContainer_tlp1
MVFVxContainer_tlp1()
Definition: MVFVxContainer_tlp1.h:22
MVFVxTrackAtVertex_p1.h
Trk::MVFVxContainer_tlp1
Definition: MVFVxContainer_tlp1.h:18
MVFVxContainer_p1.h
MVFVxCandidate_p1.h
Trk::MVFVxContainer_tlp1::m_mVFVxContainers
std::vector< MVFVxContainer_p1 > m_mVFVxContainers
Definition: MVFVxContainer_tlp1.h:25
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::MVFVxContainer_tlp1::m_mVFVxTrackAtVertices
std::vector< Trk::MVFVxTrackAtVertex_p1 > m_mVFVxTrackAtVertices
Definition: MVFVxContainer_tlp1.h:27
Trk::MVFVxContainer_tlp1::m_mVFVxCandidates
std::vector< Trk::MVFVxCandidate_p1 > m_mVFVxCandidates
Definition: MVFVxContainer_tlp1.h:26