Loading [MathJax]/extensions/tex2jax.js
GammaLib 2.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GPhotons.cpp File Reference

Photon container class implementation. More...

#include "GTools.hpp"
#include "GException.hpp"
#include "GPhotons.hpp"

Go to the source code of this file.

Macros

#define G_OP_ACCESS   "GPhotons::operator[](int&)"
 
#define G_INSERT   "GPhotons::insert(int&, GPhoton&)"
 
#define G_REMOVE   "GPhotons::remove(int&)"
 

Detailed Description

Photon container class implementation.

Author
Juergen Knoedlseder

Definition in file GPhotons.cpp.

Macro Definition Documentation

◆ G_INSERT

#define G_INSERT   "GPhotons::insert(int&, GPhoton&)"

Definition at line 37 of file GPhotons.cpp.

◆ G_OP_ACCESS

#define G_OP_ACCESS   "GPhotons::operator[](int&)"

◆ G_REMOVE

#define G_REMOVE   "GPhotons::remove(int&)"

Definition at line 38 of file GPhotons.cpp.