ctools  2.0.0
 All Classes Namespaces Files Functions Variables Macros Pages
ctbin.cpp File Reference

Event binning tool implementation. More...

#include <cstdio>
#include "ctbin.hpp"
#include "GTools.hpp"

Go to the source code of this file.

Macros

#define G_CUBE   "ctbin::cube(int&)"
 
#define G_GET_PARAMETERS   "ctbin::get_parameters()"
 
#define G_FILL_CUBE   "ctbin::fill_cube(GCTAObservation*)"
 
#define G_SET_WEIGHTS   "ctbin::set_weights(GCTAObservation*)"
 

Detailed Description

Event binning tool implementation.

Author
Juergen Knoedlseder

Definition in file ctbin.cpp.

Macro Definition Documentation

#define G_CUBE   "ctbin::cube(int&)"

Definition at line 41 of file ctbin.cpp.

Referenced by ctbin::cube().

#define G_FILL_CUBE   "ctbin::fill_cube(GCTAObservation*)"

Definition at line 43 of file ctbin.cpp.

Referenced by ctbin::fill_cube().

#define G_GET_PARAMETERS   "ctbin::get_parameters()"

Definition at line 42 of file ctbin.cpp.

#define G_SET_WEIGHTS   "ctbin::set_weights(GCTAObservation*)"

Definition at line 44 of file ctbin.cpp.

Referenced by ctbin::set_weights().