ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecTPCnv
RecTPCnv
DepositInCaloCnv_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
// DepositInCaloCnv_p2.h
8
// Header file for class DepositInCaloCnv_p2
9
// Author: Ketevi A. Assamagan
11
#ifndef RECTPCNV_DEPOSITINCALOCNV_P2_H
12
#define RECTPCNV_DEPOSITINCALOCNV_P2_H
13
14
// STL includes
15
16
// AthenaPoolCnvSvc includes
17
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
18
19
// RecTPCnv includes
20
#include "
RecTPCnv/DepositInCalo_p2.h
"
21
22
// Forward declaration
23
class
MsgStream;
24
class
DepositInCalo
;
25
26
class
DepositInCaloCnv_p2
:
public
T_AthenaPoolTPCnvConstBase
<DepositInCalo,
27
DepositInCalo_p2>
28
{
29
public
:
30
using
base_class::transToPers
;
31
using
base_class::persToTrans
;
32
33
36
DepositInCaloCnv_p2
();
37
38
42
virtual
void
persToTrans
(
const
DepositInCalo_p2
* persObj,
43
DepositInCalo
* transObj,
44
MsgStream&
msg
)
const override
;
45
49
virtual
void
transToPers
(
const
DepositInCalo
* transObj,
50
DepositInCalo_p2
* persObj,
51
MsgStream&
msg
)
const override
;
52
};
53
54
55
inline
DepositInCaloCnv_p2::DepositInCaloCnv_p2
()
56
{}
57
58
#endif
//> RECTPCNV_DEPOSITINCALOCNV_P1_H
DepositInCalo_p2.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
DepositInCaloCnv_p2::persToTrans
virtual void persToTrans(const DepositInCalo_p2 *persObj, DepositInCalo *transObj, MsgStream &msg) const override
Method creating the transient representation of DepositInCalo from its persistent representation Depo...
Definition
DepositInCaloCnv_p2.cxx:25
DepositInCaloCnv_p2::transToPers
virtual void transToPers(const DepositInCalo *transObj, DepositInCalo_p2 *persObj, MsgStream &msg) const override
Method creating the persistent representation DepositInCalo_p2 from its transient representation Depo...
Definition
DepositInCaloCnv_p2.cxx:44
DepositInCaloCnv_p2::DepositInCaloCnv_p2
DepositInCaloCnv_p2()
Default constructor:
Definition
DepositInCaloCnv_p2.h:55
DepositInCalo_p2
Definition
DepositInCalo_p2.h:22
DepositInCalo
class describing the measured energy loss associated to muons on the detector level,...
Definition
DepositInCalo.h:23
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