ToolDAQFramework
|
Contains the start and end of a time window, along with an ID (nominally trigger number) More...
#include <Utilities.h>
Public Member Functions | |
Window () | |
Window (int trigger_num, TimeDelta start, TimeDelta end) | |
Public Attributes | |
TimeDelta | m_end |
TimeDelta | m_start |
int | m_trigger_num |
Contains the start and end of a time window, along with an ID (nominally trigger number)
Definition at line 157 of file Utilities.h.
|
inline |
Definition at line 161 of file Utilities.h.
Definition at line 162 of file Utilities.h.
TimeDelta util::Window::m_end |
Definition at line 160 of file Utilities.h.
TimeDelta util::Window::m_start |
Definition at line 159 of file Utilities.h.
int util::Window::m_trigger_num |
Definition at line 158 of file Utilities.h.