ATLAS Offline Software
Loading...
Searching...
No Matches
RpcCoinMatrixCnv_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_RPCCOINMATRIXCNV_P1_H
6#define MUONEVENTATHENAPOOL_RPCCOINMATRIXCNV_P1_H
7
12
17
18class MsgStream;
19
20
22
25{
26public:
28
29 virtual void persToTrans(const RpcCoinMatrix_p1* persColl, RpcCoinMatrix* transColl, MsgStream &log);
30 virtual void transToPers(const RpcCoinMatrix* transColl, RpcCoinMatrix_p1* persColl, MsgStream &log);
31};
32
33
34#endif
35
36
37
38
T_AthenaPoolTPCnvVector< RpcCoinMatrix, RpcCoinMatrix_p1, RpcFiredChannelCnv_p1 > RpcCoinMatrixCnv_p1_basetype
TPCnvVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvVector
virtual void transToPers(const RpcCoinMatrix *transColl, RpcCoinMatrix_p1 *persColl, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
virtual void persToTrans(const RpcCoinMatrix_p1 *persColl, RpcCoinMatrix *transColl, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
Persistent representation of RpcCoinMatrix class.