ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
EventCommonTPCnv
EventCommonTPCnv
P4EEtaPhiMCnv_p2.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
// P4EEtaPhiMCnv_p2.h
8
// Header file for class P4EEtaPhiMCnv_p2
9
// Author: I. Vukotic <ivukotic@cern.ch>
11
#ifndef EVENTCOMMONTPCNV_P4EETAPHIMCNV_P2_H
12
#define EVENTCOMMONTPCNV_P4EETAPHIMCNV_P2_H
13
14
// STL includes
15
16
17
// Gaudi includes
18
19
// AthenaPoolCnvSvc includes
20
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
21
22
// FourMom includes
23
#include "
FourMom/P4EEtaPhiM.h
"
24
25
// EventCommonTPCnv includes
26
#include "
EventCommonTPCnv/P4EEtaPhiMFloat_p2.h
"
27
28
// Forward declaration
29
class
MsgStream;
30
31
class
P4EEtaPhiMCnv_p2
:
public
T_AthenaPoolTPCnvConstBase
<
32
P4EEtaPhiM,
33
P4EEtaPhiMFloat_p2
34
>
35
{
36
public
:
37
using
base_class::transToPers
;
38
using
base_class::persToTrans
;
39
42
P4EEtaPhiMCnv_p2
();
43
46
virtual
~P4EEtaPhiMCnv_p2
();
47
48
52
virtual
void
persToTrans
(
const
P4EEtaPhiMFloat_p2
* persObj,
53
P4EEtaPhiM
* transObj,
54
MsgStream &log )
const override
;
55
59
virtual
void
transToPers
(
const
P4EEtaPhiM
* transObj,
60
P4EEtaPhiMFloat_p2
* persObj,
61
MsgStream &log )
const override
;
62
63
};
64
68
69
inline
P4EEtaPhiMCnv_p2::P4EEtaPhiMCnv_p2
()
70
{}
71
72
inline
P4EEtaPhiMCnv_p2::~P4EEtaPhiMCnv_p2
()
73
{}
74
75
#endif
//> EVENTCOMMONTPCNV_P4EETAPHIMCNV_P2_H
P4EEtaPhiMFloat_p2.h
P4EEtaPhiM.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
P4EEtaPhiMCnv_p2::transToPers
virtual void transToPers(const P4EEtaPhiM *transObj, P4EEtaPhiMFloat_p2 *persObj, MsgStream &log) const override
Method creating the persistent representation P4EEtaPhiMFloat_p2 from its transient representation P4...
Definition
P4EEtaPhiMCnv_p2.cxx:38
P4EEtaPhiMCnv_p2::persToTrans
virtual void persToTrans(const P4EEtaPhiMFloat_p2 *persObj, P4EEtaPhiM *transObj, MsgStream &log) const override
Method creating the transient representation of P4EEtaPhiM from its persistent representation P4EEtaP...
Definition
P4EEtaPhiMCnv_p2.cxx:26
P4EEtaPhiMCnv_p2::P4EEtaPhiMCnv_p2
P4EEtaPhiMCnv_p2()
Default constructor:
Definition
P4EEtaPhiMCnv_p2.h:69
P4EEtaPhiMCnv_p2::~P4EEtaPhiMCnv_p2
virtual ~P4EEtaPhiMCnv_p2()
Destructor:
Definition
P4EEtaPhiMCnv_p2.h:72
P4EEtaPhiMFloat_p2
Definition
P4EEtaPhiMFloat_p2.h:23
P4EEtaPhiM
Definition
P4EEtaPhiM.h:25
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.
Generated on
for ATLAS Offline Software by
1.17.0