|
GammaLib 2.2.0.dev
|
COSI event atom class definition. More...
#include <iostream>#include "GEventAtom.hpp"#include "GEnergy.hpp"#include "GTime.hpp"#include "GCOSInstDir.hpp"Go to the source code of this file.
Classes | |
| class | GCOSEventAtom |
| COSI event atom class. More... | |
Functions | |
| bool | operator< (const GCOSEventAtom &a, const GCOSEventAtom &b) |
| Check if time of one event atom is smaller than time of another event atom. | |
COSI event atom class definition.
Definition in file GCOSEventAtom.hpp.
|
inline |
Check if time of one event atom is smaller than time of another event atom.
| [in] | a | First event atom. |
| [in] | b | Second event atom. |
a is smaller than time of b. Definition at line 199 of file GCOSEventAtom.hpp.