ATLAS Offline Software
MissingEtCaloCnv_p3.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_P3_H
6 #define RECTPCNV_MISSINGETCALOCNV_P3_H
7 
8 /********************************************************************
9 NAME: MissingEtCaloCnv_p3.h
10 PURPOSE: Transient/Persisten converter for MissingEtCalo class
11 ********************************************************************/
12 
16 
17 class MsgStream;
18 
19 class MissingEtCaloCnv_p3: public T_AthenaPoolTPCnvConstBase<MissingEtCalo, MissingEtCalo_p3>
20 {
21  public:
24 
25 
27 
28  virtual void persToTrans( const MissingEtCalo_p3 *persObj,
29  MissingEtCalo *transObj,
30  MsgStream &msg ) const override;
31 
32  virtual void transToPers( const MissingEtCalo *transObj,
33  MissingEtCalo_p3 *persObj,
34  MsgStream &msg ) const override;
35 };
36 
37 
38 #endif
MissingEtCaloCnv_p3
Definition: MissingEtCaloCnv_p3.h:20
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
MissingEtCalo
Definition: MissingEtCalo.h:27
MissingEtCaloCnv_p3::transToPers
virtual void transToPers(const MissingEtCalo *transObj, MissingEtCalo_p3 *persObj, MsgStream &msg) const override
Definition: MissingEtCaloCnv_p3.cxx:55
T_AthenaPoolTPConverter.h
MissingEtCalo.h
MissingEtCaloCnv_p3::MissingEtCaloCnv_p3
MissingEtCaloCnv_p3()
Definition: MissingEtCaloCnv_p3.h:26
MissingEtCalo_p3
Definition: MissingEtCalo_p3.h:19
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
MissingEtCaloCnv_p3::persToTrans
virtual void persToTrans(const MissingEtCalo_p3 *persObj, MissingEtCalo *transObj, MsgStream &msg) const override
Definition: MissingEtCaloCnv_p3.cxx:25
MissingEtCalo_p3.h
TPConverterConstBase
Definition: TPConverter.h:776
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7