#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 "watplot.hh"
#include "gwavearray.hh"
#include <vector>
|
| void | ClearWaveforms (detector *ifo) |
| |
| void | CWB_Plugin (TFile *jfile, CWB::config *cfg, network *NET, WSeries< double > *x, TString ifo, int type) |
| |
| void | GetLveto (netcluster *pwc, int cid, int nifo, float *Lveto) |
| |
| float | GetQveto (wavearray< double > *wf) |
| |
| void | GetWveto (netcluster *pwc, int cid, int nifo, float *Wveto) |
| |
| void | PlotWaveform (TString ifo, wavearray< double > *wfREC, CWB::config *cfg, bool fft=false, bool strain=false) |
| |
◆ ATHR
◆ NTHR
◆ XIFO
◆ ClearWaveforms()
| void ClearWaveforms |
( |
detector * |
ifo | ) |
|
◆ CWB_Plugin()
| void CWB_Plugin |
( |
TFile * |
jfile, |
|
|
CWB::config * |
cfg, |
|
|
network * |
NET, |
|
|
WSeries< double > * |
x, |
|
|
TString |
ifo, |
|
|
int |
type |
|
) |
| |
◆ GetLveto()
| void GetLveto |
( |
netcluster * |
pwc, |
|
|
int |
cid, |
|
|
int |
nifo, |
|
|
float * |
Lveto |
|
) |
| |
◆ GetQveto()
| float GetQveto |
( |
wavearray< double > * |
wf | ) |
|
◆ GetWveto()
| void GetWveto |
( |
netcluster * |
pwc, |
|
|
int |
cid, |
|
|
int |
nifo, |
|
|
float * |
Wveto |
|
) |
| |
◆ PlotWaveform()
| void PlotWaveform |
( |
TString |
ifo, |
|
|
wavearray< double > * |
wfREC, |
|
|
CWB::config * |
cfg, |
|
|
bool |
fft = false, |
|
|
bool |
strain = false |
|
) |
| |