Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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++)
 
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

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

Function Documentation

detector D ( (char *)  IFO)
gSM Draw ( )
for ( )

Definition at line 28 of file DrawSingleDetectorAntennaPatterns.C.

gSM SetGridxColor ( kWhite  )
gSM SetGridyColor ( kWhite  )
gSM SetOptions ( PROJECTION  ,
COORDINATES  ,
RESOLUTION 2 
)
gSM SetTitle ( title  )
gSM SetWorldMap ( )
gSM SetWorldMapPath ( world_map.  Data())

Variable Documentation

int L = gSM->size()

Definition at line 27 of file DrawSingleDetectorAntennaPatterns.C.

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

Definition at line 46 of file DrawSingleDetectorAntennaPatterns.C.

TString world_map = gSystem->ExpandPathName(WORLD_MAP_DIR)

Definition at line 40 of file DrawSingleDetectorAntennaPatterns.C.