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