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

Macros

#define COORDINATES   "Geographic"
 
#define DISPLAY_WORLD_MAP
 
#define FPLUS
 
#define IFO   "V1"
 
#define PROJECTION   ""
 
#define RESOLUTION   2
 
#define WORLD_MAP_DIR   "$CWB_GWAT/data/"
 

Functions

detector D ((char *) IFO)
 
gSM Draw (0)
 
 for (int l=0;l< L;l++)
 pointers to detectors More...
 
gSM SetGridxColor (kWhite)
 
gSM SetGridyColor (kWhite)
 
gSM SetOptions (PROJECTION, COORDINATES, RESOLUTION/2)
 
gSM SetTitle (title)
 
gSM SetWorldMap ()
 
gSM SetWorldMapPath (world_map.Data())
 

Variables

int L = gSM->size()
 
TString title = TString("F_{+}")
 
TString world_map = gSystem->ExpandPathName(WORLD_MAP_DIR)
 

Macro Definition Documentation

◆ COORDINATES

#define COORDINATES   "Geographic"

◆ DISPLAY_WORLD_MAP

#define DISPLAY_WORLD_MAP

◆ FPLUS

#define FPLUS

◆ IFO

#define IFO   "V1"

◆ PROJECTION

#define PROJECTION   ""

◆ RESOLUTION

#define RESOLUTION   2

◆ WORLD_MAP_DIR

#define WORLD_MAP_DIR   "$CWB_GWAT/data/"

Function Documentation

◆ D()

detector D ( (char *)  IFO)

◆ Draw()

gSM Draw ( )

◆ for()

for ( )

pointers to detectors

Definition at line 28 of file DrawSingleDetectorAntennaPatterns.C.

◆ SetGridxColor()

gSM SetGridxColor ( kWhite  )

◆ SetGridyColor()

gSM SetGridyColor ( kWhite  )

◆ SetOptions()

gSM SetOptions ( PROJECTION  ,
COORDINATES  ,
RESOLUTION 2 
)

◆ SetTitle()

gSM SetTitle ( title  )

◆ SetWorldMap()

gSM SetWorldMap ( )

◆ SetWorldMapPath()

gSM SetWorldMapPath ( world_map.  Data())

Variable Documentation

◆ L

int L = gSM->size()

Definition at line 27 of file DrawSingleDetectorAntennaPatterns.C.

◆ title

TString title = TString("F_{+}")

Definition at line 46 of file DrawSingleDetectorAntennaPatterns.C.

◆ world_map

TString world_map = gSystem->ExpandPathName(WORLD_MAP_DIR)

Definition at line 40 of file DrawSingleDetectorAntennaPatterns.C.