namespace events class TimeWindow Defines a time window
| | Interval Interval type |
| | TimeWindow () Default constructor |
| | TimeWindow (double width) Constructor |
| | TimeWindow (const Interval& width) Constructor |
| | TimeWindow (double width, double offset) Constructor |
| | TimeWindow (const Interval& width, const Interval& offset) Constructor |
| | SetWindow (const Interval& width, const Interval& offset) Set window width |
| | SetWidth (const Interval& width) Set window width |
| | GetWidth () const Get window width |
| | SetOffset (const Interval& offset) Set window offset |
| | GetOffset () const Window offset |
| | GetEnd () const Window end |
A time window is a utility class which manages a time duration and time offset. It is used by event analysis algorithms to select the analysis, the veto and the coincidence window.
TimeWindow()
TimeWindow(double width)
TimeWindow(const Interval& width)
TimeWindow(double width, double offset)
offset - Window offset
TimeWindow(const Interval& width, const Interval& offset)
offset - Window offset
void SetWindow(const Interval& width, const Interval& offset)
void SetWidth(const Interval& width)
Interval GetWidth() const
void SetOffset(const Interval& offset)
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++