ATLAS Offline Software
TruthParticleContainer_p5.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 // TruthParticleContainer_p5.h
8 // Header file for class TruthParticleContainer_p5
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef MCPARTICLEEVENTTPCNV_TRUTHPARTICLECONTAINER_P5_H
12 #define MCPARTICLEEVENTTPCNV_TRUTHPARTICLECONTAINER_P5_H
13 
14 // STL includes
15 #include <vector>
16 #include <utility>
17 
18 // Persistent ElementLink
20 
21 // Gaudi includes
22 
23 // Forward declaration
25 
27 {
28  // Make the AthenaPoolCnv class our friend
30 
31  public:
32 
36 
40 
41 
46 
52 };
53 
54 
55 
57  m_genEvent ( ),
58  m_etIsolations( )
59 {}
60 
61 #endif //> MCPARTICLEEVENTTPCNV_TRUTHPARTICLECONTAINER_P5_H
TruthParticleContainer_p5::m_genEvent
ElementLinkInt_p1 m_genEvent
The persistent pointer toward the McEventCollection the (transient) TruthParticleContainer is proxyin...
Definition: TruthParticleContainer_p5.h:45
TruthParticleContainer_p5::~TruthParticleContainer_p5
~TruthParticleContainer_p5()=default
Destructor:
TruthParticleContainerCnv_p5
Definition: TruthParticleContainerCnv_p5.h:41
TruthParticleContainer_p5
Definition: TruthParticleContainer_p5.h:27
TruthParticleContainer_p5::m_etIsolations
ElementLinkInt_p1 m_etIsolations
The persistent pointer toward the TruthEtIsolations container the (transient) TruthParticleContainer ...
Definition: TruthParticleContainer_p5.h:51
TruthParticleContainer_p5::TruthParticleContainer_p5
TruthParticleContainer_p5()
Default constructor:
Definition: TruthParticleContainer_p5.h:56