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