ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
AnalysisCommon
ParticleEventTPCnv
ParticleEventTPCnv
ParticleShallowCloneContainerCnv_p1.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
// ParticleShallowCloneContainerCnv_p1.h
8
// Header file for class ParticleShallowCloneContainerCnv_p1
9
// Author: Karsten Koeneke - February 2013
11
#ifndef PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINERCNV_P1_H
12
#define PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINERCNV_P1_H
13
14
// STL includes
15
16
// Gaudi includes
17
18
// AthenaPoolCnvSvc includes
19
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
20
21
// ParticleEvent includes
22
#include "
ParticleEvent/ParticleShallowCloneContainer.h
"
23
24
// ParticleEventTPCnv includes
25
#include "
ParticleEventTPCnv/ParticleShallowCloneContainer_p1.h
"
26
27
// forward declares
28
29
class
ParticleShallowCloneContainerCnv_p1
30
:
public
T_AthenaPoolTPCnvConstBase
< ParticleShallowCloneContainer,
31
ParticleShallowCloneContainer_p1
32
>
33
{
34
public
:
35
using
base_class::transToPers
;
36
using
base_class::persToTrans
;
37
38
41
ParticleShallowCloneContainerCnv_p1
();
42
43
47
virtual
void
persToTrans
(
const
ParticleShallowCloneContainer_p1
* pers,
48
ParticleShallowCloneContainer
* trans,
49
MsgStream&
msg
)
const override
;
50
54
virtual
void
transToPers
(
const
ParticleShallowCloneContainer
* trans,
55
ParticleShallowCloneContainer_p1
* pers,
56
MsgStream&
msg
)
const override
;
57
};
58
59
60
inline
ParticleShallowCloneContainerCnv_p1::ParticleShallowCloneContainerCnv_p1
()
61
{}
62
63
#endif
//> PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINERCNV_P1_H
ParticleShallowCloneContainer.h
ParticleShallowCloneContainer_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
ParticleShallowCloneContainerCnv_p1::transToPers
virtual void transToPers(const ParticleShallowCloneContainer *trans, ParticleShallowCloneContainer_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation ParticleShallowCloneContainer_p1 from its transient rep...
Definition
ParticleShallowCloneContainerCnv_p1.cxx:62
ParticleShallowCloneContainerCnv_p1::ParticleShallowCloneContainerCnv_p1
ParticleShallowCloneContainerCnv_p1()
Default constructor:
Definition
ParticleShallowCloneContainerCnv_p1.h:60
ParticleShallowCloneContainerCnv_p1::persToTrans
virtual void persToTrans(const ParticleShallowCloneContainer_p1 *pers, ParticleShallowCloneContainer *trans, MsgStream &msg) const override
Method creating the transient representation of ParticleShallowCloneContainer from its persistent rep...
Definition
ParticleShallowCloneContainerCnv_p1.cxx:29
ParticleShallowCloneContainer_p1
Definition
ParticleShallowCloneContainer_p1.h:22
ParticleShallowCloneContainer
Definition
ParticleShallowCloneContainer.h:35
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.17.0