ATLAS Offline Software
Loading...
Searching...
No Matches
MissingEtTruthCnv_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_MISSINGETTRUTHCNV_P3_H
6#define RECTPCNV_MISSINGETTRUTHCNV_P3_H
7
8/********************************************************************
9NAME: MissingEtTruthCnv_p3.h
10PACKAGE: offline/Reconstruction/RecTPCnv
11PURPOSE: Transient/Persisten converter for MissingEtTruth class
12********************************************************************/
13
17
18class MsgStream;
19
20class MissingEtTruthCnv_p3 : public T_AthenaPoolTPCnvConstBase<MissingEtTruth, MissingEtTruth_p3>{
21 public:
24
25
27 virtual void persToTrans( const MissingEtTruth_p3 *persObj,
28 MissingEtTruth *transObj,
29 MsgStream &msg ) const override;
30
31 virtual void transToPers( const MissingEtTruth *transObj,
32 MissingEtTruth_p3 *persObj,
33 MsgStream &msg ) const override;
34};
35
36
37#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const MissingEtTruth *transObj, MissingEtTruth_p3 *persObj, MsgStream &msg) const override
virtual void persToTrans(const MissingEtTruth_p3 *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