ATLAS Offline Software
Loading...
Searching...
No Matches
LArRawSCContainerCnv_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 LARTPCNV_LARDIGITCONTAINERCNV_P1_H
6#define LARTPCNV_LARDIGITCONTAINERCNV_P1_H
7
10
11class MsgStream;
13
14class LArRawSCContainerCnv_p1 : public T_AthenaPoolTPCnvConstBase<LArRawSCContainer, LArRawSCContainer_p1>
15{
16public:
17
21
22 virtual void persToTrans(const LArRawSCContainer_p1* pers, LArRawSCContainer* trans, MsgStream &log) const override;
23 virtual void transToPers(const LArRawSCContainer* trans, LArRawSCContainer_p1* pers, MsgStream &log) const override;
24};
25
26#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const LArRawSCContainer *trans, LArRawSCContainer_p1 *pers, MsgStream &log) const override
virtual void persToTrans(const LArRawSCContainer_p1 *pers, LArRawSCContainer *trans, MsgStream &log) const override
Container class for LArRawSC.
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.