ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEMClusterCnv_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigCaloEventTPCnv
8 * @class : TrigEMClusterCnv_p1
9 *
10 * @brief transient persistent converter for TrigEMCluster
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id: TrigEMClusterCnv_p2.h,v 1.2 2009-04-01 22:01:37 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGCALOEVENTTPCNV_TRIGEMCLUSTERCNV_P2_H
19#define TRIGCALOEVENTTPCNV_TRIGEMCLUSTERCNV_P2_H
20
22
27#include "AthLinks/ElementLink.h"
29
31
32class MsgStream;
33
34template <>
35class TrigEMClusterConverterBase<TrigEMCluster_p2> : public T_AthenaPoolTPCnvConstBase<TrigEMCluster, TrigEMCluster_p2> {
36
37 public:
38 using base_class::transToPers;
39 using base_class::persToTrans;
40
41 TrigEMClusterConverterBase() {}
42
43 virtual
44 void persToTrans(const TrigEMCluster_p2* persObj, TrigEMCluster* transObj, MsgStream& log) const override;
45 virtual
46 void transToPers(const TrigEMCluster* transObj, TrigEMCluster_p2* persObj, MsgStream& log) const override;
47
48 protected:
49
50 ElementLinkCnv_p1< ElementLink<RingerRingsContainer> > m_ELinkRingerRingsCnv;
51};
52
54
55#endif
56
This file contains the class definition for the ElementLinkCnv_p1 class.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Athena::TPCnvVers::Old TrigEMCluster
TrigEMClusterConverterBase< TrigEMCluster_p2 > TrigEMClusterCnv_p2