ATLAS Offline Software
Loading...
Searching...
No Matches
LArRawChannelContainerCnv_p3.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 LARTPCNV_LARRAWCHANNELCONTAINERCNV_P3_H
6#define LARTPCNV_LARRAWCHANNELCONTAINERCNV_P3_H
7
8// LArRawChannelContainerCnv_p3, T/P separation of LArRawChannel
9// author Walter Lampl
10
15
16class LArRawChannelContainerCnv_p3 : public T_AthenaPoolTPCnvConstBase<LArRawChannelContainer, LArRawChannelContainer_p3>
17{
18 public:
22
23 virtual void persToTrans(const LArRawChannelContainer_p3* persColl,
24 LArRawChannelContainer* transColl,
25 MsgStream &log) const override;
26 virtual void transToPers(const LArRawChannelContainer* transColl,
28 MsgStream &log) const override;
29 private:
31};
32
33#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const LArRawChannelContainer_p3 *persColl, LArRawChannelContainer *transColl, MsgStream &log) const override
virtual void transToPers(const LArRawChannelContainer *transColl, LArRawChannelContainer_p3 *persColl, MsgStream &log) const override
Persistent LArRawChannelContainer, version p3.
Container for LArRawChannel (IDC using LArRawChannelCollection)
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.