ATLAS Offline Software
Loading...
Searching...
No Matches
SVInfoBaseCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JETTAGINFOTPCNV_SVINFOBASECNV_P1_H
6#define JETTAGINFOTPCNV_SVINFOBASECNV_P1_H
7
9
12
13class MsgStream;
14
15namespace Analysis {
16
18
20 : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, SVInfoBase, SVInfoBase_p1> {
21 public:
25
26 virtual void persToTrans(const SVInfoBase_p1* persObj, SVInfoBase* transObj, MsgStream &log);
27 virtual void transToPers(const SVInfoBase* transObj, SVInfoBase_p1* persObj, MsgStream &log);
28
30 };
31}
32#endif
33
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
virtual void transToPers(const SVInfoBase *transObj, SVInfoBase_p1 *persObj, MsgStream &log)
virtual void persToTrans(const SVInfoBase_p1 *persObj, SVInfoBase *transObj, MsgStream &log)
BaseTagInfoCnv_p1 * m_baseTagCnv
Basic class to hold SV taggers results.
Definition SVInfoBase.h:19
The namespace of all packages in PhysicsAnalysis/JetTagging.