ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
TestBeam
TBTPCnv
TBTPCnv
TBADCRawContCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TBTPCNV_TBADCRAWCONTCNV_P1
6
#define TBTPCNV_TBADCRAWCONTCNV_P1
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
#include "
TBTPCnv/TBADCRawCont_p1.h
"
10
11
class
MsgStream;
12
class
TBADCRawCont
;
13
14
15
class
TBADCRawContCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<TBADCRawCont, TBADCRawCont_p1>
16
{
17
public
:
18
using
base_class::transToPers
;
19
using
base_class::persToTrans
;
20
21
22
TBADCRawContCnv_p1
() {}
23
24
virtual
void
persToTrans
(
const
TBADCRawCont_p1
* pers,
TBADCRawCont
* trans, MsgStream &log)
const override
;
25
virtual
void
transToPers
(
const
TBADCRawCont
* trans,
TBADCRawCont_p1
* pers, MsgStream &log)
const override
;
26
};
27
28
29
30
#endif
31
32
TBADCRawCont_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
TBADCRawContCnv_p1::transToPers
virtual void transToPers(const TBADCRawCont *trans, TBADCRawCont_p1 *pers, MsgStream &log) const override
Definition
TBADCRawContCnv_p1.cxx:40
TBADCRawContCnv_p1::persToTrans
virtual void persToTrans(const TBADCRawCont_p1 *pers, TBADCRawCont *trans, MsgStream &log) const override
Definition
TBADCRawContCnv_p1.cxx:13
TBADCRawContCnv_p1::TBADCRawContCnv_p1
TBADCRawContCnv_p1()
Definition
TBADCRawContCnv_p1.h:22
TBADCRawCont_p1
Definition
TBADCRawCont_p1.h:15
TBADCRawCont
"TBEvent/TBADCRawCont.h"
Definition
TBADCRawCont.h:20
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.
Generated on
for ATLAS Offline Software by
1.17.0