Class representing a single event and implementing the < operator necessary for qSort()
More...
#include <PacEvent.h>
List of all members.
Detailed Description
Class representing a single event and implementing the < operator necessary for qSort()
- Author:
- Matthias Nagl <mnagl@uni-goettingen.de>
Constructor & Destructor Documentation
PacEvent::PacEvent |
( |
quint64 |
time, |
|
|
double |
energy |
|
) |
| [inline] |
Member Function Documentation
void PacEvent::addTimeOffset |
( |
qint64 |
offset | ) |
[inline] |
double PacEvent::energy |
( |
| ) |
const [inline] |
bool PacEvent::operator< |
( |
const PacEvent & |
other | ) |
const [inline] |
quint64 PacEvent::time |
( |
| ) |
const [inline] |
QByteArray PacEvent::toByteArray |
( |
| ) |
const [inline] |
The documentation for this class was generated from the following file: