GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GCTAEventBin.cpp File Reference

CTA event bin class implementation. More...

#include <string>
#include <cmath>
#include "GException.hpp"
#include "GTools.hpp"
#include "GCTAEventBin.hpp"

Go to the source code of this file.

Macros

#define G_DIR_GET   "GCTAEventBin::dir()"
 
#define G_ENERGY   "GCTAEventBin::energy()"
 
#define G_TIME   "GCTAEventBin::time()"
 
#define G_COUNTS_GET   "GCTAEventBin::counts()"
 
#define G_SOLIDANGLE   "GCTAEventBin::solidangle()"
 
#define G_EWIDTH   "GCTAEventBin::ewidth()"
 
#define G_ONTIME   "GCTAEventBin::ontime()"
 
#define G_WEIGHT   "GCTAEventBin::weight()"
 
#define G_DIR_SET   "GCTAEventBin::dir(GCTAInstDir&)"
 
#define G_ENERGY_SET   "GCTAEventBin::energy(GEnergy&)"
 
#define G_TIME_SET   "GCTAEventBin::time(GTime&)"
 
#define G_COUNTS_SET   "GCTAEventBin::counts(double&)"
 
#define G_SOLIDANGLE_SET   "GCTAEventBin::solidangle(double&)"
 
#define G_EWIDTH_SET   "GCTAEventBin::ewidth(GEnergy&)"
 
#define G_ONTIME_SET   "GCTAEventBin::ontime(double&)"
 
#define G_WEIGHT_SET   "GCTAEventBin::weight(double&)"
 

Detailed Description

CTA event bin class implementation.

Author
Juergen Knoedlseder

Definition in file GCTAEventBin.cpp.

Macro Definition Documentation

#define G_COUNTS_GET   "GCTAEventBin::counts()"

Definition at line 41 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::counts().

#define G_COUNTS_SET   "GCTAEventBin::counts(double&)"

Definition at line 49 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::counts().

#define G_DIR_GET   "GCTAEventBin::dir()"

Definition at line 38 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::dir().

#define G_DIR_SET   "GCTAEventBin::dir(GCTAInstDir&)"

Definition at line 46 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::dir().

#define G_ENERGY   "GCTAEventBin::energy()"

Definition at line 39 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::energy().

#define G_ENERGY_SET   "GCTAEventBin::energy(GEnergy&)"

Definition at line 47 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::energy().

#define G_EWIDTH   "GCTAEventBin::ewidth()"

Definition at line 43 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::ewidth().

#define G_EWIDTH_SET   "GCTAEventBin::ewidth(GEnergy&)"

Definition at line 51 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::ewidth().

#define G_ONTIME   "GCTAEventBin::ontime()"

Definition at line 44 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::ontime().

#define G_ONTIME_SET   "GCTAEventBin::ontime(double&)"

Definition at line 52 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::ontime().

#define G_SOLIDANGLE   "GCTAEventBin::solidangle()"

Definition at line 42 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::solidangle().

#define G_SOLIDANGLE_SET   "GCTAEventBin::solidangle(double&)"

Definition at line 50 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::solidangle().

#define G_TIME   "GCTAEventBin::time()"

Definition at line 40 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::time().

#define G_TIME_SET   "GCTAEventBin::time(GTime&)"

Definition at line 48 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::time().

#define G_WEIGHT   "GCTAEventBin::weight()"

Definition at line 45 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::weight().

#define G_WEIGHT_SET   "GCTAEventBin::weight(double&)"

Definition at line 53 of file GCTAEventBin.cpp.

Referenced by GCTAEventBin::weight().