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