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