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") |
| #define COORDINATES "Geographic" |
| #define EVENT_DUMP "eventDump.txt" |
| #define PROJECTION "" |
| #define RESOLUTION 2 |
| in close | ( | ) |
| gSM Draw | ( | 0 | ) |
| if | ( | !in. | good() | ) |
Definition at line 21 of file DrawProbEventDump.C.
| in open | ( | EVENT_DUMP | ) |
| gSM SetOptions | ( | PROJECTION | , |
| COORDINATES | , | ||
| RESOLUTION/ | 2 | ||
| ) |
| while | ( | 1 | ) |
Definition at line 25 of file DrawProbEventDump.C.
| 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.
Definition at line 63 of file DrawProbEventDump.C.