Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Enumerations | Variables
config.hh File Reference
#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"
Include dependency graph for config.hh:
This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

Enumerator
CWB_JOBF_SAVE_DISABLE 
CWB_JOBF_SAVE_CONFIG 
CWB_JOBF_SAVE_NETWORK 
CWB_JOBF_SAVE_HISTORY 
CWB_JOBF_SAVE_STRAIN 
CWB_JOBF_SAVE_MDC 
CWB_JOBF_SAVE_CSTRAIN 
CWB_JOBF_SAVE_COHERENCE 
CWB_JOBF_SAVE_SUPERCLUSTER 
CWB_JOBF_SAVE_LIKELIHOOD 
CWB_JOBF_SAVE_CED 
CWB_JOBF_SAVE_JNET_MACRO 
CWB_JOBF_SAVE_CWB 
CWB_JOBF_SAVE_SPARSE 
CWB_JOBF_SAVE_WFINJ 
CWB_JOBF_SAVE_WFREC 
CWB_JOBF_SAVE_NODE 
CWB_JOBF_SAVE_TRGFILE 
CWB_JOBF_SAVE_CSPARSE 
CWB_JOBF_SAVE_ALL 

Definition at line 37 of file config.hh.

Enumerator
CWB_OUTF_SAVE_DISABLE 
CWB_OUTF_SAVE_VAR 
CWB_OUTF_SAVE_NOISE 
CWB_OUTF_SAVE_ALL 

Definition at line 61 of file config.hh.

Variable Documentation

const int DQF_MAX = 100

Definition at line 69 of file config.hh.

const int FACTORS_MAX = 1000

Definition at line 68 of file config.hh.