ATLAS Offline Software
Loading...
Searching...
No Matches
ZdcRawChannelCollectionCnv_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// ZdcRawChannelCollectionCnv_p1.h
8// Header file for class ZdcRawChannelCollectionCnv_p1
9// Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10// Date: June 2009
12#ifndef ZDCTPCNV_ZDCRAWCHANNELCOLLECTIONCNV_P1_H
13#define ZDCTPCNV_ZDCRAWCHANNELCOLLECTIONCNV_P1_H
14
15// ZdcEventTPCnv includes
19
20// Zdc includes
22
23class MsgStream;
24
25class ZdcRawChannelCollectionCnv_p1: public T_AthenaPoolTPCnvConstBase<ZdcRawChannelCollection, ZdcRawChannelCollection_p1> {
26
27public:
30
32
33 virtual void persToTrans(const ZdcRawChannelCollection_p1* persObj, ZdcRawChannelCollection* transObj, MsgStream& log) const override;
34 virtual void transToPers(const ZdcRawChannelCollection* transObj, ZdcRawChannelCollection_p1* persObj, MsgStream& log) const override;
35};
36
37
38template<>
44
45#endif //> ZDCTPCNV_ZDCRAWCHANNELCOLLECTIONCNV_P1_H
46
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
virtual void persToTrans(const ZdcRawChannelCollection_p1 *persObj, ZdcRawChannelCollection *transObj, MsgStream &log) const override
virtual void transToPers(const ZdcRawChannelCollection *transObj, ZdcRawChannelCollection_p1 *persObj, MsgStream &log) const override