ATLAS Offline Software
Loading...
Searching...
No Matches
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
9
12
13#include "VxVertex/RecVertex.h"
15
16class MsgStream;
17
21
22
23namespace Analysis {
25
27 : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, SvxSummary, SvxSummary_p1>
28 {
29 public:
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:
45 };
46}
47
48
49#endif
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
ITPConverterFor< Rec::TrackParticle > * m_trackParticleCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
virtual void persToTrans(const SvxSummary_p1 *persObj, SvxSummary *transObj, MsgStream &log)
Load from disk format to in-memory format.
ITPConverterFor< Trk::Vertex > * m_recoVertexCnv
virtual void transToPers(const SvxSummary *transObj, SvxSummary_p1 *persObj, MsgStream &log)
Given a transient rep, save it to a persistent one.
The namespace of all packages in PhysicsAnalysis/JetTagging.