ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14class MsgStream;
15
16namespace Analysis {
17
19
21 : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, SoftMuonInfo, SoftMuonInfo_p1> {
22 public:
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
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
virtual void persToTrans(const SoftMuonInfo_p1 *persObj, SoftMuonInfo *transObj, MsgStream &log)
Fluf the data up again.
virtual void transToPers(const SoftMuonInfo *transObj, SoftMuonInfo_p1 *persObj, MsgStream &log)
Save data to the persistant format.
ITPConverterFor< SMTrackInfo > * m_smTrackInfoCnv
Class for soft muon information @ author henri bachacou.
The namespace of all packages in PhysicsAnalysis/JetTagging.