ATLAS Offline Software
Loading...
Searching...
No Matches
RpcSectorLogicContainerCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONEVENTATHENAPOOL_RPCSECTORLOGICCONTAINERCNV_P1
6#define MUONEVENTATHENAPOOL_RPCSECTORLOGICCONTAINERCNV_P1
7
8//-----------------------------------------------------------------------------
9//
10// file: RpcSectorLogicContainerCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15
18
19class MsgStream;
20
21class RpcSectorLogicContainerCnv_p1 : public T_AthenaPoolTPCnvConstBase< RpcSectorLogicContainer, RpcSectorLogicContainer_p1 >
22
23{
24public:
30 virtual void persToTrans(const PERS* persCont, TRANS* transCont, MsgStream &log) const override;
31 virtual void transToPers(const TRANS* transCont, PERS* persCont, MsgStream &log) const override;
32private:
33
34};
35
36#endif
37
38
39
RpcSectorLogicContainer_p1 PERS
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const TRANS *transCont, PERS *persCont, MsgStream &log) const override
virtual void persToTrans(const PERS *persCont, TRANS *transCont, MsgStream &log) const override
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.