ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellContainerCnv_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_CALOCELLCONTAINERCNV_P1_H
8#define CALOTPCNV_CALOCELLCONTAINERCNV_P1_H
9
13#include <memory>
14
17
19 : public T_AthenaPoolTPCnvWithKeyBase<CaloCellContainer, CaloCompactCellContainer>
20{
21public:
24
26
27
28 virtual
31 const std::string& key,
32 MsgStream& log) const override;
33
34 virtual
37 const std::string& key,
38 MsgStream& log) const override;
39};
40
41
42#endif
TPConverterWithKeyBase< TRANS, PERS > T_AthenaPoolTPCnvWithKeyBase
virtual void persToTransWithKey(const CaloCompactCellContainer *, CaloCellContainer *, const std::string &key, MsgStream &log) const override
virtual void transToPersWithKey(const CaloCellContainer *, CaloCompactCellContainer *, const std::string &key, MsgStream &log) const override
Container class for CaloCell.
container class for CaloCompactCell objects
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.