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

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

Function Documentation

in close ( )
gSM Draw ( )
if ( !in.  good())

Definition at line 21 of file DrawProbEventDump.C.

in open ( EVENT_DUMP  )
gSM SetOptions ( PROJECTION  ,
COORDINATES  ,
RESOLUTION 2 
)
gSM SetTitle ( title  )
while ( )

Definition at line 25 of file DrawProbEventDump.C.

Variable Documentation

bool found =false

Definition at line 24 of file DrawProbEventDump.C.

ifstream in

Definition at line 19 of file DrawProbEventDump.C.

char istring[1024]

Definition at line 23 of file DrawProbEventDump.C.

TString title = TString("Probability SkyMap")

Definition at line 63 of file DrawProbEventDump.C.