ATLAS Offline Software
Loading...
Searching...
No Matches
Electron_p1.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_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
20class ElectronCnv_p1;
21
23{
25 // Friend classes
27
28 // Make the AthenaPoolCnv class our friend
29 friend class ElectronCnv_p1;
30
32 // Public methods:
34public:
35
39
43
45 // Private data:
47private:
48
51
52};
53
55// Inline methods:
57
61
62#endif //> EGAMMAEVENTTPCNV_ELECTRON_P1_H
egamma_p1 m_egamma
the egamma part
Definition Electron_p1.h:50
~Electron_p1()
Destructor:
Electron_p1()
Default constructor:
Definition Electron_p1.h:58
friend class ElectronCnv_p1
Definition Electron_p1.h:29