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

Macros

#define WORLD_MAP_DIR   "$CWB_GWAT/data/"
 

Functions

gNET DrawAntennaPattern (3)
 
gNET DrawSites (kBlack, 2.0)
 
gNET DrawSitesArms (1000000, kWhite, 3.0)
 
gNET DrawSitesShortLabel (kBlack)
 
gSM SetWorldMap ()
 
gSM SetWorldMapPath (world_map.Data())
 

Variables

gnetwork gNET
 
gskymapgSM = gNET.GetGskymap()
 
detector H1 ((char *)"H1")
 
gNET addL1
 
detector V1 ((char *)"V1")
 
TString world_map = gSystem->ExpandPathName(WORLD_MAP_DIR)
 

Macro Definition Documentation

◆ WORLD_MAP_DIR

#define WORLD_MAP_DIR   "$CWB_GWAT/data/"

Function Documentation

◆ DrawAntennaPattern()

gNET DrawAntennaPattern ( )

◆ DrawSites()

gNET DrawSites ( kBlack  ,
2.  0 
)

◆ DrawSitesArms()

gNET DrawSitesArms ( 1000000  ,
kWhite  ,
3.  0 
)

◆ DrawSitesShortLabel()

gNET DrawSitesShortLabel ( kBlack  )

◆ SetWorldMap()

gSM SetWorldMap ( )

◆ SetWorldMapPath()

gSM SetWorldMapPath ( world_map.  Data())

Variable Documentation

◆ gNET

gnetwork gNET

Definition at line 8 of file DrawGNET.C.

◆ gSM

Definition at line 13 of file DrawGNET.C.

◆ H1

gNET add & H1
Initial value:
{
#define WORLD_MAP_DIR
detector L1((char*)"L1")
gNET add & L1
Definition: DrawGNET.C:9

Definition at line 10 of file DrawGNET.C.

◆ L1

gNET add& L1

Definition at line 9 of file DrawGNET.C.

◆ V1

gNET add & V1

Definition at line 11 of file DrawGNET.C.

◆ world_map

TString world_map = gSystem->ExpandPathName(WORLD_MAP_DIR)

Definition at line 16 of file DrawGNET.C.