ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEMClusterCnv_p1.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_p1.h,v 1.2 2009-04-01 22:01:37 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGCALOEVENTTPCNV_TRIGEMCLUSTERCNV_P1_H
19#define TRIGCALOEVENTTPCNV_TRIGEMCLUSTERCNV_P1_H
20
22
26
28
29class MsgStream;
30
31template <>
32class TrigEMClusterConverterBase<TrigEMCluster_p1> : public T_AthenaPoolTPCnvConstBase<TrigEMCluster, TrigEMCluster_p1> {
33 public:
34 using base_class::transToPers;
35 using base_class::persToTrans;
36
37 TrigEMClusterConverterBase() {}
38
39 virtual
40 void persToTrans(const TrigEMCluster_p1* persObj, TrigEMCluster* transObj, MsgStream& log) const override;
41 virtual
42 void transToPers(const TrigEMCluster* transObj, TrigEMCluster_p1* persObj, MsgStream& log) const override;
43};
44
46
47#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Athena::TPCnvVers::Old TrigEMCluster
TrigEMClusterConverterBase< TrigEMCluster_p1 > TrigEMClusterCnv_p1