#include "TObjString.h"#include "TObjArray.h"#include "TString.h"#include "TROOT.h"#include "TMath.h"#include "TSystem.h"#include "TLatex.h"#include "TMacro.h"#include "TNamed.h"#include <string>#include <iostream>#include <fstream>#include <stdlib.h>#include <math.h>#include <ctype.h>#include "wavecomplex.hh"#include "wavearray.hh"#include "detector.hh"#include "wat.hh"#include "Toolbox.hh"#include "History.hh"Classes | |
| class | CWB::config |
Namespaces | |
| CWB | |
Enumerations | |
| enum | CWB_JOBF_OPTIONS { CWB_JOBF_SAVE_DISABLE = 0x00000000, CWB_JOBF_SAVE_CONFIG = 0x00000001, CWB_JOBF_SAVE_NETWORK = 0x00000002, CWB_JOBF_SAVE_HISTORY = 0x00000004, CWB_JOBF_SAVE_STRAIN = 0x00000008, CWB_JOBF_SAVE_MDC = 0x00000010, CWB_JOBF_SAVE_CSTRAIN = 0x00000020, CWB_JOBF_SAVE_COHERENCE = 0x00000040, CWB_JOBF_SAVE_SUPERCLUSTER = 0x00000080, CWB_JOBF_SAVE_LIKELIHOOD = 0x00000100, CWB_JOBF_SAVE_CED = 0x00000200, CWB_JOBF_SAVE_JNET_MACRO = 0x00000400, CWB_JOBF_SAVE_CWB = 0x00000800, CWB_JOBF_SAVE_SPARSE = 0x00001000, CWB_JOBF_SAVE_WFINJ = 0x00002000, CWB_JOBF_SAVE_WFREC = 0x00004000, CWB_JOBF_SAVE_NODE = 0x00008000, CWB_JOBF_SAVE_TRGFILE = 0x00010000, CWB_JOBF_SAVE_CSPARSE = 0x00020000, CWB_JOBF_SAVE_ALL = 0xFFFFFFFF } |
| enum | CWB_OUTF_OPTIONS { CWB_OUTF_SAVE_DISABLE = 0x00000000, CWB_OUTF_SAVE_VAR = 0x00000001, CWB_OUTF_SAVE_NOISE = 0x00000002, CWB_OUTF_SAVE_ALL = 0xFFFFFFFF } |
Variables | |
| const int | DQF_MAX = 100 |
| const int | FACTORS_MAX = 1000 |
| enum CWB_JOBF_OPTIONS |
| enum CWB_OUTF_OPTIONS |