ATLAS Offline Software
LifetimeInfoCnv_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef JETTAGINFOTPCNV_LifeTimeCNV_P1_H
6 #define JETTAGINFOTPCNV_LifeTimeCNV_P1_H
7 
9 
13 #include "JetTagInfo/BaseTagInfo.h"
14 
15 class MsgStream;
16 
20 
21 
22 namespace Analysis {
23  class BaseTagInfoCnv_p1;
24 
26  : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, LifetimeInfo, LifetimeInfo_p1>
27  {
28  public:
29  inline LifetimeInfoCnv_p1 (void)
30  :m_baseTagCnv(0)
31  {}
32 
33  virtual void persToTrans(const LifetimeInfo_p1 *persObj,
34  LifetimeInfo *transObj,
35  MsgStream &log);
36  virtual void transToPers(const LifetimeInfo *trans,
37  LifetimeInfo_p1 *pers,
38  MsgStream &log);
39 
40  private:
42  };
43 }
44 
45 
46 #endif
Analysis::LifetimeInfoCnv_p1::transToPers
virtual void transToPers(const LifetimeInfo *trans, LifetimeInfo_p1 *pers, MsgStream &log)
Definition: LifetimeInfoCnv_p1.cxx:17
Analysis::LifetimeInfo
Class LifetimeInfo: Class to store information produced by the LifetimeTag.
Definition: LifetimeInfo.h:41
LifetimeInfo_p1.h
BaseTagInfoCnv_p1.h
LifetimeInfo.h
Analysis::LifetimeInfoCnv_p1::LifetimeInfoCnv_p1
LifetimeInfoCnv_p1(void)
Definition: LifetimeInfoCnv_p1.h:29
Analysis::LifetimeInfoCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition: LifetimeInfoCnv_p1.h:41
TPPolyCnvBase
Definition: TPConverter.h:674
T_AthenaPoolTPConverter.h
Analysis::LifetimeInfo_p1
Definition: LifetimeInfo_p1.h:19
Analysis::LifetimeInfoCnv_p1::persToTrans
virtual void persToTrans(const LifetimeInfo_p1 *persObj, LifetimeInfo *transObj, MsgStream &log)
Definition: LifetimeInfoCnv_p1.cxx:36
BaseTagInfo.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::BaseTagInfoCnv_p1
Definition: BaseTagInfoCnv_p1.h:18
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
Analysis::LifetimeInfoCnv_p1
Definition: LifetimeInfoCnv_p1.h:27