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:
40
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
51};
52
54
55#endif
56
This file contains the class definition for the ElementLinkCnv_p1 class.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
TrigEMClusterConverterBase< TrigEMCluster_p2 > TrigEMClusterCnv_p2
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.
ElementLinkCnv_p1< ElementLink< RingerRingsContainer > > m_ELinkRingerRingsCnv
Class with calibrated variables for egamma clustering.