ATLAS Offline Software
Loading...
Searching...
No Matches
MissingETCnv_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_MISSINGETCNV_P2_H
6#define RECTPCNV_MISSINGETCNV_P2_H
7
8/********************************************************************
9
10NAME: MissingEtCnv_p2.h
11PACKAGE: offline/Reconstruction/RecTPCnv
12
13
14PURPOSE: Transient/Persisten converter for MissingET class
15********************************************************************/
16
20
21class MsgStream;
22
23class MissingETCnv_p2 : public T_AthenaPoolTPCnvConstBase<MissingET, MissingET_p2>
24{
25 public:
28
29
31 virtual void persToTrans( const MissingET_p2 *persObj,
32 MissingET *transObj,
33 MsgStream &msg ) const override;
34
35 virtual void transToPers( const MissingET *transObj,
36 MissingET_p2 *persObj,
37 MsgStream &msg ) const override;
38
39 void persToTrans( MissingET* trans, std::vector<float>::const_iterator i) const;
40 void transToPers( const MissingET* trans, std::vector<float> &all) const;
41};
42
43
44#endif // RECTPCNV_MISSINGETCNV_P2_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const MissingET_p2 *persObj, MissingET *transObj, MsgStream &msg) const override
virtual void transToPers(const MissingET *transObj, MissingET_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