ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellLinkContainerCnv_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#ifndef CALOTPCNV_CALOCELLLINKCONTAINERCNV_P1_H
8#define CALOTPCNV_CALOCELLLINKCONTAINERCNV_P1_H
9
16
17
19 : public T_AthenaPoolTPCnvWithKeyBase<CaloCellLinkContainer, CaloCellLinkContainer_p1>
20{
21public:
24
25 virtual
28 const std::string& key,
29 MsgStream &log) const override;
30
31 virtual
34 const std::string& key,
35 MsgStream &log) const override;
36
37
38private:
40};
41
42
43#endif
This file contains the class definition for the NavigableCnv_p1 class.
TPConverterWithKeyBase< TRANS, PERS > T_AthenaPoolTPCnvWithKeyBase
virtual void transToPersWithKey(const CaloCellLinkContainer *, CaloCellLinkContainer_p1 *, const std::string &key, MsgStream &log) const override
virtual void persToTransWithKey(const CaloCellLinkContainer_p1 *, CaloCellLinkContainer *, const std::string &key, MsgStream &log) const override
NavigableCnv_p1< Navigable< CaloCellContainer, double >, float > m_converter
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.