ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecTPCnv
RecTPCnv
MissingEtTruthCnv_p1.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_P1_H
6
#define RECTPCNV_MISSINGETTRUTHCNV_P1_H
7
8
/********************************************************************
9
10
NAME: MissingEtTruthCnv_p1.h
11
PACKAGE: offline/Reconstruction/RecTPCnv
12
13
AUTHORS: S. Resconi
14
CREATED: Jul 2007
15
16
PURPOSE: Transient/Persisten converter for MissingEtTruth class
17
********************************************************************/
18
19
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
20
#include "
RecTPCnv/MissingEtTruth_p1.h
"
21
#include "
MissingETEvent/MissingEtTruth.h
"
22
23
class
MsgStream;
24
25
class
MissingEtTruthCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<MissingEtTruth, MissingEtTruth_p1>
26
{
27
public
:
28
using
base_class::transToPers
;
29
using
base_class::persToTrans
;
30
31
32
MissingEtTruthCnv_p1
() {};
33
virtual
void
persToTrans
(
const
MissingEtTruth_p1
*persObj,
34
MissingEtTruth
*transObj,
35
MsgStream &
msg
)
const override
;
36
37
virtual
void
transToPers
(
const
MissingEtTruth
*transObj,
38
MissingEtTruth_p1
*persObj,
39
MsgStream &
msg
)
const override
;
40
};
41
42
43
#endif
// RECTPCNV_MISSINGETTRUTHCNV_P1_H
MissingEtTruth.h
MissingEtTruth_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
MissingEtTruthCnv_p1::transToPers
virtual void transToPers(const MissingEtTruth *transObj, MissingEtTruth_p1 *persObj, MsgStream &msg) const override
Definition
MissingEtTruthCnv_p1.cxx:53
MissingEtTruthCnv_p1::persToTrans
virtual void persToTrans(const MissingEtTruth_p1 *persObj, MissingEtTruth *transObj, MsgStream &msg) const override
Definition
MissingEtTruthCnv_p1.cxx:34
MissingEtTruthCnv_p1::MissingEtTruthCnv_p1
MissingEtTruthCnv_p1()
Definition
MissingEtTruthCnv_p1.h:32
MissingEtTruth_p1
Definition
MissingEtTruth_p1.h:25
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