GammaLib 2.2.0.dev
Loading...
Searching...
No Matches
GCOSEventAtom.hpp File Reference

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.
 

Detailed Description

COSI event atom class definition.

Author
Juergen Knoedlseder

Definition in file GCOSEventAtom.hpp.

Function Documentation

◆ operator<()

bool operator< ( const GCOSEventAtom & a,
const GCOSEventAtom & b )
inline

Check if time of one event atom is smaller than time of another event atom.

Parameters
[in]aFirst event atom.
[in]bSecond event atom.
Returns
True if time of a is smaller than time of b.

Definition at line 199 of file GCOSEventAtom.hpp.