ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterContainerCnv_p5.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_CaloClusterContainerCnv_p5_H
8#define CALOTPCNV_CaloClusterContainerCnv_p5_H
9
10#include "CaloEvent/CaloClusterContainer.h"
17
19#include "AthLinks/ElementLink.h"
21
23class CaloCluster;
24
26 : public T_AthenaPoolTPCnvConstBase<CaloClusterContainer, CaloClusterContainer_p5>
27{
28public:
31
32
33 virtual
34 void persToTrans (const CaloClusterContainer_p5* pers,
36 MsgStream &log) const override;
37
38
39 virtual
40 void transToPers (const CaloClusterContainer* trans,
42 MsgStream &log) const override;
43
44
45private:
50
51 //Conversion function for individual clusters (called in a loop over the container)
53 CaloCluster* trans,
54 ShowerLinkState& showerLinkState,
55 CellLinkState& cellLinkState,
56 MsgStream &) const;
57 void transToPers (const CaloCluster* trans,
59 ShowerLinkState& showerLinkState,
60 CellLinkState& cellLinkState,
61 MsgStream &) const;
62
63 //Sub-Converters:
68};
69
70
71#endif
This file contains the class definition for the ElementLinkCnv_p2 class.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
ElementLinkCnv_p2< ElementLink< CaloShowerContainer > > m_showerElementLinkCnv
ElementLinkCnv_p2< ElementLink< CaloCellLinkContainer > > m_cellElementLinkCnv
ElementLinkCnv_p2< ElementLink< CaloShowerContainer > >::State ShowerLinkState
virtual void transToPers(const CaloClusterContainer *trans, CaloClusterContainer_p5 *pers, MsgStream &log) const override
ElementLinkCnv_p2< ElementLink< CaloCellLinkContainer > >::State CellLinkState
virtual void persToTrans(const CaloClusterContainer_p5 *pers, CaloClusterContainer *trans, MsgStream &log) const override
Principal data class for CaloCell clusters.
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.