ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecTPCnv
RecTPCnv
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
10
NAME: MissingEtTruthCnv_p2.h
11
PACKAGE: offline/Reconstruction/RecTPCnv
12
13
AUTHORS: I. Vukotic
14
CREATED: May 2009
15
16
PURPOSE: Transient/Persisten converter for MissingEtTruth class
17
********************************************************************/
18
19
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
20
#include "
RecTPCnv/MissingEtTruth_p2.h
"
21
#include "
MissingETEvent/MissingEtTruth.h
"
22
23
class
MsgStream;
24
25
class
MissingEtTruthCnv_p2
:
public
T_AthenaPoolTPCnvConstBase
<MissingEtTruth, MissingEtTruth_p2>{
26
public
:
27
using
base_class::transToPers
;
28
using
base_class::persToTrans
;
29
30
31
MissingEtTruthCnv_p2
() {};
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
MissingEtTruth.h
MissingEtTruth_p2.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
MissingEtTruthCnv_p2::transToPers
virtual void transToPers(const MissingEtTruth *transObj, MissingEtTruth_p2 *persObj, MsgStream &msg) const override
Definition
MissingEtTruthCnv_p2.cxx:64
MissingEtTruthCnv_p2::MissingEtTruthCnv_p2
MissingEtTruthCnv_p2()
Definition
MissingEtTruthCnv_p2.h:31
MissingEtTruthCnv_p2::persToTrans
virtual void persToTrans(const MissingEtTruth_p2 *persObj, MissingEtTruth *transObj, MsgStream &msg) const override
Definition
MissingEtTruthCnv_p2.cxx:34
MissingEtTruth_p2
Definition
MissingEtTruth_p2.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