ATLAS Offline Software
AFP_SIDSimHitCollection_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef AFP_SIDSimHitCollection_p1_h
6 #define AFP_SIDSimHitCollection_p1_h
7 
8 //#include "AthenaPoolUtilities/TPObjRef.h"
10 
11 #include <vector>
12 #include <string>
13 
15 {
16 public:
17  typedef std::vector<AFP_SIDSimHit_p1> HitVector;
18  typedef HitVector::const_iterator const_iterator;
20 
22 
23  // Accessors
24  const std::string& name() const { return m_name; }
25  const HitVector& getVector() const {return m_cont;}
26 
27  std::string m_name;
28  std::vector<AFP_SIDSimHit_p1> m_cont;
29 };
30 
31 #endif // AFP_SIDSimHitCollection_p1_h
AFP_SIDSimHitCollection_p1::getVector
const HitVector & getVector() const
Definition: AFP_SIDSimHitCollection_p1.h:25
xAOD::iterator
JetConstituentVector::iterator iterator
Definition: JetConstituentVector.cxx:68
AFP_SIDSimHitCollection_p1::m_name
std::string m_name
Definition: AFP_SIDSimHitCollection_p1.h:27
AFP_SIDSimHitCollection_p1
Definition: AFP_SIDSimHitCollection_p1.h:15
AFP_SIDSimHit_p1.h
AFP_SIDSimHitCollection_p1::const_iterator
HitVector::const_iterator const_iterator
Definition: AFP_SIDSimHitCollection_p1.h:18
AFP_SIDSimHitCollection_p1::HitVector
std::vector< AFP_SIDSimHit_p1 > HitVector
Definition: AFP_SIDSimHitCollection_p1.h:17
AFP_SIDSimHitCollection_p1::m_cont
std::vector< AFP_SIDSimHit_p1 > m_cont
Definition: AFP_SIDSimHitCollection_p1.h:28
AFP_SIDSimHitCollection_p1::name
const std::string & name() const
Definition: AFP_SIDSimHitCollection_p1.h:24
AFP_SIDSimHitCollection_p1::AFP_SIDSimHitCollection_p1
AFP_SIDSimHitCollection_p1()
Definition: AFP_SIDSimHitCollection_p1.h:21
AFP_SIDSimHitCollection_p1::iterator
HitVector::iterator iterator
Definition: AFP_SIDSimHitCollection_p1.h:19