ATLAS Offline Software
Electron_p3.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 // Electron_p3.h
8 // Header file for class Electron_p3
10 #ifndef EGAMMAEVENTTPCNV_ELECTRON_P3_H
11 #define EGAMMAEVENTTPCNV_ELECTRON_P3_H 1
12 
13 // egammaEventTPCnv includes
15 
16 // forward declarations
17 class ElectronCnv_p3;
18 
20 {
22  // Friend classes
24 
25  // Make the AthenaPoolCnv class our friend
26  friend class ElectronCnv_p3;
27 
29  // Public methods:
31 public:
32 
35  Electron_p3();
36 
40 
42  // Private data:
44 private:
45 
48 
49 };
50 
52 // Inline methods:
54 
56  m_egamma()
57 {}
58 
59 #endif //> EGAMMAEVENTTPCNV_ELECTRON_P3_H
Electron_p3::~Electron_p3
~Electron_p3()
Destructor:
egamma_p3
Definition: egamma_p3.h:30
Electron_p3
Definition: Electron_p3.h:20
Electron_p3::Electron_p3
Electron_p3()
Default constructor:
Definition: Electron_p3.h:55
egamma_p3.h
ElectronCnv_p3
Definition: ElectronCnv_p3.h:30
Electron_p3::m_egamma
egamma_p3 m_egamma
the egamma part
Definition: Electron_p3.h:47