ATLAS Offline Software
Loading...
Searching...
No Matches
SLTrueInfoCnv_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_SoftLeptonTRUTHINFOCNV_P1_H
6#define JETTAGINFOTPCNV_SoftLeptonTRUTHINFOCNV_P1_H
7
9
12
13namespace Analysis {
14
16 : public T_AthenaPoolTPCnvBase<SLTrueInfo, SLTrueInfo_p1>
17 {
18 public:
19 virtual void persToTrans(const SLTrueInfo_p1 *persObj,
20 SLTrueInfo *transObj,
21 MsgStream &log);
22 virtual void transToPers(const SLTrueInfo *transObj,
23 SLTrueInfo_p1 *persObj,
24 MsgStream &log);
25
26 };
27
28}
29
30#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const SLTrueInfo_p1 *persObj, SLTrueInfo *transObj, MsgStream &log)
virtual void transToPers(const SLTrueInfo *transObj, SLTrueInfo_p1 *persObj, MsgStream &log)
The namespace of all packages in PhysicsAnalysis/JetTagging.