ATLAS Offline Software
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 
16 class MsgStream;
17 class 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::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LArRawChannel_p2.h
LArRawChannelCnv_p2::transToPers
virtual void transToPers(const LArRawChannel *trans, LArRawChannel_p2 *pers, MsgStream &log) const override
Definition: LArRawChannelCnv_p2.cxx:12
LArRawChannel
Liquid Argon ROD output object base class.
Definition: LArRawChannel.h:40
T_AthenaPoolTPConverter.h
LArRawChannelCnv_p2
Definition: LArRawChannelCnv_p2.h:18
LArRawChannel.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
LArRawChannel_p2
persistent class for LArRawChannel, version p2.
Definition: LArRawChannel_p2.h:14
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
LArRawChannelCnv_p2::persToTrans
virtual void persToTrans(const LArRawChannel_p2 *pers, LArRawChannel *trans, MsgStream &log) const override
Definition: LArRawChannelCnv_p2.cxx:32
TPConverterConstBase
Definition: TPConverter.h:776
LArRawChannelCnv_p2::LArRawChannelCnv_p2
LArRawChannelCnv_p2()
Definition: LArRawChannelCnv_p2.h:20