#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"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) |
Variables | |
| static vector< double > | DEFAULT_VECtOR_DOUBLE |
| enum MDC_COORDINATES |
| enum MDC_DISTRIBUTION |
| enum MDC_TYPE |
|
inline |