ATLAS Offline Software
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 
14 #include "JetTagInfo/SETrackInfo.h"
15 
16 class MsgStream;
17 
18 namespace 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 
ElementLinkCnv_p1.h
This file contains the class definition for the ElementLinkCnv_p1 class.
ElectronContainer.h
SETrackInfo_p1.h
Analysis::SETrackInfoCnv_p1::transToPers
virtual void transToPers(const SETrackInfo *transObj, SETrackInfo_p1 *persObj, MsgStream &log)
Definition: SETrackInfoCnv_p1.cxx:15
Analysis::SETrackInfoCnv_p1::SETrackInfoCnv_p1
SETrackInfoCnv_p1()
Definition: SETrackInfoCnv_p1.h:23
TPConverterBase
Definition: TPConverter.h:738
Analysis::SETrackInfoCnv_p1::persToTrans
virtual void persToTrans(const SETrackInfo_p1 *persObj, SETrackInfo *transObj, MsgStream &log)
Definition: SETrackInfoCnv_p1.cxx:29
T_AthenaPoolTPConverter.h
ElementLinkCnv_p1
Definition: ElementLinkCnv_p1.h:27
SETrackInfo.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::SETrackInfoCnv_p1
Definition: SETrackInfoCnv_p1.h:21
Analysis::SETrackInfoCnv_p1::m_eleElementLinkCnv
ElementLinkCnv_p1< ElementLink< ElectronContainer > > m_eleElementLinkCnv
Definition: SETrackInfoCnv_p1.h:28
Analysis::SETrackInfo
Definition: SETrackInfo.h:20
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
Analysis::SETrackInfo_p1
Definition: SETrackInfo_p1.h:20
Analysis::SETrackInfoCnv_p1::m_phoElementLinkCnv
ElementLinkCnv_p1< ElementLink< PhotonContainer > > m_phoElementLinkCnv
Definition: SETrackInfoCnv_p1.h:29
PhotonContainer.h