ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtCaloCnv_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_MISSINGETCALOCNV_P1_H
6#define RECTPCNV_MISSINGETCALOCNV_P1_H
7
8/********************************************************************
9
10NAME: MissingEtCaloCnv_p1.h
11PACKAGE: offline/Reconstruction/RecTPCnv
12
13AUTHORS: S. Resconi
14CREATED: Jul 2007
15
16PURPOSE: Transient/Persisten converter for MissingEtCalo class
17 inherits from MissingETCnv_p1
18********************************************************************/
19
23
24class MsgStream;
25
26class MissingEtCaloCnv_p1: public T_AthenaPoolTPCnvConstBase<MissingEtCalo, MissingEtCalo_p1>
27{
28 public:
31
33
34 virtual void persToTrans( const MissingEtCalo_p1 *persObj,
35 MissingEtCalo *transObj,
36 MsgStream &msg ) const override;
37
38 virtual void transToPers( const MissingEtCalo *transObj,
39 MissingEtCalo_p1 *persObj,
40 MsgStream &msg ) const override;
41};
42
43
44#endif // RECTPCNV_MISSINGETCALOCNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const MissingEtCalo_p1 *persObj, MissingEtCalo *transObj, MsgStream &msg) const override
virtual void transToPers(const MissingEtCalo *transObj, MissingEtCalo_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