ATLAS Offline Software
Electron_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 // Electron_p1.h
8 // Header file for class Electron_p1
9 // Author: K.Cranmer<cranmer@cern.ch>
10 // Author: S.Binet<binet@cern.ch>
11 // Date: December 2006
13 #ifndef EGAMMAEVENTTPCNV_ELECTRON_P1_H
14 #define EGAMMAEVENTTPCNV_ELECTRON_P1_H
15 
16 // egammaEventTPCnv includes
18 
19 // forward declarations
20 class ElectronCnv_p1;
21 
23 {
25  // Friend classes
27 
28  // Make the AthenaPoolCnv class our friend
29  friend class ElectronCnv_p1;
30 
32  // Public methods:
34 public:
35 
38  Electron_p1();
39 
43 
45  // Private data:
47 private:
48 
51 
52 };
53 
55 // Inline methods:
57 
59  m_egamma()
60 {}
61 
62 #endif //> EGAMMAEVENTTPCNV_ELECTRON_P1_H
Electron_p1::Electron_p1
Electron_p1()
Default constructor:
Definition: Electron_p1.h:58
egamma_p1
Definition: egamma_p1.h:33
Electron_p1::~Electron_p1
~Electron_p1()
Destructor:
ElectronCnv_p1
Definition: ElectronCnv_p1.h:32
Electron_p1
Definition: Electron_p1.h:23
egamma_p1.h
Electron_p1::m_egamma
egamma_p1 m_egamma
the egamma part
Definition: Electron_p1.h:50