ATLAS Offline Software
Loading...
Searching...
No Matches
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
12class CaloCell_ID;
13
14
15class 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
23private:
25};
26
27#endif // not LARTPCNV_LARHITCONTAINERCNV_P2_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
Helper class for offline cell identifiers.
Definition CaloCell_ID.h:34
virtual void persToTrans(const LArHitContainer_p2 *persColl, LArHitContainer *transColl, MsgStream &log) override
const CaloCell_ID * m_cellIdHelper
virtual void transToPers(const LArHitContainer *transColl, LArHitContainer_p2 *persColl, MsgStream &log) override
Persistent represenation of a LArHitContainer,.
Hit collection.