|
GammaLib 2.2.0.dev
|
Photon class definition. More...
#include <string>#include "GBase.hpp"#include "GSkyDir.hpp"#include "GEnergy.hpp"#include "GTime.hpp"Go to the source code of this file.
Classes | |
| class | GPhoton |
| Class that handles photons. More... | |
Functions | |
| bool | operator== (const GPhoton &a, const GPhoton &b) |
| Equality friend operator. | |
| bool | operator!= (const GPhoton &a, const GPhoton &b) |
| Non-equality friend operator. | |
Photon class definition.
Definition in file GPhoton.hpp.
Non-equality friend operator.
| [in] | a | First photon. |
| [in] | b | Second photon. |
Definition at line 227 of file GPhoton.hpp.
Equality friend operator.
| [in] | a | First photon. |
| [in] | b | Second photon. |
Definition at line 212 of file GPhoton.hpp.