ROOTANA
Functions | Variables
event_dump.cxx File Reference
#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>
Include dependency graph for event_dump.cxx:

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

MVOdbgOdb = NULL
 
int gEventCutoff = 0
 
bool gSaveOdb = false
 
bool gPrintBank = false
 

Function Documentation

◆ endRun()

void endRun ( int  transition,
int  run,
int  time 
)

Definition at line 145 of file event_dump.cxx.

Here is the caller graph for this function:

◆ HandleMidasEvent()

void HandleMidasEvent ( TMidasEvent event)

Definition at line 33 of file event_dump.cxx.

Here is the caller graph for this function:

◆ help()

void help ( )

Definition at line 213 of file event_dump.cxx.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 232 of file event_dump.cxx.

Here is the call graph for this function:

◆ ProcessMidasFile()

int ProcessMidasFile ( const char *  fname)

Definition at line 42 of file event_dump.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ProcessMidasOnline()

int ProcessMidasOnline ( const char *  hostname,
const char *  exptname 
)

Definition at line 150 of file event_dump.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ startRun()

void startRun ( int  transition,
int  run,
int  time 
)

Definition at line 140 of file event_dump.cxx.

Here is the caller graph for this function:

Variable Documentation

◆ gEventCutoff

int gEventCutoff = 0

Definition at line 29 of file event_dump.cxx.

◆ gOdb

MVOdb* gOdb = NULL

Definition at line 27 of file event_dump.cxx.

◆ gPrintBank

bool gPrintBank = false

Definition at line 31 of file event_dump.cxx.

◆ gSaveOdb

bool gSaveOdb = false

Definition at line 30 of file event_dump.cxx.