ATLAS Offline Software
LArRawChannelContainerCnv_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_LARRAWCHANNELCONTAINERCNV_P1_H
6 #define LARTPCNV_LARRAWCHANNELCONTAINERCNV_P1_H
7 
8 // LArRawChannelContainerCnv_p1, T/P separation of LArRawChannel
9 // author R.Seuster <seuster@cern.ch>
10 
14 //#include "LArRawChannelCnv_p1.h"
15 //#include "LArRawChannelCollectionCnv_p1.h"
17 
18 
19 //typedef T_AthenaPoolTPCnvIDCont< LArRawChannelContainer, LArRawChannelContainer_p1, LArRawChannelCollectionCnv_p1 > LArRawChannelContainer_Cnvp1_base_t;
20 
21 class LArRawChannelContainerCnv_p1 : public T_AthenaPoolTPCnvConstBase<LArRawChannelContainer, LArRawChannelContainer_p1>
22 {
23  public:
27 
28  virtual void persToTrans(const LArRawChannelContainer_p1* persColl,
29  LArRawChannelContainer* transColl,
30  MsgStream &log) const override;
31  virtual void transToPers(const LArRawChannelContainer* transColl,
32  LArRawChannelContainer_p1* persColl,
33  MsgStream &log) const override;
34 
35  private:
37 
38 };
39 
40 #endif
LArRawChannelContainerCnv_p1::persToTrans
virtual void persToTrans(const LArRawChannelContainer_p1 *persColl, LArRawChannelContainer *transColl, MsgStream &log) const override
Definition: LArRawChannelContainerCnv_p1.cxx:19
LArRawChannelContainer_p1
Persistent LArRawChannelContainer, version p1.
Definition: LArRawChannelContainer_p1.h:18
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LArRawChannelContainerCnv_p1
Definition: LArRawChannelContainerCnv_p1.h:22
LArRawChannelContainerCnv_p1::LArRawChannelContainerCnv_p1
LArRawChannelContainerCnv_p1()
Definition: LArRawChannelContainerCnv_p1.h:24
LArRawChannelCnv_p1.h
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
LArRawChannelContainerCnv_p1::m_larRawChannelCnv_p1
LArRawChannelCnv_p1 m_larRawChannelCnv_p1
Definition: LArRawChannelContainerCnv_p1.h:36
LArRawChannelContainerCnv_p1::transToPers
virtual void transToPers(const LArRawChannelContainer *transColl, LArRawChannelContainer_p1 *persColl, MsgStream &log) const override
Definition: LArRawChannelContainerCnv_p1.cxx:13
LArRawChannelContainer_p1.h
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
LArRawChannelCnv_p1
Definition: LArRawChannelCnv_p1.h:18
TPConverterConstBase
Definition: TPConverter.h:776
LArRawChannelContainer.h
LArRawChannelContainer
Container for LArRawChannel (IDC using LArRawChannelCollection)
Definition: LArRawChannelContainer.h:26