ATLAS Offline Software
Loading...
Searching...
No Matches
TileMuonReceiverObjCnv_p1.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7// TileMuonReceiverObjCnv_p1.h
8// Header file for class TileMuonReceiverObjCnv_p1
9// Author: Joao Gentil Saraiva <joao.gentil.saraiva@cern.ch>
10// Date: March 2014
12#ifndef TILETPCNV_TILEMUONRECEIVEROBJCNV_P1_H
13#define TILETPCNV_TILEMUONRECEIVEROBJCNV_P1_H
14
15// AthenaPoolCnvSvc includes
17
18// TileTPCnv includes
20
21// TileEvent includes
23
24class MsgStream;
25
26class TileMuonReceiverObjCnv_p1 : public T_AthenaPoolTPCnvConstBase<TileMuonReceiverObj, TileMuonReceiverObj_p1> {
27
28public:
31
32
36
40 virtual void persToTrans(const TileMuonReceiverObj_p1* persObj, TileMuonReceiverObj* transObj, MsgStream &log) const override;
41
45 virtual void transToPers(const TileMuonReceiverObj* transObj, TileMuonReceiverObj_p1* persObj, MsgStream &log) const override;
46
47};
48
49#endif
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.
TileMuonReceiverObjCnv_p1()
Default constructor:
virtual void transToPers(const TileMuonReceiverObj *transObj, TileMuonReceiverObj_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation TileMuonReceiverObj_p1 from its transient representatio...
virtual void persToTrans(const TileMuonReceiverObj_p1 *persObj, TileMuonReceiverObj *transObj, MsgStream &log) const override
Method creating the transient representation TileMuonReceiverObj from its persistent representation T...