class TrigRslt |
Trigger result class.
| TrigRslt (const char* ID, const char* SubID=0, index_type nData=0, const param_type* DList=0) Create a result object. | |
| TrigRslt (const TrigRslt& x) Create a result object. | |
| ~TrigRslt (void) Result destructor. | |
| getNData (void) const Get the number of data words. | |
| operator[] (unsigned int i) const Get a data word. | |
| operator[] (unsigned int i) Read/Modify a data word. | |
| operator= (const TrigRslt& x) Read/Modify a data word. |
| param_type Result data type |
The trigger result object contains a trigger dependent list of data that describes the trigger. In the present implementation, the data list is a vector of double precision floats. Other trigger-dependent result classes may be defined based on the TrigBase class.
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to zweizig_j@ligo-wa.caltech.edu