ATLAS Offline Software
RpcPadCnv_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_RPCPADCNV_P1_H
6 #define MUONEVENTATHENAPOOL_RPCPADCNV_P1_H
7 
14 
15 #include "RpcCoinMatrixCnv_p1.h"
17 #include "MuonRDO/RpcPad.h"
18 
19 class MsgStream;
20 
21 
23 
25  : public RpcPadCnv_p1_basetype
26 {
27 public:
29 
30  virtual void persToTrans(const RpcPad_p1* persColl, RpcPad* transColl, MsgStream &log) ;
31  virtual void transToPers(const RpcPad* transColl, RpcPad_p1* persColl, MsgStream &log) ;
32 };
33 
34 
35 #endif
36 
37 
38 
39 
RpcPadCnv_p1_basetype
T_AthenaPoolTPCnvVector< RpcPad, RpcPad_p1, RpcCoinMatrixCnv_p1 > RpcPadCnv_p1_basetype
Definition: RpcPadCnv_p1.h:19
RpcPad_p1
Definition: RpcPad_p1.h:14
RpcPad.h
RpcPadCnv_p1
Definition: RpcPadCnv_p1.h:26
T_AthenaPoolTPConverter.h
RpcPad_p1.h
RpcPadCnv_p1::RpcPadCnv_p1
RpcPadCnv_p1()
Definition: RpcPadCnv_p1.h:28
RpcCoinMatrixCnv_p1.h
RpcPad
Definition: RpcPad.h:21
RpcPadCnv_p1::transToPers
virtual void transToPers(const RpcPad *transColl, RpcPad_p1 *persColl, MsgStream &log)
Definition: RpcPadCnv_p1.cxx:12
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TPCnvVector
Definition: TPConverter.h:1256
RpcPadCnv_p1::persToTrans
virtual void persToTrans(const RpcPad_p1 *persColl, RpcPad *transColl, MsgStream &log)
Definition: RpcPadCnv_p1.cxx:28