ATLAS Offline Software
TrackParticleAssocs_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // TrackParticleAssocs_p1.h
8 // Header file for class TrackParticleAssocs_p1
9 // Author: C.Anastopoulos
11 #ifndef PARTICLEEVENTTPCNV_TRACKPARTICLEASSOCS_p1_H
12 #define PARTICLEEVENTTPCNV_TRACKPARTICLEASSOCS_p1_H
13 
14 // STL includes
15 #include <string>
16 #include <vector>
17 #include <utility>
18 
19 // DataModelAthenaPool
22 
23 // Forward declaration
25 
27 {
29  // Friend classes
31 
32  // Make the AthenaPoolCnv class our friend
34 
36  // Public typedefs:
38  public:
39  // some typedefs as a workaround for templated classes with a long name
40  typedef std::vector<ElementLinkInt_p3> ElemLinkVect_t;
41  typedef std::pair<ElementLinkInt_p3,
43  typedef std::vector<AssocElem_t> Assocs_t;
45 
47  // Public methods:
49  public:
50 
54 
58 
60  // Protected data:
62  protected:
65 
66 };
67 
71 
72 inline
74  m_assocs(),
75  m_assocStores()
76 {}
77 
78 #endif //> PARTICLEEVENTTPCNV_INAV4MOMASSOCS_p3_H
DataLinkVector_p2
Persistent representation of DataLinkVector.
TrackParticleAssocs_p1
Definition: TrackParticleAssocs_p1.h:27
TrackParticleAssocs_p1::m_assocStores
TrackParticleStores_t m_assocStores
Definition: TrackParticleAssocs_p1.h:64
TrackParticleAssocs_p1::~TrackParticleAssocs_p1
~TrackParticleAssocs_p1()=default
Destructor:
TrackParticleAssocs_p1::m_assocs
Assocs_t m_assocs
Definition: TrackParticleAssocs_p1.h:63
TrackParticleAssocs_p1::TrackParticleStores_t
DataLinkVector_p2 TrackParticleStores_t
Definition: TrackParticleAssocs_p1.h:44
TrackParticleAssocs_p1::AssocElem_t
std::pair< ElementLinkInt_p3, ElemLinkVect_t > AssocElem_t
Definition: TrackParticleAssocs_p1.h:42
TrackParticleAssocs_p1::Assocs_t
std::vector< AssocElem_t > Assocs_t
Definition: TrackParticleAssocs_p1.h:43
TrackParticleAssocs_p1::TrackParticleAssocs_p1
TrackParticleAssocs_p1()
Default constructor:
Definition: TrackParticleAssocs_p1.h:73
TrackParticleAssocs_p1::ElemLinkVect_t
std::vector< ElementLinkInt_p3 > ElemLinkVect_t
Definition: TrackParticleAssocs_p1.h:40
TrackParticleAssocsCnv_p1
Definition: TrackParticleAssocsCnv_p1.h:38