ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecTPCnv
RecTPCnv
MuonSpShowerContainerCnv_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
// MuonSpShowerContainerCnv_p1.h
8
// Header file for class MuonSpShowerContainerCnv_p1
9
// Author: Edward.Moyse@cern.ch
11
#ifndef RECTPCNV_MUONSPSHOWERCONTAINERCNV_P1_H
12
#define RECTPCNV_MUONSPSHOWERCONTAINERCNV_P1_H
13
14
// STL includes
15
16
// Gaudi includes
17
18
// muonEvent includes
19
#include "
muonEvent/MuonSpShowerContainer.h
"
20
21
// AthenaPoolCnvSvc includes
22
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
23
24
// RecTPCnv includes
25
#include "
RecTPCnv/MuonSpShowerContainer_p1.h
"
26
#include "
RecTPCnv/MuonSpShowerCnv_p1.h
"
27
28
class
MuonSpShowerContainerCnv_p1
29
:
public
T_AthenaPoolTPCnvConstBase
<
30
Rec::MuonSpShowerContainer,
31
MuonSpShowerContainer_p1 >
32
{
33
public
:
34
using
base_class::transToPers
;
35
using
base_class::persToTrans
;
36
37
41
virtual
void
persToTrans
(
const
MuonSpShowerContainer_p1
* pers,
42
Rec::MuonSpShowerContainer
* trans,
43
MsgStream&
msg
)
const override
;
44
48
virtual
void
transToPers
(
const
Rec::MuonSpShowerContainer
* trans,
49
MuonSpShowerContainer_p1
* pers,
50
MsgStream&
msg
)
const override
;
51
private
:
52
MuonSpShowerCnv_p1
m_cnv
;
53
};
54
55
56
#endif
//> RECTPCNV_MUONSPSHOWERCONTAINERCNV_P1_H
MuonSpShowerCnv_p1.h
MuonSpShowerContainer.h
MuonSpShowerContainer_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
MuonSpShowerCnv_p1
Definition
MuonSpShowerCnv_p1.h:32
MuonSpShowerContainerCnv_p1
Definition
MuonSpShowerContainerCnv_p1.h:32
MuonSpShowerContainerCnv_p1::transToPers
virtual void transToPers(const Rec::MuonSpShowerContainer *trans, MuonSpShowerContainer_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation MuonSpShowerContainer_p1 from its transient representat...
Definition
MuonSpShowerContainerCnv_p1.cxx:25
MuonSpShowerContainerCnv_p1::persToTrans
virtual void persToTrans(const MuonSpShowerContainer_p1 *pers, Rec::MuonSpShowerContainer *trans, MsgStream &msg) const override
Method creating the transient representation of MuonSpShowerContainer from its persistent representat...
Definition
MuonSpShowerContainerCnv_p1.cxx:10
MuonSpShowerContainerCnv_p1::m_cnv
MuonSpShowerCnv_p1 m_cnv
Definition
MuonSpShowerContainerCnv_p1.h:52
MuonSpShowerContainer_p1
Persisent representation of the transient Rec::MuonSpShowerContainer class.
Definition
MuonSpShowerContainer_p1.h:14
Rec::MuonSpShowerContainer
Definition
MuonSpShowerContainer.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