ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecTPCnv
RecTPCnv
MuonSpShowerCnv_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
// MuonSpShowerCnv_p1.h
8
// Header file for class MuonSpShowerCnv_p1
9
// Author: K.Cranmer<cranmer@cern.ch>
10
// Author: S.Binet<binet@cern.ch>
12
#ifndef RECTPCNV_MUONSPSHOWERCNV_P1_H
13
#define RECTPCNV_MUONSPSHOWERCNV_P1_H
14
15
// STL includes
16
17
// AthenaPoolCnvSvc includes
18
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
19
20
// RecTPCnv includes
21
#include "
RecTPCnv/MuonSpShower_p1.h
"
22
23
24
// Forward declaration
25
class
MsgStream;
26
27
namespace
Rec
{
28
class
MuonSpShower
;
29
}
30
31
class
MuonSpShowerCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<Rec::MuonSpShower, MuonSpShower_p1>
32
{
33
public
:
34
using
base_class::transToPers
;
35
using
base_class::persToTrans
;
36
37
40
MuonSpShowerCnv_p1
();
41
42
46
virtual
void
persToTrans
(
const
MuonSpShower_p1
* persObj,
47
Rec::MuonSpShower
* transObj,
48
MsgStream&
msg
)
const override
;
49
53
virtual
void
transToPers
(
const
Rec::MuonSpShower
* transObj,
54
MuonSpShower_p1
* persObj,
55
MsgStream&
msg
)
const override
;
56
};
57
58
59
inline
MuonSpShowerCnv_p1::MuonSpShowerCnv_p1
()
60
{}
61
62
#endif
//> RECTPCNV_MUONCNV_P1_H
MuonSpShower_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
MuonSpShowerCnv_p1::MuonSpShowerCnv_p1
MuonSpShowerCnv_p1()
Default constructor:
Definition
MuonSpShowerCnv_p1.h:59
MuonSpShowerCnv_p1::transToPers
virtual void transToPers(const Rec::MuonSpShower *transObj, MuonSpShower_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation MuonSpShower_p1 from its transient representation Rec::...
Definition
MuonSpShowerCnv_p1.cxx:35
MuonSpShowerCnv_p1::persToTrans
virtual void persToTrans(const MuonSpShower_p1 *persObj, Rec::MuonSpShower *transObj, MsgStream &msg) const override
Method creating the transient representation of Rec::MuonSpShower from its persistent representation ...
Definition
MuonSpShowerCnv_p1.cxx:19
MuonSpShower_p1
Persisent representation of the transient Rec::MuonSpShower class.
Definition
MuonSpShower_p1.h:14
Rec::MuonSpShower
Definition
MuonSpShower.h:27
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.
Rec
namespace for combined reconstruction tools and interfaces
Definition
FakeTrackBuilder.h:10
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.17.0