ATLAS Offline Software
Loading...
Searching...
No Matches
LArRawChannelCnv_p2.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
6#ifndef LARTPCNV_LARRAWCHANNELCNV_P2_H
7#define LARTPCNV_LARRAWCHANNELCNV_P2_H
8
12
13// LArRawChannelCnv_p2, used for T/P separation
14// author G.Unal
15
16class MsgStream;
17class LArRawChannelCnv_p2 : public T_AthenaPoolTPCnvConstBase<LArRawChannel, LArRawChannel_p2>
18{
19 public:
23
24 virtual void persToTrans(const LArRawChannel_p2* pers, LArRawChannel* trans, MsgStream &log) const override;
25 virtual void transToPers(const LArRawChannel* trans, LArRawChannel_p2* pers, MsgStream &log) const override;
26
27};
28
29#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const LArRawChannel *trans, LArRawChannel_p2 *pers, MsgStream &log) const override
virtual void persToTrans(const LArRawChannel_p2 *pers, LArRawChannel *trans, MsgStream &log) const override
persistent class for LArRawChannel, version p2.
Liquid Argon ROD output object base class.
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.