ATLAS Offline Software
Loading...
Searching...
No Matches
RpcPadContainerCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RPCPADCONTAINERCNV_P1
6#define RPCPADCONTAINERCNV_P1
7
8//-----------------------------------------------------------------------------
9//
10// file: RpcPadContainerCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15
20
21class MsgStream;
22
23class RpcPadContainerCnv_p1 : public T_AthenaPoolTPCnvBase< RpcPadContainer, RpcPadContainer_p1 >
24
25{
26public:
30 virtual void persToTrans(const PERS* persCont, TRANS* transCont, MsgStream &log) override;
31 virtual void transToPers(const TRANS* transCont, PERS* persCont, MsgStream &log) override;
32 virtual RpcPadContainer* createTransient(const RpcPadContainer_p1* persObj, MsgStream& log) override;
33 StatusCode initialize(MsgStream &log);
34private:
37};
38
39#endif
40
41
42
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
SG::ReadCondHandleKey< RpcCablingCondData > m_rpcCabKey
virtual RpcPadContainer * createTransient(const RpcPadContainer_p1 *persObj, MsgStream &log) override
virtual void transToPers(const TRANS *transCont, PERS *persCont, MsgStream &log) override
virtual void persToTrans(const PERS *persCont, TRANS *transCont, MsgStream &log) override
Use IdentifiableContainer with RpcPad.
void initialize()