ATLAS Offline Software
MVFVxContainer_p1.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_P1_TRK_H
6 #define MVFVXCONTAINER_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: VxContainer_p1.h
11 //
12 //-----------------------------------------------------------------------------
13 
15 #include <vector>
16 
17 namespace Trk
18 {
19  class MVFVxContainer_p1 : public std::vector<TPObjRef>
20  {
21  public:
23  };
24 }
25 
26 #endif // MVFVXCONTAINER_P1_TRK_H
Trk::MVFVxContainer_p1::MVFVxContainer_p1
MVFVxContainer_p1()
Definition: MVFVxContainer_p1.h:22
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
TPObjRef.h
Trk::MVFVxContainer_p1
Definition: MVFVxContainer_p1.h:20