|
ROOTANA
|
#include <stdio.h>#include <sys/time.h>#include <assert.h>#include <signal.h>#include <errno.h>#include <stdlib.h>#include <string.h>#include "TMidasOnline.h"#include "TMidasEvent.h"#include "midasio.h"#include "mvodb.h"#include <vector>
Go to the source code of this file.
Functions | |
| void | HandleMidasEvent (TMidasEvent &event) |
| int | ProcessMidasFile (const char *fname) |
| void | startRun (int transition, int run, int time) |
| void | endRun (int transition, int run, int time) |
| int | ProcessMidasOnline (const char *hostname, const char *exptname) |
| void | help () |
| int | main (int argc, char *argv[]) |
Variables | |
| MVOdb * | gOdb = NULL |
| int | gEventCutoff = 0 |
| bool | gSaveOdb = false |
| bool | gPrintBank = false |
| void endRun | ( | int | transition, |
| int | run, | ||
| int | time | ||
| ) |
| void HandleMidasEvent | ( | TMidasEvent & | event | ) |
| void help | ( | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int ProcessMidasFile | ( | const char * | fname | ) |
Definition at line 42 of file event_dump.cxx.


| int ProcessMidasOnline | ( | const char * | hostname, |
| const char * | exptname | ||
| ) |
Definition at line 150 of file event_dump.cxx.


| void startRun | ( | int | transition, |
| int | run, | ||
| int | time | ||
| ) |
| int gEventCutoff = 0 |
Definition at line 29 of file event_dump.cxx.
| MVOdb* gOdb = NULL |
Definition at line 27 of file event_dump.cxx.
| bool gPrintBank = false |
Definition at line 31 of file event_dump.cxx.
| bool gSaveOdb = false |
Definition at line 30 of file event_dump.cxx.