ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtRegionsCnv_p2.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_P2_H
6#define RECTPCNV_MISSINGETREGIONSCNV_P2_H
7
8/********************************************************************
9
10NAME: MissingEtRegionsCnv_p2.h
11PACKAGE: offline/Reconstruction/RecTPCnv
12
13PURPOSE: Transient/Persisten converter for MissingEtRegions class
14********************************************************************/
15
19
20class MsgStream;
21
22class MissingEtRegionsCnv_p2 : public T_AthenaPoolTPCnvConstBase<MissingEtRegions, MissingEtRegions_p2>
23{
24 public:
27
28
30 virtual void persToTrans( const MissingEtRegions_p2 *persObj,
31 MissingEtRegions *transObj,
32 MsgStream &msg ) const override;
33
34 virtual void transToPers( const MissingEtRegions *transObj,
35 MissingEtRegions_p2 *persObj,
36 MsgStream &msg ) const override;
37
38 void transToPers( const MissingEtRegions *transObj, std::vector<float> &all ) const;
39 void persToTrans( MissingEtRegions* transObj, std::vector<float>::const_iterator i) const;
40};
41
42#endif // RECTPCNV_MissingEtRegionsCNV_P2_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const MissingEtRegions_p2 *persObj, MissingEtRegions *transObj, MsgStream &msg) const override
virtual void transToPers(const MissingEtRegions *transObj, MissingEtRegions_p2 *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