ATLAS Offline Software
V0Candidate_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 V0CANDIDATE_P1_H
6 #define V0CANDIDATE_P1_H
7 
17 
18 namespace Trk
19 {
20 
22  {
23 
24  public:
25 
27 
28 //vector of V0Hypothesys
29  std::vector<TPObjRef> m_v0Hyp;
30 
31  };//end of class definitions
32 
33 }//end of namespace definitions
34 
35 
36 #endif
Trk::V0Candidate_p1
Definition: V0Candidate_p1.h:22
Trk::V0Candidate_p1::m_v0Hyp
std::vector< TPObjRef > m_v0Hyp
Definition: V0Candidate_p1.h:29
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::V0Candidate_p1::V0Candidate_p1
V0Candidate_p1()
Definition: V0Candidate_p1.h:26
TPObjRef.h