ATLAS Offline Software
LArHitContainerCnv_p2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARTPCNV_LARHITCONTAINERCNV_P2_H
6 #define LARTPCNV_LARHITCONTAINERCNV_P2_H
7 
11 
12 class CaloCell_ID;
13 
14 
15 class LArHitContainerCnv_p2 : public T_AthenaPoolTPCnvBase<LArHitContainer, LArHitContainer_p2>
16 {
17  public:
19 
20  virtual void persToTrans(const LArHitContainer_p2* persColl, LArHitContainer* transColl, MsgStream &log) override;
21  virtual void transToPers(const LArHitContainer* transColl, LArHitContainer_p2* persColl, MsgStream &log) override;
22 
23 private:
25 };
26 
27 #endif // not LARTPCNV_LARHITCONTAINERCNV_P2_H
LArHitContainerCnv_p2::LArHitContainerCnv_p2
LArHitContainerCnv_p2()
Definition: LArHitContainerCnv_p2.cxx:24
TPConverterBase
Definition: TPConverter.h:738
LArHitContainer
Hit collection.
Definition: LArHitContainer.h:26
LArHitContainer_p2.h
T_AthenaPoolTPConverter.h
CaloCell_ID
Helper class for offline cell identifiers.
Definition: CaloCell_ID.h:34
LArHitContainerCnv_p2::m_cellIdHelper
const CaloCell_ID * m_cellIdHelper
Definition: LArHitContainerCnv_p2.h:24
LArHitContainerCnv_p2::transToPers
virtual void transToPers(const LArHitContainer *transColl, LArHitContainer_p2 *persColl, MsgStream &log) override
Definition: LArHitContainerCnv_p2.cxx:34
LArHitContainer.h
LArHitContainer_p2
Persistent represenation of a LArHitContainer,.
Definition: LArHitContainer_p2.h:16
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
LArHitContainerCnv_p2::persToTrans
virtual void persToTrans(const LArHitContainer_p2 *persColl, LArHitContainer *transColl, MsgStream &log) override
Definition: LArHitContainerCnv_p2.cxx:82
LArHitContainerCnv_p2
Definition: LArHitContainerCnv_p2.h:16