ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
TruthParticleID
McParticleEventTPCnv
McParticleEventTPCnv
TruthParticleContainer_p5.h
Go to the documentation of this file.
1
2
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
19
#include "
DataModelAthenaPool/ElementLink_p1.h
"
20
21
// Gaudi includes
22
23
// Forward declaration
24
class
TruthParticleContainerCnv_p5
;
25
26
class
TruthParticleContainer_p5
27
{
28
// Make the AthenaPoolCnv class our friend
29
friend
class
TruthParticleContainerCnv_p5
;
30
31
public
:
32
35
TruthParticleContainer_p5
();
36
39
~TruthParticleContainer_p5
() =
default
;
40
41
45
ElementLinkInt_p1
m_genEvent
;
46
51
ElementLinkInt_p1
m_etIsolations
;
52
};
53
54
55
56
inline
TruthParticleContainer_p5::TruthParticleContainer_p5
() :
57
m_genEvent
( ),
58
m_etIsolations
( )
59
{}
60
61
#endif
//> MCPARTICLEEVENTTPCNV_TRUTHPARTICLECONTAINER_P5_H
ElementLink_p1.h
This file contains the class definition for the ElementLink_p1 class.
ElementLinkInt_p1
ElementLink_p1< uint32_t > ElementLinkInt_p1
Definition
ElementLink_p1.h:36
TruthParticleContainerCnv_p5
Definition
TruthParticleContainerCnv_p5.h:41
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
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::TruthParticleContainerCnv_p5
friend class TruthParticleContainerCnv_p5
Definition
TruthParticleContainer_p5.h:29
TruthParticleContainer_p5::~TruthParticleContainer_p5
~TruthParticleContainer_p5()=default
Destructor:
Generated on
for ATLAS Offline Software by
1.17.0