#include "TObjString.h"#include "TObjArray.h"#include "TString.h"#include "TROOT.h"#include "TMath.h"#include "TSystem.h"#include "TLatex.h"#include "TTree.h"#include "TFile.h"#include "TNamed.h"#include "TGlobal.h"#include "TFileMerger.h"#include <string>#include <iostream>#include <fstream>#include <stdlib.h>#include <math.h>#include <ctype.h>#include <vector>#include "wavecomplex.hh"#include "wavearray.hh"#include "wat.hh"#include "History.hh"#include "Toolbox.hh"#include "config.hh"#include "time.hh"#include "ced.hh"#include "frame.hh"#include "livetime.hh"#include "variability.hh"#include "wavenoise.hh"#include "CWB_Plugin.h"Classes | |
| class | cwb |
Macros | |
| #define | EXPORT(TYPE, VAR, CMD) |
| #define | IMPORT(TYPE, VAR) |
Enumerations | |
| enum | CWB_PLUGIN { CWB_PLUGIN_CONFIG = 0, CWB_PLUGIN_NETWORK = 1, CWB_PLUGIN_STRAIN = 2, CWB_PLUGIN_DATA = 2, CWB_PLUGIN_MDC = 3, CWB_PLUGIN_STRAIN_AND_MDC = 4, CWB_PLUGIN_DATA_MDC = 4, CWB_PLUGIN_REGRESSION = 4, CWB_PLUGIN_IDATA_CONDITIONING = 4, CWB_PLUGIN_WHITE = 5, CWB_PLUGIN_ODATA_CONDITIONING = 5, CWB_PLUGIN_ICOHERENCE = 6, CWB_PLUGIN_ISUPERCLUSTER = 7, CWB_PLUGIN_OLIKELIHOOD = 8, CWB_PLUGIN_INIT_JOB = 9, CWB_PLUGIN_CLOSE_JOB = 10, CWB_PLUGIN_RMDC = 11, CWB_PLUGIN_ILIKELIHOOD = 12, CWB_PLUGIN_OCOHERENCE = 13, CWB_PLUGIN_OREADDATA = 14, CWB_PLUGIN_DATA_CONDITIONING = 15, CWB_PLUGIN_XCOHERENCE = 16, CWB_PLUGIN_OSUPERCLUSTER = 17, CWB_PLUGIN_ECOHERENCE = 18, CWB_PLUGIN_XLIKELIHOOD = 19, CWB_PLUGIN_CED = 20, CWB_PLUGIN_BCOHERENCE = 21 } |
| enum | CWB_STAGE { CWB_STAGE_FULL = 0, CWB_STAGE_INIT = 1, CWB_STAGE_STRAIN = 2, CWB_STAGE_CSTRAIN = 3, CWB_STAGE_COHERENCE = 4, CWB_STAGE_SUPERCLUSTER = 5, CWB_STAGE_LIKELIHOOD = 6, CWB_STAGE_SAVE = 7, CWB_STAGE_FINISH = 8 } |
Functions | |
| void | CWB_Plugin (TFile *jfile, CWB::config *, network *, WSeries< double > *, TString, int) |
| COHERENCE. More... | |
| #define EXPORT | ( | TYPE, | |
| VAR, | |||
| CMD | |||
| ) |
| #define IMPORT | ( | TYPE, | |
| VAR | |||
| ) |
| enum CWB_PLUGIN |
| enum CWB_STAGE |
| void CWB_Plugin | ( | TFile * | jfile, |
| CWB::config * | cfg, | ||
| network * | net, | ||
| WSeries< double > * | x, | ||
| TString | ifo, | ||
| int | type | ||
| ) |