ToolDAQFramework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes | List of all members
util::Window Struct Reference

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
 

Detailed Description

Contains the start and end of a time window, along with an ID (nominally trigger number)

Definition at line 157 of file Utilities.h.

Constructor & Destructor Documentation

util::Window::Window ( )
inline

Definition at line 161 of file Utilities.h.

util::Window::Window ( int  trigger_num,
TimeDelta  start,
TimeDelta  end 
)
inline

Definition at line 162 of file Utilities.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: