ATLAS Offline Software
Loading...
Searching...
No Matches
RpcByteStreamErrorContainerCnv_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 MUONCONDITIONSATHENAPOOL_RPCBYTESTREAMERRORCONTAINERCNV_P1_H
6#define MUONCONDITIONSATHENAPOOL_RPCBYTESTREAMERRORCONTAINERCNV_P1_H
7
8//-----------------------------------------------------------------------------
9// file: RpcByteStreamErrorContainerCnv_p1.h
10//-----------------------------------------------------------------------------
11
13
16
17class MsgStream;
18
20 : public T_AthenaPoolTPCnvConstBase< Muon::RpcByteStreamErrorContainer, Muon::RpcByteStreamErrorContainer_p1 >
21{
22 public:
24
27
28 virtual
31 MsgStream &log ) const override;
32 virtual
35 MsgStream &log ) const override;
36};
37
38
39template<>
40class T_TPCnv<Muon::RpcByteStreamErrorContainer, Muon::RpcByteStreamErrorContainer_p1>
42{
43};
44
45
46#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const Muon::RpcByteStreamErrorContainer_p1 *persObj, Muon::RpcByteStreamErrorContainer *transObj, MsgStream &log) const override
virtual void transToPers(const Muon::RpcByteStreamErrorContainer *transObj, Muon::RpcByteStreamErrorContainer_p1 *persObj, 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.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.