ATLAS Offline Software
Loading...
Searching...
No Matches
SETrackInfoCnv_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_SETrackInfoCNV_P1_H
6#define JETTAGINFOTPCNV_SETrackInfoCNV_P1_H
7
13
15
16class MsgStream;
17
18namespace Analysis {
19
21 public T_AthenaPoolTPCnvBase<SETrackInfo, SETrackInfo_p1> {
22 public:
24 virtual void persToTrans(const SETrackInfo_p1* persObj, SETrackInfo* transObj, MsgStream &log);
25 virtual void transToPers(const SETrackInfo* transObj, SETrackInfo_p1* persObj, MsgStream &log);
26
27 private:
30
31 };
32}
33#endif
34
This file contains the class definition for the ElementLinkCnv_p1 class.
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const SETrackInfo_p1 *persObj, SETrackInfo *transObj, MsgStream &log)
ElementLinkCnv_p1< ElementLink< ElectronContainer > > m_eleElementLinkCnv
ElementLinkCnv_p1< ElementLink< PhotonContainer > > m_phoElementLinkCnv
virtual void transToPers(const SETrackInfo *transObj, SETrackInfo_p1 *persObj, MsgStream &log)
The namespace of all packages in PhysicsAnalysis/JetTagging.