ATLAS Offline Software
SoftMuonInfoCnv_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_SoftMuonInfoCNV_P1_H
6 #define JETTAGINFOTPCNV_SoftMuonInfoCNV_P1_H
7 
9 
12 #include "JetTagInfo/SMTrackInfo.h"
13 
14 class MsgStream;
15 
16 namespace Analysis {
17 
18  class BaseTagInfoCnv_p1;
19 
21  : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, SoftMuonInfo, SoftMuonInfo_p1> {
22  public:
24  : m_baseTagCnv(0),
26  {}
27 
28  virtual void persToTrans(const SoftMuonInfo_p1* persObj, SoftMuonInfo* transObj, MsgStream &log);
29  virtual void transToPers(const SoftMuonInfo* transObj, SoftMuonInfo_p1* persObj, MsgStream &log);
30 
33 };
34 
35 }
36 #endif
37 
SMTrackInfo.h
Analysis::SoftMuonInfo
Definition: SoftMuonInfo.h:31
ITPConverterFor
Definition: TPConverter.h:37
Analysis::SoftMuonInfoCnv_p1
Definition: SoftMuonInfoCnv_p1.h:21
Analysis::SoftMuonInfo_p1
Definition: SoftMuonInfo_p1.h:19
SoftMuonInfo.h
Analysis::SoftMuonInfoCnv_p1::m_smTrackInfoCnv
ITPConverterFor< SMTrackInfo > * m_smTrackInfoCnv
Definition: SoftMuonInfoCnv_p1.h:32
Analysis::SoftMuonInfoCnv_p1::transToPers
virtual void transToPers(const SoftMuonInfo *transObj, SoftMuonInfo_p1 *persObj, MsgStream &log)
Save data to the persistant format.
Definition: SoftMuonInfoCnv_p1.cxx:20
TPPolyCnvBase
Definition: TPConverter.h:674
Analysis::SoftMuonInfoCnv_p1::persToTrans
virtual void persToTrans(const SoftMuonInfo_p1 *persObj, SoftMuonInfo *transObj, MsgStream &log)
Fluf the data up again.
Definition: SoftMuonInfoCnv_p1.cxx:33
T_AthenaPoolTPConverter.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::BaseTagInfoCnv_p1
Definition: BaseTagInfoCnv_p1.h:18
Analysis::SoftMuonInfoCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition: SoftMuonInfoCnv_p1.h:31
SoftMuonInfo_p1.h
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
Analysis::SoftMuonInfoCnv_p1::SoftMuonInfoCnv_p1
SoftMuonInfoCnv_p1()
Definition: SoftMuonInfoCnv_p1.h:23