#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>Macros | |
| #define | nPEAK 10 |
| #define | XIFO 4 |
Functions | |
| void | CWB_Plugin (TFile *jfile, CWB::config *cfg, network *NET, WSeries< double > *x, TString ifo, int type) |
| COHERENCE. More... | |
| void | GetGlitchParams (wavearray< double > *wf, int ifoID, float PF[][nPEAK], float PB[][nPEAK], float PA[][nPEAK], float PE[][nPEAK]) |
| void | PlotWaveform (TString ifo, wavearray< double > *wfREC, CWB::config *cfg, bool fft=false, bool strain=false) |
| #define nPEAK 10 |
Definition at line 40 of file CWB_Plugin_WavePeaks.C.
| #define XIFO 4 |
Definition at line 19 of file CWB_Plugin_WavePeaks.C.
| void CWB_Plugin | ( | TFile * | jfile, |
| CWB::config * | cfg, | ||
| network * | NET, | ||
| WSeries< double > * | x, | ||
| TString | ifo, | ||
| int | type | ||
| ) |
| void GetGlitchParams | ( | wavearray< double > * | wf, |
| int | ifoID, | ||
| float | PF[][nPEAK], | ||
| float | PB[][nPEAK], | ||
| float | PA[][nPEAK], | ||
| float | PE[][nPEAK] | ||
| ) |
Definition at line 210 of file CWB_Plugin_WavePeaks.C.
| void PlotWaveform | ( | TString | ifo, |
| wavearray< double > * | wfREC, | ||
| CWB::config * | cfg, | ||
| bool | fft = false, |
||
| bool | strain = false |
||
| ) |
Definition at line 272 of file CWB_Plugin_WavePeaks.C.