ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecTPCnv
RecTPCnv
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
/********************************************************************
9
NAME: MissingEtTruthCnv_p3.h
10
PACKAGE: offline/Reconstruction/RecTPCnv
11
PURPOSE: Transient/Persisten converter for MissingEtTruth class
12
********************************************************************/
13
14
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
15
#include "
RecTPCnv/MissingEtTruth_p3.h
"
16
#include "
MissingETEvent/MissingEtTruth.h
"
17
18
class
MsgStream;
19
20
class
MissingEtTruthCnv_p3
:
public
T_AthenaPoolTPCnvConstBase
<MissingEtTruth, MissingEtTruth_p3>{
21
public
:
22
using
base_class::transToPers
;
23
using
base_class::persToTrans
;
24
25
26
MissingEtTruthCnv_p3
() {};
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
MissingEtTruth.h
MissingEtTruth_p3.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
MissingEtTruthCnv_p3::transToPers
virtual void transToPers(const MissingEtTruth *transObj, MissingEtTruth_p3 *persObj, MsgStream &msg) const override
Definition
MissingEtTruthCnv_p3.cxx:55
MissingEtTruthCnv_p3::MissingEtTruthCnv_p3
MissingEtTruthCnv_p3()
Definition
MissingEtTruthCnv_p3.h:26
MissingEtTruthCnv_p3::persToTrans
virtual void persToTrans(const MissingEtTruth_p3 *persObj, MissingEtTruth *transObj, MsgStream &msg) const override
Definition
MissingEtTruthCnv_p3.cxx:26
MissingEtTruth_p3
Definition
MissingEtTruth_p3.h:19
MissingEtTruth
Definition
MissingEtTruth.h:28
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.17.0