#include "cwb.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 <vector>Macros | |
| #define | SGW_MDC_POLARIZATION "SCALAR" |
| #define | SGW_SEARCH_POLARIZATION "SCALAR" |
| #define | XIFO 4 |
Functions | |
| void | CWB_Plugin (TFile *jfile, CWB::config *cfg, network *net, WSeries< double > *x, TString ifo, int type) |
| COHERENCE. More... | |
| void | PrintUserOptions (CWB::config *cfg) |
| void | ReadUserOptions (TString options) |
| void | ResetUserOptions () |
Variables | |
| uoptions | gOPT |
| #define SGW_MDC_POLARIZATION "SCALAR" |
Definition at line 41 of file CWB_Plugin_SGW.C.
| #define SGW_SEARCH_POLARIZATION "SCALAR" |
Definition at line 42 of file CWB_Plugin_SGW.C.
| #define XIFO 4 |
Definition at line 19 of file CWB_Plugin_SGW.C.
| void CWB_Plugin | ( | TFile * | jfile, |
| CWB::config * | cfg, | ||
| network * | net, | ||
| WSeries< double > * | x, | ||
| TString | ifo, | ||
| int | type | ||
| ) |
| void PrintUserOptions | ( | CWB::config * | cfg | ) |
Definition at line 160 of file CWB_Plugin_SGW.C.
| void ReadUserOptions | ( | TString | options | ) |
Definition at line 116 of file CWB_Plugin_SGW.C.
| void ResetUserOptions | ( | ) |
Definition at line 153 of file CWB_Plugin_SGW.C.
| uoptions gOPT |
Definition at line 65 of file CWB_Plugin_SGW.C.