ATLAS Offline Software
SVInfoPlusCnv_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_SVInfoPlusCNV_P1_H
6 #define JETTAGINFOTPCNV_SVInfoPlusCNV_P1_H
7 
8 #include "VxVertex/RecVertex.h"
11 
13 #include "JetTagInfo/SVInfoPlus.h"
14 
15 class MsgStream;
16 
20 
21 
22 namespace Analysis {
24  : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, SVInfoPlus, SVInfoPlus_p1>
25  {
26  public:
27  inline SVInfoPlusCnv_p1 (void)
29  {}
30 
31  virtual void persToTrans(const SVInfoPlus_p1 *persObj,
32  SVInfoPlus *transObj,
33  MsgStream &log);
34  virtual void transToPers(const SVInfoPlus *transObj,
35  SVInfoPlus_p1 *persObj,
36  MsgStream &log);
37 
38  private:
42  };
43 }
44 
45 
46 #endif
RecVertex.h
ITPConverterFor< Trk::Vertex >
Analysis::SVInfoPlusCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition: SVInfoPlusCnv_p1.h:39
ElementLinkVectorCnv_p1
Definition: ElementLinkVectorCnv_p1.h:28
ElementLinkVectorCnv_p1.h
This file contains the class definition for the ElementLinkVectorCnv_p1 class. NOTE: it should be inc...
Analysis::SVInfoPlusCnv_p1
Definition: SVInfoPlusCnv_p1.h:25
TPPolyCnvBase
Definition: TPConverter.h:674
Analysis::SVInfoPlusCnv_p1::m_trackVecCnv
ElementLinkVectorCnv_p1< ElementLinkVector< Rec::TrackParticleContainer > > m_trackVecCnv
Definition: SVInfoPlusCnv_p1.h:41
T_AthenaPoolTPConverter.h
SVInfoPlus.h
Analysis::SVInfoPlus_p1
Definition: SVInfoPlus_p1.h:20
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::BaseTagInfoCnv_p1
Definition: BaseTagInfoCnv_p1.h:18
Analysis::SVInfoPlusCnv_p1::m_recoVertexCnv
ITPConverterFor< Trk::Vertex > * m_recoVertexCnv
Definition: SVInfoPlusCnv_p1.h:40
Analysis::SVInfoPlus
Definition: SVInfoPlus.h:17
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
Analysis::SVInfoPlusCnv_p1::persToTrans
virtual void persToTrans(const SVInfoPlus_p1 *persObj, SVInfoPlus *transObj, MsgStream &log)
Load from disk format to in-memory format.
Definition: SVInfoPlusCnv_p1.cxx:65
Analysis::SVInfoPlusCnv_p1::SVInfoPlusCnv_p1
SVInfoPlusCnv_p1(void)
Definition: SVInfoPlusCnv_p1.h:27
SVInfoPlus_p1.h
Analysis::SVInfoPlusCnv_p1::transToPers
virtual void transToPers(const SVInfoPlus *transObj, SVInfoPlus_p1 *persObj, MsgStream &log)
Given a transient rep, save it to a persistent one.
Definition: SVInfoPlusCnv_p1.cxx:26