ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtRegionsCnv_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_MISSINGETREGIONSCNV_P3_H
6#define RECTPCNV_MISSINGETREGIONSCNV_P3_H
7
8/********************************************************************
9NAME: MissingEtRegionsCnv_p3.h
10PACKAGE: offline/Reconstruction/RecTPCnv
11PURPOSE: Transient/Persisten converter for MissingEtRegions class
12********************************************************************/
13
17
18class MsgStream;
19
20class MissingEtRegionsCnv_p3 : public T_AthenaPoolTPCnvConstBase<MissingEtRegions, MissingEtRegions_p3>
21{
22 public:
25
26
28 virtual void persToTrans( const MissingEtRegions_p3 *persObj,
29 MissingEtRegions *transObj,
30 MsgStream &msg ) const override;
31
32 virtual void transToPers( const MissingEtRegions *transObj,
33 MissingEtRegions_p3 *persObj,
34 MsgStream &msg ) const override;
35
36 void transToPers( const MissingEtRegions *transObj, std::vector<float> &all ) const;
37 void persToTrans( MissingEtRegions* transObj, std::vector<float>::const_iterator i) const;
38};
39
40#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const MissingEtRegions_p3 *persObj, MissingEtRegions *transObj, MsgStream &msg) const override
virtual void transToPers(const MissingEtRegions *transObj, MissingEtRegions_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