ATLAS Offline Software
SecVtxInfoCnv_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_SECVTXINFOCNV_P1_H
6 #define JETTAGINFOTPCNV_SECVTXINFOCNV_P1_H
7 
9 
12 #include "JetTagInfo/SecVtxInfo.h"
13 #include "JetTagInfo/BaseTagInfo.h"
14 #include "VxVertex/RecVertex.h"
15 
16 class MsgStream;
17 
21 
22 
23 namespace Analysis {
24  class BaseTagInfoCnv_p1;
25 
27  : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, SecVtxInfo, SecVtxInfo_p1>
28  {
29  public:
30  inline SecVtxInfoCnv_p1 (void)
32  {}
33 
34  virtual void persToTrans(const SecVtxInfo_p1 *persObj,
35  SecVtxInfo *transObj,
36  MsgStream &log);
37  virtual void transToPers(const SecVtxInfo *transObj,
38  SecVtxInfo_p1 *persObj,
39  MsgStream &log);
40 
41  private:
44  };
45 }
46 
47 
48 #endif
RecVertex.h
ITPConverterFor< Trk::Vertex >
Analysis::SecVtxInfoCnv_p1::transToPers
virtual void transToPers(const SecVtxInfo *transObj, SecVtxInfo_p1 *persObj, MsgStream &log)
Definition: SecVtxInfoCnv_p1.cxx:17
Analysis::SecVtxInfo
The SecVtxInfo class: This class contains information of the secondary vertex fit within the jet.
Definition: SecVtxInfo.h:60
BaseTagInfoCnv_p1.h
Analysis::SecVtxInfoCnv_p1::persToTrans
virtual void persToTrans(const SecVtxInfo_p1 *persObj, SecVtxInfo *transObj, MsgStream &log)
Definition: SecVtxInfoCnv_p1.cxx:42
TPPolyCnvBase
Definition: TPConverter.h:674
SecVtxInfo.h
Analysis::SecVtxInfoCnv_p1::SecVtxInfoCnv_p1
SecVtxInfoCnv_p1(void)
Definition: SecVtxInfoCnv_p1.h:30
Analysis::SecVtxInfoCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition: SecVtxInfoCnv_p1.h:42
T_AthenaPoolTPConverter.h
BaseTagInfo.h
Analysis::SecVtxInfoCnv_p1
Definition: SecVtxInfoCnv_p1.h:28
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::BaseTagInfoCnv_p1
Definition: BaseTagInfoCnv_p1.h:18
Analysis::SecVtxInfoCnv_p1::m_recoVertexCnv
ITPConverterFor< Trk::Vertex > * m_recoVertexCnv
Definition: SecVtxInfoCnv_p1.h:43
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
SecVtxInfo_p1.h
Analysis::SecVtxInfo_p1
Definition: SecVtxInfo_p1.h:17