ATLAS Offline Software
MissingEtCaloCnv_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 #ifndef RECTPCNV_MISSINGETCALOCNV_P1_H
6 #define RECTPCNV_MISSINGETCALOCNV_P1_H
7 
8 /********************************************************************
9 
10 NAME: MissingEtCaloCnv_p1.h
11 PACKAGE: offline/Reconstruction/RecTPCnv
12 
13 AUTHORS: S. Resconi
14 CREATED: Jul 2007
15 
16 PURPOSE: Transient/Persisten converter for MissingEtCalo class
17  inherits from MissingETCnv_p1
18 ********************************************************************/
19 
23 
24 class MsgStream;
25 
26 class MissingEtCaloCnv_p1: public T_AthenaPoolTPCnvConstBase<MissingEtCalo, MissingEtCalo_p1>
27 {
28  public:
31 
33 
34  virtual void persToTrans( const MissingEtCalo_p1 *persObj,
35  MissingEtCalo *transObj,
36  MsgStream &msg ) const override;
37 
38  virtual void transToPers( const MissingEtCalo *transObj,
39  MissingEtCalo_p1 *persObj,
40  MsgStream &msg ) const override;
41 };
42 
43 
44 #endif // RECTPCNV_MISSINGETCALOCNV_P1_H
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
MissingEtCaloCnv_p1::transToPers
virtual void transToPers(const MissingEtCalo *transObj, MissingEtCalo_p1 *persObj, MsgStream &msg) const override
Definition: MissingEtCaloCnv_p1.cxx:56
MissingEtCalo
Definition: MissingEtCalo.h:27
MissingEtCaloCnv_p1::persToTrans
virtual void persToTrans(const MissingEtCalo_p1 *persObj, MissingEtCalo *transObj, MsgStream &msg) const override
Definition: MissingEtCaloCnv_p1.cxx:34
MissingEtCaloCnv_p1
Definition: MissingEtCaloCnv_p1.h:27
T_AthenaPoolTPConverter.h
MissingEtCalo.h
MissingEtCalo_p1.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
MissingEtCaloCnv_p1::MissingEtCaloCnv_p1
MissingEtCaloCnv_p1()
Definition: MissingEtCaloCnv_p1.h:32
MissingEtCalo_p1
Definition: MissingEtCalo_p1.h:26
TPConverterConstBase
Definition: TPConverter.h:776
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7