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