ATLAS Offline Software
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 /*
9 Transient/Persistent converter for RpcFiredChannel class
10 @author Edward.Moyse@cern.ch
11  */
12 
16 
17 class MsgStream;
18 
19 class RpcFiredChannelCnv_p1 : public T_AthenaPoolTPCnvBase<RpcFiredChannel, RpcFiredChannel_p1>
20 {
21 public:
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 
RpcFiredChannel_p1.h
TPConverterBase
Definition: TPConverter.h:738
RpcFiredChannel.h
RpcFiredChannelCnv_p1::persToTrans
virtual void persToTrans(const RpcFiredChannel_p1 *persObj, RpcFiredChannel *transObj, MsgStream &log)
Definition: RpcFiredChannelCnv_p1.cxx:22
RpcFiredChannelCnv_p1::RpcFiredChannelCnv_p1
RpcFiredChannelCnv_p1()
Definition: RpcFiredChannelCnv_p1.h:22
RpcFiredChannel
Definition: RpcFiredChannel.h:20
RpcFiredChannelCnv_p1
Definition: RpcFiredChannelCnv_p1.h:20
T_AthenaPoolTPConverter.h
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
RpcFiredChannelCnv_p1::transToPers
virtual void transToPers(const RpcFiredChannel *transObj, RpcFiredChannel_p1 *persObj, MsgStream &log)
Definition: RpcFiredChannelCnv_p1.cxx:10
RpcFiredChannel_p1
Persistent representation of RpcFiredChannel class.
Definition: RpcFiredChannel_p1.h:14