ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterCellLinkContainerCnv_p1.h
Go to the documentation of this file.
1//Dear emacs, this is -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7
8#ifndef CALOTPCNV_CALOCLUSTERCELLLINKCNTCNV_P1
9#define CALOTPCNV_CALOCLUSTERCELLLINKCNTCNV_P1
10
15
20 : public T_AthenaPoolTPCnvWithKeyBase<CaloClusterCellLinkContainer, CaloClusterCellLinkContainer_p1>
21{
22public:
25
26
34 virtual
37 const std::string& key,
38 MsgStream& log) const override;
39
40
48 virtual
51 const std::string& key,
52 MsgStream& log) const override;
53
54
55private:
57
58};
59
60
61#endif
This file contains the class definition for the DataLinkCnv_p2 class and DataLinkVectorCnv_p2 class.
TPConverterWithKeyBase< TRANS, PERS > T_AthenaPoolTPCnvWithKeyBase
T/P conversions for CaloClusterCellLinkContainerCnv_p1.
DataLinkCnv_p2< DataLink< CaloCellContainer > > m_linkCnv
virtual void transToPersWithKey(const CaloClusterCellLinkContainer *trans, CaloClusterCellLinkContainer_p1 *pers, const std::string &key, MsgStream &log) const override
Convert from transient to persistent object.
virtual void persToTransWithKey(const CaloClusterCellLinkContainer_p1 *pers, CaloClusterCellLinkContainer *trans, const std::string &key, MsgStream &log) const override
Convert from persistent to transient object.
virtual void transToPersWithKey(const TRANS *transObj, PERS *persObj, const std::string &key, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTransWithKey(const PERS *persObj, TRANS *transObj, const std::string &key, MsgStream &log) const =0
Convert persistent representation to transient one.