MIDAS
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <fcntl.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | EVENT_HEADER |
Macros | |
#define | SUCCESS 1 |
#define | TRUE 1 |
#define | FALSE 0 |
#define | EVENTID_BOR ((short int) 0x8000) |
#define | EVENTID_EOR ((short int) 0x8001) |
#define | EVENTID_MESSAGE ((short int) 0x8002) |
Typedefs | |
typedef unsigned int | DWORD |
typedef int | INT |
typedef int | BOOL |
typedef char | str[256] |
Functions | |
BOOL | equal_ustring (char *str1, char *str2) |
int | odb_hist (char *file_name, int run_number, char *var_name, int quiet, double *value, int eoln, int boln, int print) |
int | load_pars_from_file (char filename[256]) |
int | extract (char *mid_file, char *odb_file) |
int | main (int argc, char *argv[]) |
Variables | |
str | var_params [100] |
DWORD | status |
DWORD | start_run |
DWORD | end_run |
DWORD | run |
INT | i |
INT | quiet |
INT | add |
INT | j |
INT | k |
INT | eoln |
INT | boln |
char | file_name [256] |
char | var_name [256] |
char | mid_name [256] |
double | total [100] |
double | value [100] |
Begin-of-run
Definition at line 348 of file odbhist.cxx.
End-of-run
Definition at line 349 of file odbhist.cxx.
Message events
Definition at line 350 of file odbhist.cxx.
#define FALSE 0 |
Definition at line 28 of file odbhist.cxx.
#define SUCCESS 1 |
Definition at line 26 of file odbhist.cxx.
#define TRUE 1 |
Definition at line 27 of file odbhist.cxx.
Definition at line 32 of file odbhist.cxx.
Definition at line 31 of file odbhist.cxx.
Definition at line 33 of file odbhist.cxx.
Definition at line 46 of file odbhist.cxx.
Definition at line 352 of file odbhist.cxx.
Definition at line 212 of file odbhist.cxx.
Definition at line 430 of file odbhist.cxx.
int odb_hist | ( | char * | file_name, |
int | run_number, | ||
char * | var_name, | ||
int | quiet, | ||
double * | value, | ||
int | eoln, | ||
int | boln, | ||
int | |||
) |
Definition at line 67 of file odbhist.cxx.
INT add |
Definition at line 40 of file odbhist.cxx.
INT boln |
Definition at line 40 of file odbhist.cxx.
DWORD end_run |
Definition at line 39 of file odbhist.cxx.
INT eoln |
Definition at line 40 of file odbhist.cxx.
char file_name[256] |
Definition at line 41 of file odbhist.cxx.
INT i |
Definition at line 40 of file odbhist.cxx.
INT j |
Definition at line 40 of file odbhist.cxx.
INT k |
Definition at line 40 of file odbhist.cxx.
char mid_name[256] |
Definition at line 41 of file odbhist.cxx.
INT quiet |
Definition at line 40 of file odbhist.cxx.
DWORD run |
Definition at line 39 of file odbhist.cxx.
DWORD start_run |
Definition at line 39 of file odbhist.cxx.
DWORD status |
Definition at line 39 of file odbhist.cxx.
double total[100] |
Definition at line 42 of file odbhist.cxx.
double value[100] |
Definition at line 42 of file odbhist.cxx.
char var_name[256] |
Definition at line 41 of file odbhist.cxx.
str var_params[100] |
Definition at line 37 of file odbhist.cxx.