ATLAS Offline Software
Loading...
Searching...
No Matches
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
14#include "VxVertex/RecVertex.h"
15
16class MsgStream;
17
21
22
23namespace Analysis {
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
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
virtual void persToTrans(const SecVtxInfo_p1 *persObj, SecVtxInfo *transObj, MsgStream &log)
ITPConverterFor< Trk::Vertex > * m_recoVertexCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
virtual void transToPers(const SecVtxInfo *transObj, SecVtxInfo_p1 *persObj, MsgStream &log)
The SecVtxInfo class: This class contains information of the secondary vertex fit within the jet.
Definition SecVtxInfo.h:60
The namespace of all packages in PhysicsAnalysis/JetTagging.