class Cluster |
Defines an event cluster condition
| Cluster () Default constructor | |
| Cluster (int threshold, const TimeWindow& window) Constructor | |
| Cluster (int threshold, const Interval& duration, const Interval& offset) Constructor | |
| Cluster (const Condition& cond, int threshold, const TimeWindow& window) Constructor | |
| Cluster (const Condition& cond, int threshold, const Interval& duration, const Interval& offset) Constructor | |
| Copy () const Copy the event | |
| Evaluate (const Argument& arg, bool& val) const Evaluate | |
| GetClusters (const Argument& arg, eventlist& list) const Evaluate | |
| GetCondition () const Get event condition | |
| SetThreshold (int threshold) Set threshold | |
| GetThreshold () const Get threshold | |
| SetWindow (const TimeWindow& window) Set time window | |
| SetWindow (const Interval& width, const Interval& offset) Set time window | |
| SetOffset (const Interval& offset) Set time offset | |
| GetOffset () const Get time offset | |
| SetWidth (const Interval& duration) Set time duration | |
| GetWidth () const Get time duration |
| eventlist Event list |
Describes an event cluster condition. An event cluster is recognized, if the number of events which fullfill the event condition and which lie within the specfied time window around the analyzed event exceeds the threshold value. The current events are not considered.
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to zweizig_j@ligo-wa.caltech.edu