ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetEventTPCnv
JetEventTPCnv
ParticleJetCnv_p1.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// ParticleJetCnv_p1.h
8
// Header file for class ParticleJetCnv_p1
9
// Author: P.A. Delsart
11
#ifndef JETEVENTTPCNV_PARTICLEJETJETCNV_P4_H
12
#define JETEVENTTPCNV_PARTICLEJETJETCNV_P4_H
13
14
// STL includes
15
16
// AthenaPoolCnvSvc includes
17
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
18
19
// JetEventTPCnv includes
20
#include "
JetEventTPCnv/ParticleJet_p1.h
"
21
#include "
JetEvent/JetTagInfoBase.h
"
22
23
// Forward declaration
24
class
MsgStream;
25
class
Jet
;
26
27
class
ParticleJetCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<Jet, ParticleJet_p1>
28
{
29
public
:
30
using
base_class::transToPers
;
31
using
base_class::persToTrans
;
32
33
36
ParticleJetCnv_p1
();
37
38
42
virtual
void
persToTrans
(
const
ParticleJet_p1
* persObj,
43
Jet
* transObj,
44
MsgStream&
msg
)
const override
;
45
49
virtual
void
transToPers
(
const
Jet
* transObj,
50
ParticleJet_p1
* persObj,
51
MsgStream&
msg
)
const override
;
52
};
53
54
55
inline
ParticleJetCnv_p1::ParticleJetCnv_p1
()
56
{
57
}
58
59
60
61
#endif
//> JETEVENTTPCNV_JETCNV_P4_H
JetTagInfoBase.h
ParticleJet_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
Jet
Definition
Reconstruction/Jet/JetEvent/JetEvent/Jet.h:47
ParticleJetCnv_p1::ParticleJetCnv_p1
ParticleJetCnv_p1()
Default constructor:
Definition
ParticleJetCnv_p1.h:55
ParticleJetCnv_p1::persToTrans
virtual void persToTrans(const ParticleJet_p1 *persObj, Jet *transObj, MsgStream &msg) const override
Method creating the transient representation of Jet from its persistent representation ParticleJet_p1...
Definition
ParticleJetCnv_p1.cxx:44
ParticleJetCnv_p1::transToPers
virtual void transToPers(const Jet *transObj, ParticleJet_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation ParticleJet_p1 from its transient representation Jet.
Definition
ParticleJetCnv_p1.cxx:93
ParticleJet_p1
Definition
ParticleJet_p1.h:35
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