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