| 15 |
|
|
| 16 |
/*! @enum AbsTimeCut_Return Return values for events discarded by AbsTimeCut. */ |
/*! @enum AbsTimeCut_Return Return values for events discarded by AbsTimeCut. */ |
| 17 |
enum AbsTimeCut_Return { |
enum AbsTimeCut_Return { |
| 18 |
ABSTIMECUT_TOOEARLY, /// < The event happened before the time interval. |
ABSTIMECUT_TOOEARLY, ///< The event happened before the time interval. |
| 19 |
ABSTIMECUT_TOOLATE |
ABSTIMECUT_TOOLATE |
| 20 |
/// < The event happened after the time interval. |
///< The event happened after the time interval. |
| 21 |
}; |
}; |
| 22 |
|
|
| 23 |
/*! @brief A cut on absolute time. |
/*! @brief A cut on absolute time. |