ATLAS Offline Software
TrigEMClusterCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /**********************************************************************************
6  * @Project: Trigger
7  * @Package: TrigEventAthenaPool
8  * @class : TrigEMClusterCnv
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.h,v 1.7 2009-03-06 18:08:44 masik Exp $
17  **********************************************************************************/
18 #ifndef TRIGEVENTATHENAPOOL_TRIGEMCLUSTERCNV_H
19 #define TRIGEVENTATHENAPOOL_TRIGEMCLUSTERCNV_H
20 
23 
24 // typedef to the latest persistent version
25 class TrigEMCluster_tlp2;
27 
28 class MsgStream;
29 
31 class TrigEMClusterCnv : public T_AthenaPoolCustomCnv<TrigEMCluster, TrigEMCluster_PERS >
32 {
33 
34  friend class CnvFactory<TrigEMClusterCnv>;
35 
36 public:
37  TrigEMClusterCnv(ISvcLocator* svcloc);
39 
40 protected:
42 
44 
45  private:
47 };
48 
49 
50 #endif
TrigEMCluster_tlp2
Definition: TrigEMCluster_tlp2.h:26
TrigEMClusterCnv::TrigEMClusterCnv
TrigEMClusterCnv(ISvcLocator *svcloc)
Definition: TrigEMClusterCnv.cxx:15
TrigEMClusterCnv::~TrigEMClusterCnv
~TrigEMClusterCnv()
Definition: TrigEMClusterCnv.cxx:20
TrigEMCluster
Class with calibrated variables for egamma clustering.
Definition: Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigEMCluster.h:31
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition: T_AthenaPoolCustomCnv.h:132
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigEMCluster.h
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
TrigEMClusterCnv::m_impl
TrigEMClusterCnv_impl * m_impl
Definition: TrigEMClusterCnv.h:46
TrigEMClusterCnv::createTransient
TrigEMCluster * createTransient()
Definition: TrigEMClusterCnv.cxx:36
TrigEMCluster_PERS
TrigEMCluster_tlp2 TrigEMCluster_PERS
Definition: TrigEMClusterCnv.h:25
TrigEMClusterCnv
Definition: TrigEMClusterCnv.h:32
TrigEMClusterCnv::createPersistent
TrigEMCluster_PERS * createPersistent(TrigEMCluster *transCont)
Definition: TrigEMClusterCnv.cxx:25
TrigEMClusterCnv_impl
Definition: TrigEMClusterCnv.cxx:10