ATLAS Offline Software
Loading...
Searching...
No Matches
SoftElectronInfoCnv_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_SoftElectronInfoCNV_P1_H
6#define JETTAGINFOTPCNV_SoftElectronInfoCNV_P1_H
7
9
13
14class MsgStream;
15
16namespace Analysis {
17
19
21 : public T_AthenaPoolTPPolyCnvBase<JetTagInfoBase, SoftElectronInfo, SoftElectronInfo_p1> {
22 public:
27
28 virtual void persToTrans(const SoftElectronInfo_p1* persObj, SoftElectronInfo* transObj, MsgStream &log);
29 virtual void transToPers(const SoftElectronInfo* transObj, SoftElectronInfo_p1* persObj, MsgStream &log);
30
33};
34
35}
36#endif
37
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
ITPConverterFor< SETrackInfo > * m_seTrackInfoCnv
virtual void transToPers(const SoftElectronInfo *transObj, SoftElectronInfo_p1 *persObj, MsgStream &log)
Save data to the persistant format.
virtual void persToTrans(const SoftElectronInfo_p1 *persObj, SoftElectronInfo *transObj, MsgStream &log)
Fluf the data up again.
The namespace of all packages in PhysicsAnalysis/JetTagging.