ATLAS Offline Software
Loading...
Searching...
No Matches
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/********************************************************************
9NAME: MissingEtCaloCnv_p3.h
10PURPOSE: Transient/Persisten converter for MissingEtCalo class
11********************************************************************/
12
16
17class MsgStream;
18
19class 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
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const MissingEtCalo_p3 *persObj, MissingEtCalo *transObj, MsgStream &msg) const override
virtual void transToPers(const MissingEtCalo *transObj, MissingEtCalo_p3 *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