ATLAS Offline Software
Loading...
Searching...
No Matches
IPTrackInfoCnv_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_IPTRACKINFOCNV_P1_H
6#define JETTAGINFOTPCNV_IPTRACKINFOCNV_P1_H
7
10
13
14class MsgStream;
15
16namespace Analysis {
17
18 class IPTrackInfoCnv_p1 : public T_AthenaPoolTPCnvBase<IPTrackInfo, IPTrackInfo_p1> {
19 public:
22
23 virtual void persToTrans(const IPTrackInfo_p1* persObj, IPTrackInfo* transObj, MsgStream &log);
24 virtual void transToPers(const IPTrackInfo* transObj, IPTrackInfo_p1* persObj, MsgStream &log);
25
26 private:
28
29 };
30}
31#endif
32
This file contains the class definition for the ElementLinkCnv_p1 class.
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const IPTrackInfo_p1 *persObj, IPTrackInfo *transObj, MsgStream &log)
ElementLinkCnv_p1< ElementLink< Rec::TrackParticleContainer > > m_elementLinkCnv
virtual void transToPers(const IPTrackInfo *transObj, IPTrackInfo_p1 *persObj, MsgStream &log)
The namespace of all packages in PhysicsAnalysis/JetTagging.