ATLAS Offline Software
Loading...
Searching...
No Matches
RpcFiredChannelCnv_p1.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 MUONEVENTATHENAPOOL_RPCFIREDCHANNELCNV_P1_H
6#define MUONEVENTATHENAPOOL_RPCFIREDCHANNELCNV_P1_H
7
8/*
9Transient/Persistent converter for RpcFiredChannel class
10@author Edward.Moyse@cern.ch
11 */
12
16
17class MsgStream;
18
19class RpcFiredChannelCnv_p1 : public T_AthenaPoolTPCnvBase<RpcFiredChannel, RpcFiredChannel_p1>
20{
21public:
23
24 virtual void persToTrans(const RpcFiredChannel_p1* persObj, RpcFiredChannel* transObj, MsgStream &log) ;
25 virtual void transToPers(const RpcFiredChannel* transObj, RpcFiredChannel_p1* persObj, MsgStream &log);
26};
27
28
29#endif
30
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const RpcFiredChannel *transObj, RpcFiredChannel_p1 *persObj, MsgStream &log)
virtual void persToTrans(const RpcFiredChannel_p1 *persObj, RpcFiredChannel *transObj, MsgStream &log)
Persistent representation of RpcFiredChannel class.