ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
ForwardDetectors
ZDC
ZdcCnv
ZdcEventTPCnv
ZdcEventTPCnv
ZdcRawChannelCnv_p1.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// ZdcRawChannelCnv_p1.h
8
// Transient/Persistent converter for ZdcRawChannel class
9
// Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10
// Date: June 2009
12
#ifndef ZDCTPCNV_ZDCRAWCHANNELCNV_P1_H
13
#define ZDCTPCNV_ZDCRAWCHANNELCNV_P1_H
14
15
// AthenaPoolCnvSvc includes
16
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
17
18
// ZdcEventTPCnv includes
19
#include "
ZdcEventTPCnv/ZdcRawChannel_p1.h
"
20
21
// ZdcEvent includes
22
#include "
ZdcEvent/ZdcRawChannel.h
"
23
24
class
MsgStream;
25
26
class
ZdcRawChannelCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<ZdcRawChannel, ZdcRawChannel_p1> {
27
28
public
:
29
using
base_class::persToTrans
;
30
using
base_class::transToPers
;
31
34
ZdcRawChannelCnv_p1
() {}
35
39
virtual
void
persToTrans
(
const
ZdcRawChannel_p1
* persObj,
ZdcRawChannel
* transObj, MsgStream &log)
const override
;
40
44
virtual
void
transToPers
(
const
ZdcRawChannel
* transObj,
ZdcRawChannel_p1
* persObj, MsgStream &log)
const override
;
45
46
};
47
48
#endif
//> ZDCTPCNV_ZDCRAWCHANNELCNV_P1_H
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
ZdcRawChannel.h
ZdcRawChannel_p1.h
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.
ZdcRawChannelCnv_p1::ZdcRawChannelCnv_p1
ZdcRawChannelCnv_p1()
Default constructor:
Definition
ZdcRawChannelCnv_p1.h:34
ZdcRawChannelCnv_p1::transToPers
virtual void transToPers(const ZdcRawChannel *transObj, ZdcRawChannel_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation ZdcRawChannel_p1 from its transient representation ZdcR...
Definition
ZdcRawChannelCnv_p1.cxx:41
ZdcRawChannelCnv_p1::persToTrans
virtual void persToTrans(const ZdcRawChannel_p1 *persObj, ZdcRawChannel *transObj, MsgStream &log) const override
Method creating the transient representation ZdcRawChannel from its persistent representation ZdcRawC...
Definition
ZdcRawChannelCnv_p1.cxx:18
ZdcRawChannel_p1
Definition
ZdcRawChannel_p1.h:20
ZdcRawChannel
Definition
ZdcRawChannel.h:24
Generated on
for ATLAS Offline Software by
1.17.0