ATLAS Offline Software
Loading...
Searching...
No Matches
Electron_p2.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// Electron_p2.h
8// Header file for class Electron_p2
10#ifndef EGAMMAEVENTTPCNV_ELECTRON_P2_H
11#define EGAMMAEVENTTPCNV_ELECTRON_P2_H
12
13// egammaEventTPCnv includes
15
16// forward declarations
17class ElectronCnv_p2;
18
20{
22 // Friend classes
24
25 // Make the AthenaPoolCnv class our friend
26 friend class ElectronCnv_p2;
27
29 // Public methods:
31public:
32
36
40
42 // Private data:
44private:
45
48
49};
50
52// Inline methods:
54
58
59#endif //> EGAMMAEVENTTPCNV_ELECTRON_P2_H
friend class ElectronCnv_p2
Definition Electron_p2.h:26
Electron_p2()
Default constructor:
Definition Electron_p2.h:55
~Electron_p2()
Destructor:
egamma_p2 m_egamma
the egamma part
Definition Electron_p2.h:47