ATLAS Offline Software
Loading...
Searching...
No Matches
P4EEtaPhiMCnv_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// P4EEtaPhiMCnv_p1.h
8// Header file for class P4EEtaPhiMCnv_p1
9// Author: S.Binet<binet@cern.ch>
11#ifndef EVENTCOMMONTPCNV_P4EETAPHIMCNV_P1_H
12#define EVENTCOMMONTPCNV_P4EETAPHIMCNV_P1_H
13
14// STL includes
15
16
17// Gaudi includes
18
19// AthenaPoolCnvSvc includes
21
22// FourMom includes
23#include "FourMom/P4EEtaPhiM.h"
24
25// EventCommonTPCnv includes
27
28// Forward declaration
29class MsgStream;
30
32 P4EEtaPhiM,
33 P4EEtaPhiM_p1
34 >
35{
36 public:
39
40
44
47 virtual ~P4EEtaPhiMCnv_p1();
48
49
53 virtual void persToTrans( const P4EEtaPhiM_p1* persObj,
54 P4EEtaPhiM* transObj,
55 MsgStream &log ) const override;
56
60 virtual void transToPers( const P4EEtaPhiM* transObj,
61 P4EEtaPhiM_p1* persObj,
62 MsgStream &log ) const override;
63};
64
68
71
74
75#endif //> EVENTCOMMONTPCNV_P4EETAPHIMCNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const P4EEtaPhiM *transObj, P4EEtaPhiM_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation P4EEtaPhiM_p1 from its transient representation P4EEtaP...
virtual ~P4EEtaPhiMCnv_p1()
Destructor:
P4EEtaPhiMCnv_p1()
Default constructor:
virtual void persToTrans(const P4EEtaPhiM_p1 *persObj, P4EEtaPhiM *transObj, MsgStream &log) const override
Method creating the transient representation of P4EEtaPhiM from its persistent representation P4EEtaP...
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.