ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEMClusterCnv_p4.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_p4
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_p4.h,v 1.2 2011-05-31 22:01:37 damazio Exp $
17 **********************************************************************************/
18#ifndef TRIGCALOEVENTTPCNV_TRIGEMCLUSTERCNV_P4_H
19#define TRIGCALOEVENTTPCNV_TRIGEMCLUSTERCNV_P4_H
20
22
27#include "AthLinks/ElementLink.h"
29
30//#include "TrigCaloEventTPCnv/TrigEMClusterConverterBase.h"
31
32class MsgStream;
33
34class TrigEMClusterCnv_p4 : public T_AthenaPoolTPCnvConstBase<TrigEMCluster, TrigEMCluster_p4> {
35
36 public:
39
40
42
43 virtual void persToTrans(const TrigEMCluster_p4* persObj, TrigEMCluster* transObj, MsgStream& log) const override;
44 virtual void transToPers(const TrigEMCluster* transObj, TrigEMCluster_p4* persObj, MsgStream& log) const override;
45
46 protected:
47
49
50// ITPConverterFor<TrigCaloCluster>* m_trigCaloClusterCnv;
51};
52
53//typedef TrigEMClusterConverterBase<TrigEMCluster_p2> TrigEMClusterCnv_p2;
54
55#endif
56
This file contains the class definition for the ElementLinkCnv_p3 class.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
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.
virtual void persToTrans(const TrigEMCluster_p4 *persObj, TrigEMCluster *transObj, MsgStream &log) const override
ElementLinkCnv_p3< ElementLink< RingerRingsContainer > > ELinkRingerRingsCnv
virtual void transToPers(const TrigEMCluster *transObj, TrigEMCluster_p4 *persObj, MsgStream &log) const override
Class with calibrated variables for egamma clustering.