ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtTruthCnv_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_MISSINGETTRUTHCNV_P2_H
6#define RECTPCNV_MISSINGETTRUTHCNV_P2_H
7
8/********************************************************************
9
10NAME: MissingEtTruthCnv_p2.h
11PACKAGE: offline/Reconstruction/RecTPCnv
12
13AUTHORS: I. Vukotic
14CREATED: May 2009
15
16PURPOSE: Transient/Persisten converter for MissingEtTruth class
17********************************************************************/
18
22
23class MsgStream;
24
25class MissingEtTruthCnv_p2 : public T_AthenaPoolTPCnvConstBase<MissingEtTruth, MissingEtTruth_p2>{
26 public:
29
30
32 virtual void persToTrans( const MissingEtTruth_p2 *persObj,
33 MissingEtTruth *transObj,
34 MsgStream &msg ) const override;
35
36 virtual void transToPers( const MissingEtTruth *transObj,
37 MissingEtTruth_p2 *persObj,
38 MsgStream &msg ) const override;
39};
40
41
42#endif // RECTPCNV_MISSINGETTRUTHCNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const MissingEtTruth *transObj, MissingEtTruth_p2 *persObj, MsgStream &msg) const override
virtual void persToTrans(const MissingEtTruth_p2 *persObj, MissingEtTruth *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