ATLAS Offline Software
ElectronCnv_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // ElectronCnv_p1.h
8 // Header file for class ElectronCnv_p1
9 // Author: K.Cranmer<cranmer@cern.ch>
10 // Author: S.Binet<binet@cern.ch>
12 #ifndef EGAMMAEVENTTPCNV_ELECTRONCNV_P1_H
13 #define EGAMMAEVENTTPCNV_ELECTRONCNV_P1_H
14 
15 // STL includes
16 
17 // AthenaPoolCnvSvc includes
19 
20 // egammaEventTPCnv includes
23 
24 // Forward declaration
25 class MsgStream;
26 namespace Analysis { class Electron; }
27 
29  Analysis::Electron,
30  Electron_p1
31  >
32 {
33 
35  // Public methods:
37  public:
38 
42 
44  // Const methods:
46 
50  virtual void persToTrans( const Electron_p1* persObj,
51  Analysis::Electron* transObj,
52  MsgStream& msg ) override final;
53 
57  virtual void transToPers( const Analysis::Electron* transObj,
58  Electron_p1* persObj,
59  MsgStream& msg ) override final;
60 
62  // Protected method:
64  protected:
65  private:
67 
68 };
69 
71 // Inline methods:
73 
75 {}
76 
77 #endif //> EGAMMAEVENTTPCNV_ELECTRONCNV_P1_H
egammaCnv_p1.h
egammaCnv_p1
Definition: egammaCnv_p1.h:40
ElectronCnv_p1
Definition: ElectronCnv_p1.h:32
Analysis::Electron
Definition: Reconstruction/egamma/egammaEvent/egammaEvent/Electron.h:20
TPConverterBase
Definition: TPConverter.h:738
Electron_p1
Definition: Electron_p1.h:23
T_AthenaPoolTPConverter.h
ElectronCnv_p1::persToTrans
virtual void persToTrans(const Electron_p1 *persObj, Analysis::Electron *transObj, MsgStream &msg) override final
Method creating the transient representation of Analysis::Electron from its persistent representation...
Definition: ElectronCnv_p1.cxx:36
Electron_p1.h
ElectronCnv_p1::ElectronCnv_p1
ElectronCnv_p1()
Default constructor:
Definition: ElectronCnv_p1.h:74
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
ElectronCnv_p1::transToPers
virtual void transToPers(const Analysis::Electron *transObj, Electron_p1 *persObj, MsgStream &msg) override final
Method creating the persistent representation Electron_p1 from its transient representation Analysis:...
Definition: ElectronCnv_p1.cxx:47
Electron
Class describing an electron.
ElectronCnv_p1::m_egammaCnv
egammaCnv_p1 m_egammaCnv
Definition: ElectronCnv_p1.h:66
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7