ATLAS Offline Software
ForwardDetectors
LUCID
LUCID_Cnv
LUCID_EventTPCnv
LUCID_EventTPCnv
LUCID_RawDataCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LUCID_RAWDATACNV_P1_H
6
#define LUCID_RAWDATACNV_P1_H
7
8
#include "
LUCID_RawData_p1.h
"
9
#include "
LUCID_RawEvent/LUCID_RawData.h
"
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
11
12
class
MsgStream;
13
14
class
LUCID_RawDataCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<LUCID_RawData, LUCID_RawData_p1> {
15
16
public
:
17
using
base_class::persToTrans
;
18
using
base_class::transToPers
;
19
20
LUCID_RawDataCnv_p1
() {}
21
22
virtual
void
persToTrans
(
const
LUCID_RawData_p1
* persObj,
LUCID_RawData
* transObj, MsgStream &
log
)
const override
;
23
virtual
void
transToPers
(
const
LUCID_RawData
* transObj,
LUCID_RawData_p1
* persObj , MsgStream &
log
)
const override
;
24
};
25
26
#endif
LUCID_RawDataCnv_p1::transToPers
virtual void transToPers(const LUCID_RawData *transObj, LUCID_RawData_p1 *persObj, MsgStream &log) const override
Definition:
LUCID_RawDataCnv_p1.cxx:32
LUCID_RawData.h
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LUCID_RawData
Definition:
LUCID_RawData.h:40
LUCID_RawDataCnv_p1::LUCID_RawDataCnv_p1
LUCID_RawDataCnv_p1()
Definition:
LUCID_RawDataCnv_p1.h:20
LUCID_RawDataCnv_p1::persToTrans
virtual void persToTrans(const LUCID_RawData_p1 *persObj, LUCID_RawData *transObj, MsgStream &log) const override
Definition:
LUCID_RawDataCnv_p1.cxx:10
T_AthenaPoolTPConverter.h
LUCID_RawData_p1
Definition:
LUCID_RawData_p1.h:8
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
LUCID_RawData_p1.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
LUCID_RawDataCnv_p1
Definition:
LUCID_RawDataCnv_p1.h:14
TPConverterConstBase
Definition:
TPConverter.h:776
Generated on Thu Nov 7 2024 21:20:16 for ATLAS Offline Software by
1.8.18