ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_LoLumRawDataCnv_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRT_LOLUMRAWDATACNV_P2_H
6#define TRT_LOLUMRAWDATACNV_P2_H
7
8/*
9Transient/Persistent converter for TRT_LoLumRawData class
10Author: Davide Costanzo
11*/
12
15
17
18class MsgStream;
19
20
21class TRT_LoLumRawDataCnv_p2 : public T_AthenaPoolTPCnvBase<TRT_LoLumRawData, InDetRawData_p2>
22{
23public:
24
26 virtual void persToTrans(const InDetRawData_p2* persObj, TRT_LoLumRawData* transObj, MsgStream &log);
27 virtual void transToPers(const TRT_LoLumRawData* transObj, InDetRawData_p2* persObj, MsgStream &log);
28};
29
30
31#endif
32
33
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const TRT_LoLumRawData *transObj, InDetRawData_p2 *persObj, MsgStream &log)
virtual void persToTrans(const InDetRawData_p2 *persObj, TRT_LoLumRawData *transObj, MsgStream &log)