MIDAS
Loading...
Searching...
No Matches
EventRequest Struct Reference

Public Member Functions

void clear ()
 

Public Attributes

INT buffer_handle = 0
 
short int event_id = 0
 
short int trigger_mask = 0
 
EVENT_HANDLERdispatcher = NULL
 

Detailed Description

Definition at line 203 of file midas.cxx.

Member Function Documentation

◆ clear()

void EventRequest::clear ( )
inline

Definition at line 210 of file midas.cxx.

211 {
212 buffer_handle = 0;
213 event_id = 0;
214 trigger_mask = 0;
216 }
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
Definition rmidas.h:24
short int event_id
Definition midas.cxx:206
INT buffer_handle
Definition midas.cxx:205
short int trigger_mask
Definition midas.cxx:207
EVENT_HANDLER * dispatcher
Definition midas.cxx:208
Here is the call graph for this function:

Member Data Documentation

◆ buffer_handle

INT EventRequest::buffer_handle = 0

Definition at line 205 of file midas.cxx.

◆ dispatcher

EVENT_HANDLER* EventRequest::dispatcher = NULL

Definition at line 208 of file midas.cxx.

◆ event_id

short int EventRequest::event_id = 0

Definition at line 206 of file midas.cxx.

◆ trigger_mask

short int EventRequest::trigger_mask = 0

Definition at line 207 of file midas.cxx.


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