Logo coherent WaveBurst  
Library Reference Guide
Logo
Macros | Functions | Variables
CWB_Plugin_LowLatency.C File Reference
#include "cwb.hh"
#include "cwb2G.hh"
#include "config.hh"
#include "network.hh"
#include "wavearray.hh"
#include "TString.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TRandom.h"
#include "TComplex.h"
#include "TMath.h"
#include "mdc.hh"
#include "regression.hh"
#include <vector>
Include dependency graph for CWB_Plugin_LowLatency.C:

Macros

#define LL_FITSFILE   ""
 
#define LL_GRMS   false
 
#define LL_RMSFILE   ""
 
#define REGRESSION_APPLY_THR   0.8
 
#define REGRESSION_FILTER_LENGTH   8
 
#define REGRESSION_MATRIX_FRACTION   0.95
 
#define REGRESSION_SOLVE_EIGEN_NUM   10
 
#define REGRESSION_SOLVE_EIGEN_THR   0.
 
#define REGRESSION_SOLVE_REGULATOR   'h'
 
#define XIFO   4
 

Functions

void CWB_Plugin (TFile *jfile, CWB::config *cfg, network *net, WSeries< double > *x, TString ifo, int type)
 COHERENCE. More...
 
void DumpSkymap (network *NET, int lag, netevent *EVT, int ID)
 
void DumpUserOptions (TString odir, CWB::config *cfg)
 
void PrintUserOptions (CWB::config *cfg)
 
void ReadUserOptions (TString options)
 
void ResetUserOptions ()
 

Variables

uoptions gOPT
 

Macro Definition Documentation

◆ LL_FITSFILE

#define LL_FITSFILE   ""

Definition at line 75 of file CWB_Plugin_LowLatency.C.

◆ LL_GRMS

#define LL_GRMS   false

Definition at line 77 of file CWB_Plugin_LowLatency.C.

◆ LL_RMSFILE

#define LL_RMSFILE   ""

Definition at line 73 of file CWB_Plugin_LowLatency.C.

◆ REGRESSION_APPLY_THR

#define REGRESSION_APPLY_THR   0.8

Definition at line 45 of file CWB_Plugin_LowLatency.C.

◆ REGRESSION_FILTER_LENGTH

#define REGRESSION_FILTER_LENGTH   8

Definition at line 40 of file CWB_Plugin_LowLatency.C.

◆ REGRESSION_MATRIX_FRACTION

#define REGRESSION_MATRIX_FRACTION   0.95

Definition at line 41 of file CWB_Plugin_LowLatency.C.

◆ REGRESSION_SOLVE_EIGEN_NUM

#define REGRESSION_SOLVE_EIGEN_NUM   10

Definition at line 43 of file CWB_Plugin_LowLatency.C.

◆ REGRESSION_SOLVE_EIGEN_THR

#define REGRESSION_SOLVE_EIGEN_THR   0.

Definition at line 42 of file CWB_Plugin_LowLatency.C.

◆ REGRESSION_SOLVE_REGULATOR

#define REGRESSION_SOLVE_REGULATOR   'h'

Definition at line 44 of file CWB_Plugin_LowLatency.C.

◆ XIFO

#define XIFO   4

Definition at line 19 of file CWB_Plugin_LowLatency.C.

Function Documentation

◆ CWB_Plugin()

void CWB_Plugin ( TFile *  jfile,
CWB::config cfg,
network net,
WSeries< double > *  x,
TString  ifo,
int  type 
)

COHERENCE.

Definition at line 109 of file CWB_Plugin_LowLatency.C.

◆ DumpSkymap()

void DumpSkymap ( network NET,
int  lag,
netevent EVT,
int  ID 
)

Definition at line 377 of file CWB_Plugin_LowLatency.C.

◆ DumpUserOptions()

void DumpUserOptions ( TString  odir,
CWB::config cfg 
)

Definition at line 303 of file CWB_Plugin_LowLatency.C.

◆ PrintUserOptions()

void PrintUserOptions ( CWB::config cfg)

Definition at line 291 of file CWB_Plugin_LowLatency.C.

◆ ReadUserOptions()

void ReadUserOptions ( TString  options)

Definition at line 342 of file CWB_Plugin_LowLatency.C.

◆ ResetUserOptions()

void ResetUserOptions ( )

Definition at line 335 of file CWB_Plugin_LowLatency.C.

Variable Documentation

◆ gOPT

uoptions gOPT

Definition at line 99 of file CWB_Plugin_LowLatency.C.