ATLAS Offline Software
V0Container_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 V0CONTAINER_P1_TRK_H
6 #define V0CONTAINER_P1_TRK_H
7 //-----------------------------------------------------------------------------
8 //
9 // file: V0Container_p1.h
10 //
11 // March 2007.
12 // Kirill Prokofiev <Kirill.Prokofiev@cern.ch>
13 //-----------------------------------------------------------------------------
14 
16 #include <vector>
17 
18 namespace Trk
19 {
20 
21  class V0Container_p1 : public std::vector<TPObjRef>
22  {
23  public:
24 
26 
27  };// end of class definitions
28 }// end of namespace definitions
29 
30 
31 #endif
Trk::V0Container_p1
Definition: V0Container_p1.h:22
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
TPObjRef.h
Trk::V0Container_p1::V0Container_p1
V0Container_p1()
Definition: V0Container_p1.h:25