ATLAS Offline Software
Loading...
Searching...
No Matches
SCT3_RawDataCnv_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 SCT3_RAWDATACNV_P1_H
6#define SCT3_RAWDATACNV_P1_H
7
8/*
9Transient/Persistent converter for SCT3_RawData class
10Author: Davide Costanzo
11*/
12
15
17
18class MsgStream;
19
20
21class SCT3_RawDataCnv_p1 : public T_AthenaPoolTPCnvBase<SCT3_RawData, SCT3_RawData_p1>
22{
23public:
24
26 virtual void persToTrans(const SCT3_RawData_p1* persObj, SCT3_RawData* transObj, MsgStream& log);
27 virtual void transToPers(const SCT3_RawData* transObj, SCT3_RawData_p1* persObj, MsgStream& log);
28};
29
30
31#endif
32
33
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const SCT3_RawData *transObj, SCT3_RawData_p1 *persObj, MsgStream &log)
virtual void persToTrans(const SCT3_RawData_p1 *persObj, SCT3_RawData *transObj, MsgStream &log)