Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Enumerations | Functions
mdc.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 "TTree.h"
#include "TFile.h"
#include "TNamed.h"
#include "TGlobal.h"
#include "TRandom.h"
#include "TComplex.h"
#include "TCanvas.h"
#include "TGraph.h"
#include "TMultiGraph.h"
#include "TColor.h"
#include "TF1.h"
#include "TF3.h"
#include "TMacro.h"
#include "Math/VectorUtil.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 "watplot.hh"
#include "skymap.hh"
#include "network.hh"
#include "detector.hh"
#include "wat.hh"
#include "History.hh"
#include "Toolbox.hh"
#include "config.hh"
#include "time.hh"
#include "gskymap.hh"
#include "STFT.hh"
#include "FrameL.h"
Include dependency graph for mdc.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  CWB::mdc
 
struct  mdcid
 
struct  mdcpar
 
struct  source
 
struct  waveform
 

Namespaces

 CWB
 

Macros

#define EPZOOM   0.9999999
 
#define MDC_INJ_HRSS   2.5e-21
 
#define MDC_INJ_JITTER   10.
 
#define MDC_INJ_LENGTH   1.
 
#define MDC_INJ_RATE   0.01
 
#define MDC_SAMPLE_RATE   16384.
 

Enumerations

enum  MDC_COORDINATES { MDC_EARTH = 0, MDC_CELESTIAL = 1 }
 
enum  MDC_DISTRIBUTION {
  MDC_RANDOM = -1000, MDC_EARTH_FIX = 0, MDC_CELESTIAL_FIX = 1, MDC_MNGD = 2,
  MDC_GWGC = 3, MDC_LOGFILE = 4, MDC_CUSTOM = 5, MDC_XMLFILE = 6
}
 
enum  MDC_DRAW { MDC_TIME = 0, MDC_FFT = 1, MDC_TF = 2 }
 
enum  MDC_TYPE {
  MDC_SG = 0, MDC_SGL = 0, MDC_SGC = 1, MDC_SGE = 2,
  MDC_RD = 3, MDC_RDL = 3, MDC_RDC = 4, MDC_RDE = 5,
  MDC_WNB = 6, MDC_GA = 7, MDC_EBBH = 8, MDC_GA_LAL = 9,
  MDC_SGE_LAL = 10, MDC_WNB_LAL = 11, MDC_CG = 12, MDC_CGL = 12,
  MDC_CGC = 13, MDC_CGE = 14, MDC_SC_LAL = 15, MDC_USER = 16
}
 

Functions

const char * DistributionToString (MDC_DISTRIBUTION n)
 

Macro Definition Documentation

#define EPZOOM   0.9999999

Definition at line 116 of file mdc.hh.

#define MDC_INJ_HRSS   2.5e-21

Definition at line 112 of file mdc.hh.

#define MDC_INJ_JITTER   10.

Definition at line 110 of file mdc.hh.

#define MDC_INJ_LENGTH   1.

Definition at line 111 of file mdc.hh.

#define MDC_INJ_RATE   0.01

Definition at line 109 of file mdc.hh.

#define MDC_SAMPLE_RATE   16384.

Definition at line 114 of file mdc.hh.

Enumeration Type Documentation

Enumerator
MDC_EARTH 
MDC_CELESTIAL 

Definition at line 141 of file mdc.hh.

Enumerator
MDC_RANDOM 
MDC_EARTH_FIX 
MDC_CELESTIAL_FIX 
MDC_MNGD 
MDC_GWGC 
MDC_LOGFILE 
MDC_CUSTOM 
MDC_XMLFILE 

Definition at line 146 of file mdc.hh.

enum MDC_DRAW
Enumerator
MDC_TIME 
MDC_FFT 
MDC_TF 

Definition at line 171 of file mdc.hh.

enum MDC_TYPE
Enumerator
MDC_SG 
MDC_SGL 
MDC_SGC 
MDC_SGE 
MDC_RD 
MDC_RDL 
MDC_RDC 
MDC_RDE 
MDC_WNB 
MDC_GA 
MDC_EBBH 
MDC_GA_LAL 
MDC_SGE_LAL 
MDC_WNB_LAL 
MDC_CG 
MDC_CGL 
MDC_CGC 
MDC_CGE 
MDC_SC_LAL 
MDC_USER 

Definition at line 118 of file mdc.hh.

Function Documentation

const char* DistributionToString ( MDC_DISTRIBUTION  n)
inline

Definition at line 157 of file mdc.hh.