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

Macros

#define COORDINATES   "Geographic"
 
#define EVENT_DUMP   "eventDump.txt"
 
#define PROJECTION   ""
 
#define RESOLUTION   2
 

Functions

in close ()
 
gSM Draw (0)
 
 if (!in.good())
 
in open (EVENT_DUMP)
 
gSM SetOptions (PROJECTION, COORDINATES, RESOLUTION/2)
 
gSM SetTitle (title)
 
 while (1)
 

Variables

bool found =false
 
ifstream in
 
char istring [1024]
 
TString title = TString("Probability SkyMap")
 

Macro Definition Documentation

◆ COORDINATES

#define COORDINATES   "Geographic"

◆ EVENT_DUMP

#define EVENT_DUMP   "eventDump.txt"

◆ PROJECTION

#define PROJECTION   ""

◆ RESOLUTION

#define RESOLUTION   2

Function Documentation

◆ close()

in close ( )

◆ Draw()

gSM Draw ( )

◆ if()

if ( !in.  good())

Definition at line 21 of file DrawProbEventDump.C.

◆ open()

in open ( EVENT_DUMP  )

◆ SetOptions()

gSM SetOptions ( PROJECTION  ,
COORDINATES  ,
RESOLUTION 2 
)

◆ SetTitle()

gSM SetTitle ( title  )

◆ while()

while ( )

Definition at line 25 of file DrawProbEventDump.C.

Variable Documentation

◆ found

bool found =false

Definition at line 24 of file DrawProbEventDump.C.

◆ in

ifstream in

Definition at line 19 of file DrawProbEventDump.C.

◆ istring

char istring[1024]

Definition at line 23 of file DrawProbEventDump.C.

◆ title

TString title = TString("Probability SkyMap")

Definition at line 63 of file DrawProbEventDump.C.