ATLAS Offline Software
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 
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 
27  : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, SvxSummary, SvxSummary_p1>
28  {
29  public:
30  inline SvxSummaryCnv_p1 (void)
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:
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