ATLAS Offline Software
Loading...
Searching...
No Matches
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
10NAME: MissingEtCnv_p1.h
11PACKAGE: offline/Reconstruction/RecTPCnv
12
13AUTHORS: S. Resconi
14CREATED: Jul 2007
15
16PURPOSE: Transient/Persisten converter for MissingET class
17********************************************************************/
18
22
23class MsgStream;
24
25class 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
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const MissingET_p1 *persObj, MissingET *transObj, MsgStream &msg) const override
virtual void transToPers(const MissingET *transObj, MissingET_p1 *persObj, MsgStream &msg) const override
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
MsgStream & msg
Definition testRead.cxx:32