ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
14
15#include "RpcCoinMatrixCnv_p1.h"
17#include "MuonRDO/RpcPad.h"
18
19class MsgStream;
20
21
23
26{
27public:
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
T_AthenaPoolTPCnvVector< RpcPad, RpcPad_p1, RpcCoinMatrixCnv_p1 > RpcPadCnv_p1_basetype
TPCnvVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvVector
virtual void persToTrans(const RpcPad_p1 *persColl, RpcPad *transColl, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
virtual void transToPers(const RpcPad *transColl, RpcPad_p1 *persColl, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...