ATLAS Offline Software
Loading...
Searching...
No Matches
IPInfoBaseCnv_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_IPINFOBASECNV_P1_H
6#define JETTAGINFOTPCNV_IPINFOBASECNV_P1_H
7
9
12
13class MsgStream;
14
15namespace Analysis {
16
18
20 : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, IPInfoBase, IPInfoBase_p1> {
21 public:
25
26 virtual void persToTrans(const IPInfoBase_p1* persObj, IPInfoBase* transObj, MsgStream &log);
27 virtual void transToPers(const IPInfoBase* transObj, IPInfoBase_p1* persObj, MsgStream &log);
28
30 };
31}
32#endif
33
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
virtual void transToPers(const IPInfoBase *transObj, IPInfoBase_p1 *persObj, MsgStream &log)
BaseTagInfoCnv_p1 * m_baseTagCnv
virtual void persToTrans(const IPInfoBase_p1 *persObj, IPInfoBase *transObj, MsgStream &log)
Basic class to hold IP taggers results.
Definition IPInfoBase.h:21
The namespace of all packages in PhysicsAnalysis/JetTagging.