Logo coherent WaveBurst  
Library Reference Guide
Logo
Macros | Functions
DrawNRI.C File Reference

Macros

#define A1_SIGMA   1
 
#define A2_SIGMA   1
 
#define COORDINATES   "Geographic"
 
#define DISPLAY_WORLD_MAP
 
#define G1_SIGMA   1
 
#define H1_ENABLED
 
#define H1_SIGMA   1
 
#define H2_ENABLED
 
#define H2_SIGMA   1
 
#define J1_SIGMA   1
 
#define L1_ENABLED
 
#define L1_SIGMA   1
 
#define NDETECTORS   9
 
#define NET_GAMMA   0.2
 
#define NTRIES   1000000
 
#define PLOT_POSTFIX   "_WM"
 
#define PROJECTION   ""
 
#define RESOLUTION   1
 
#define SNR   10
 
#define T1_SIGMA   1
 
#define V1_ENABLED
 
#define V1_SIGMA   1
 

Functions

void DrawNRI ()
 
int GetSkyMapSensitivity (double *&x, double *&y, double *&z, double *&t, TString &title, TString &ofileName, int &ndet)
 
static int net9 (double *, double, double *, double, double)
 

Macro Definition Documentation

◆ A1_SIGMA

#define A1_SIGMA   1

Definition at line 23 of file DrawNRI.C.

◆ A2_SIGMA

#define A2_SIGMA   1

Definition at line 24 of file DrawNRI.C.

◆ COORDINATES

#define COORDINATES   "Geographic"

Definition at line 47 of file DrawNRI.C.

◆ DISPLAY_WORLD_MAP

#define DISPLAY_WORLD_MAP

Definition at line 53 of file DrawNRI.C.

◆ G1_SIGMA

#define G1_SIGMA   1

Definition at line 18 of file DrawNRI.C.

◆ H1_ENABLED

#define H1_ENABLED

Definition at line 7 of file DrawNRI.C.

◆ H1_SIGMA

#define H1_SIGMA   1

Definition at line 16 of file DrawNRI.C.

◆ H2_ENABLED

#define H2_ENABLED

Definition at line 9 of file DrawNRI.C.

◆ H2_SIGMA

#define H2_SIGMA   1

Definition at line 22 of file DrawNRI.C.

◆ J1_SIGMA

#define J1_SIGMA   1

Definition at line 25 of file DrawNRI.C.

◆ L1_ENABLED

#define L1_ENABLED

Definition at line 6 of file DrawNRI.C.

◆ L1_SIGMA

#define L1_SIGMA   1

Definition at line 17 of file DrawNRI.C.

◆ NDETECTORS

#define NDETECTORS   9

Definition at line 185 of file DrawNRI.C.

◆ NET_GAMMA

#define NET_GAMMA   0.2

Definition at line 58 of file DrawNRI.C.

◆ NTRIES

#define NTRIES   1000000

Definition at line 28 of file DrawNRI.C.

◆ PLOT_POSTFIX

#define PLOT_POSTFIX   "_WM"

Definition at line 34 of file DrawNRI.C.

◆ PROJECTION

#define PROJECTION   ""

Definition at line 49 of file DrawNRI.C.

◆ RESOLUTION

#define RESOLUTION   1

Definition at line 38 of file DrawNRI.C.

◆ SNR

#define SNR   10

Definition at line 36 of file DrawNRI.C.

◆ T1_SIGMA

#define T1_SIGMA   1

Definition at line 20 of file DrawNRI.C.

◆ V1_ENABLED

#define V1_ENABLED

Definition at line 8 of file DrawNRI.C.

◆ V1_SIGMA

#define V1_SIGMA   1

Definition at line 19 of file DrawNRI.C.

Function Documentation

◆ DrawNRI()

void DrawNRI ( )

Definition at line 67 of file DrawNRI.C.

◆ GetSkyMapSensitivity()

int GetSkyMapSensitivity ( double *&  x,
double *&  y,
double *&  z,
double *&  t,
TString title,
TString ofileName,
int ndet 
)

Definition at line 188 of file DrawNRI.C.

◆ net9()

int net9 ( double *  u,
double  um,
double *  v,
double  vm,
double  g 
)
inlinestatic

Definition at line 482 of file DrawNRI.C.