ATLAS Offline Software
PhysicsAnalysis
JetTagging
JetTagInfoTPCnv
JetTagInfoTPCnv
SvxSummaryCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JETTAGINFOTPCNV_SvxSummaryCNV_P1_H
6
#define JETTAGINFOTPCNV_SvxSummaryCNV_P1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
JetTagInfoTPCnv/SvxSummary_p1.h
"
11
#include "
JetTagInfo/SvxSummary.h
"
12
13
#include "
VxVertex/RecVertex.h
"
14
#include "
Particle/TrackParticle.h
"
15
16
class
MsgStream;
17
21
22
23
namespace
Analysis
{
24
class
BaseTagInfoCnv_p1;
25
26
class
SvxSummaryCnv_p1
27
:
public
T_AthenaPoolTPPolyCnvBase
<JetTagInfoBase, SvxSummary, SvxSummary_p1>
28
{
29
public
:
30
inline
SvxSummaryCnv_p1
(
void
)
31
:
m_baseTagCnv
(0),
m_recoVertexCnv
(0),
m_trackParticleCnv
(0)
32
{}
33
34
virtual
void
persToTrans
(
const
SvxSummary_p1
*persObj,
35
SvxSummary
*transObj,
36
MsgStream &
log
);
37
virtual
void
transToPers
(
const
SvxSummary
*transObj,
38
SvxSummary_p1
*persObj,
39
MsgStream &
log
);
40
41
private
:
42
BaseTagInfoCnv_p1
*
m_baseTagCnv
;
43
ITPConverterFor<Trk::Vertex>
*
m_recoVertexCnv
;
44
ITPConverterFor<Rec::TrackParticle>
*
m_trackParticleCnv
;
45
};
46
}
47
48
49
#endif
RecVertex.h
ITPConverterFor< Trk::Vertex >
TrackParticle.h
SvxSummary.h
Analysis::SvxSummaryCnv_p1
Definition:
SvxSummaryCnv_p1.h:28
Analysis::SvxSummaryCnv_p1::SvxSummaryCnv_p1
SvxSummaryCnv_p1(void)
Definition:
SvxSummaryCnv_p1.h:30
Analysis::SvxSummaryCnv_p1::persToTrans
virtual void persToTrans(const SvxSummary_p1 *persObj, SvxSummary *transObj, MsgStream &log)
Load from disk format to in-memory format.
Definition:
SvxSummaryCnv_p1.cxx:58
Analysis::SvxSummaryCnv_p1::transToPers
virtual void transToPers(const SvxSummary *transObj, SvxSummary_p1 *persObj, MsgStream &log)
Given a transient rep, save it to a persistent one.
Definition:
SvxSummaryCnv_p1.cxx:22
TPPolyCnvBase
Definition:
TPConverter.h:674
T_AthenaPoolTPConverter.h
Analysis::SvxSummaryCnv_p1::m_trackParticleCnv
ITPConverterFor< Rec::TrackParticle > * m_trackParticleCnv
Definition:
SvxSummaryCnv_p1.h:44
Analysis::SvxSummary_p1
Definition:
SvxSummary_p1.h:19
Analysis::SvxSummaryCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition:
SvxSummaryCnv_p1.h:42
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
Analysis::BaseTagInfoCnv_p1
Definition:
BaseTagInfoCnv_p1.h:18
SvxSummary_p1.h
Analysis::SvxSummaryCnv_p1::m_recoVertexCnv
ITPConverterFor< Trk::Vertex > * m_recoVertexCnv
Definition:
SvxSummaryCnv_p1.h:43
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Analysis::SvxSummary
Definition:
SvxSummary.h:18
Generated on Sun Dec 22 2024 21:18:43 for ATLAS Offline Software by
1.8.18