ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellLinkContainerCnv_p2.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: CaloCellLinkContainerCnv_p2.h,v 1.4 2008-02-24 21:14:31 ssnyder Exp $
8/* @file CaloCellLinkContainerCnv_p2.h
9 * @author Ilija Vukotic <ivukotic@cern.ch>, scott snyder <snyder@bnl.gov>
10 * @date May, 2007
11 * @brief T/P conversions for CaloCellLinkContainerCnv_p2.
12 */
13
14#ifndef CALOTPCNV_CALOCELLLINKCONTAINERCNV_P2_H
15#define CALOTPCNV_CALOCELLLINKCONTAINERCNV_P2_H
16
20
21
26 : public T_AthenaPoolTPCnvWithKeyBase<CaloCellLinkContainer, CaloCellLinkContainer_p2>
27{
28public:
31
32
39 virtual
42 const std::string& key,
43 MsgStream& log) const override;
44
45
52 virtual
55 const std::string& key,
56 MsgStream &log) const override;
57};
58
59
60#endif
TPConverterWithKeyBase< TRANS, PERS > T_AthenaPoolTPCnvWithKeyBase
T/P conversions for CaloCellLinkContainerCnv_p2.
virtual void transToPersWithKey(const CaloCellLinkContainer *trans, CaloCellLinkContainer_p2 *pers, const std::string &key, MsgStream &log) const override
Convert from transient to persistent object.
virtual void persToTransWithKey(const CaloCellLinkContainer_p2 *pers, CaloCellLinkContainer *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.