Omicron  4.2.0
An algorithm to detect and characterize transient events in gravitational-wave detectors
Loading...
Searching...
No Matches
OxResults.h File Reference

Ox analysis results. More...

#include "OxInj.h"
#include "OxEvent.h"
Include dependency graph for OxResults.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OxResults
 Ox analysis results. More...
 

Enumerations

enum  OxResultType { oxresult_foreground = 0 , oxresult_background , oxresult_fakeground , oxresult_n }
 List of Ox result types. More...
 

Variables

const string OxResultTypeName [oxresult_n] = {"foreground", "background", "fakeground"}
 List of Ox result type names.
 

Detailed Description

Ox analysis results.

Author
Florent Robinet - florent.robinet@ijclab.in2p3.fr

Enumeration Type Documentation

◆ OxResultType

List of Ox result types.

Enumerator
oxresult_foreground 

Foreground event.

oxresult_background 

Background event.

oxresult_fakeground 

Fake foreground event.

oxresult_n 

Number of Ox event types.

Variable Documentation

◆ OxResultTypeName

const string OxResultTypeName[oxresult_n] = {"foreground", "background", "fakeground"}

List of Ox result type names.