Class Reference for E1039 Core & Analysis Software
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "evfile_msg.h"
#include "evio.h"
Go to the source code of this file.
Macros | |
#define | PMODE 0644 |
#define | EVBLOCKSIZE 8192 |
#define | EV_READ 0 |
#define | EV_WRITE 1 |
#define | EV_PIPE 2 |
#define | EV_PIPEWRITE 3 |
#define | EV_VERSION 1 |
#define | EV_MAGIC 0xc0da0100 |
#define | EV_HDSIZ 8 |
#define | EV_HD_BLKSIZ 0 /* size of block in longwords */ |
#define | EV_HD_BLKNUM 1 /* number, starting at 0 */ |
#define | EV_HD_HDSIZ 2 /* size of header in longwords (=8) */ |
#define | EV_HD_START 3 /* first start of event in this block */ |
#define | EV_HD_USED 4 /* number of words used in block (<= BLKSIZ) */ |
#define | EV_HD_VER 5 /* version of file format (=1) */ |
#define | EV_HD_RESVD 6 /* (reserved) */ |
#define | EV_HD_MAGIC 7 /* magic number for error detection */ |
#define | evGetStructure() (EVFILE *)malloc(sizeof(EVFILE)) |
Typedefs | |
typedef struct evfilestruct | EVFILE |
typedef struct evBinarySearch | EVBSEARCH |
Functions | |
static int | findLastEventWithinBlock (EVFILE *) |
static int | copySingleEvent (EVFILE *, int *, int, int) |
static int | evSearchWithinBlock (EVFILE *, EVBSEARCH *, int *, int, int *, int, int *) |
static void | evFindEventBlockNum (EVFILE *, EVBSEARCH *, int *) |
static int | evGetEventNumber (EVFILE *, int) |
static int | evGetEventType (EVFILE *) |
static int | isRealEventsInsideBlock (EVFILE *, int, int) |
static int | physicsEventsInsideBlock (EVFILE *) |
int | int_swap_byte () |
void | onmemory_swap () |
int | swapped_fread () |
void | swapped_intcpy () |
void | swapped_memcpy () |
int | evopen_ (char *filename, char *flags, int *handle, int fnlen, int flen) |
static char * | kill_trailing (char *s, char t) |
int | evOpen (char *fname, char *flags, int *handle) |
int | evread_ (int *handle, int *buffer, int *buflen) |
int | evRead (int handle, int *buffer, int buflen) |
int | evGetNewBuffer (EVFILE *a) |
int | evwrite_ (int *handle, int *buffer) |
int | evWrite (int handle, int *buffer) |
int | evFlush (EVFILE *a) |
int | evioctl_ (int *handle, char *request, void *argp, int reqlen) |
int | evIoctl (int handle, char *request, void *argp) |
int | evclose_ (int *handle) |
int | evClose (int handle) |
int | evOpenSearch (int handle, int *b_handle) |
int | evSearch (int handle, int b_handle, int evn, int *buffer, int buflen, int *size) |
int | evCloseSearch (int b_handle) |
#define EV_HD_START 3 /* first start of event in this block */ |
#define EV_HD_USED 4 /* number of words used in block (<= BLKSIZ) */ |
typedef struct evBinarySearch EVBSEARCH |
typedef struct evfilestruct EVFILE |
|
static |
Definition at line 1016 of file evio.c.
References EV_HDSIZ, S_EVFILE_TRUNC, S_SUCCESS, and swapped_memcpy().
Referenced by evSearchWithinBlock().
int evClose | ( | int | handle | ) |
Definition at line 586 of file evio.c.
References EV_MAGIC, EV_PIPE, EV_PIPEWRITE, EV_WRITE, evFlush(), and S_EVFILE_BADHANDLE.
Referenced by CodaInputManager::CloseFile(), and evclose_().
int evclose_ | ( | int * | handle | ) |
Definition at line 923 of file evio.c.
References EV_HD_START, EV_HD_USED, EV_HDSIZ, isRealEventsInsideBlock(), and swapped_intcpy().
Referenced by evSearchWithinBlock().
int evFlush | ( | EVFILE * | a | ) |
Definition at line 497 of file evio.c.
References EV_HD_BLKNUM, EV_HD_BLKSIZ, EV_HD_HDSIZ, EV_HD_MAGIC, EV_HD_RESVD, EV_HD_START, EV_HD_USED, EV_HD_VER, EV_HDSIZ, EV_MAGIC, EV_VERSION, and S_SUCCESS.
Referenced by evClose(), and evWrite().
|
static |
Definition at line 1113 of file evio.c.
References EV_HDSIZ, and int_swap_byte().
Referenced by evSearchWithinBlock().
|
static |
Definition at line 1136 of file evio.c.
References EV_HDSIZ, and swapped_intcpy().
Referenced by evSearchWithinBlock(), findLastEventWithinBlock(), isRealEventsInsideBlock(), and physicsEventsInsideBlock().
int evGetNewBuffer | ( | EVFILE * | a | ) |
Definition at line 425 of file evio.c.
References EV_HD_BLKNUM, EV_HD_HDSIZ, EV_HD_MAGIC, EV_HD_USED, EV_HDSIZ, EV_MAGIC, onmemory_swap(), S_EVFILE_BADBLOCK, S_EVFILE_BADFILE, S_EVFILE_UNXPTDEOF, and S_SUCCESS.
Referenced by evRead().
int evIoctl | ( | int | handle, |
char * | request, | ||
void * | argp | ||
) |
Definition at line 538 of file evio.c.
References EV_HD_BLKNUM, EV_HD_BLKSIZ, EV_HD_HDSIZ, EV_HD_MAGIC, EV_HD_RESVD, EV_HD_START, EV_HD_USED, EV_HD_VER, EV_HDSIZ, EV_MAGIC, EV_PIPEWRITE, EV_VERSION, EV_WRITE, EVBLOCKSIZE, S_EVFILE_ALLOCFAIL, S_EVFILE_BADHANDLE, S_EVFILE_BADSIZEREQ, S_EVFILE_UNKOPTION, and S_SUCCESS.
Referenced by evioctl_().
int evioctl_ | ( | int * | handle, |
char * | request, | ||
void * | argp, | ||
int | reqlen | ||
) |
int evOpen | ( | char * | fname, |
char * | flags, | ||
int * | handle | ||
) |
Definition at line 187 of file evio.c.
References EV_HD_BLKNUM, EV_HD_BLKSIZ, EV_HD_HDSIZ, EV_HD_MAGIC, EV_HD_RESVD, EV_HD_START, EV_HD_USED, EV_HD_VER, EV_HDSIZ, EV_MAGIC, EV_PIPE, EV_PIPEWRITE, EV_READ, EV_VERSION, EV_WRITE, EVBLOCKSIZE, evGetStructure, int_swap_byte(), kill_trailing(), NULL, S_EVFILE_ALLOCFAIL, S_EVFILE_BADFILE, S_EVFILE_BADHANDLE, S_EVFILE_UNKOPTION, S_SUCCESS, and swapped_intcpy().
Referenced by evopen_(), and CodaInputManager::OpenFile().
int evopen_ | ( | char * | filename, |
char * | flags, | ||
int * | handle, | ||
int | fnlen, | ||
int | flen | ||
) |
int evOpenSearch | ( | int | handle, |
int * | b_handle | ||
) |
Definition at line 619 of file evio.c.
References EV_HD_BLKNUM, EV_HDSIZ, findLastEventWithinBlock(), int_swap_byte(), NULL, and physicsEventsInsideBlock().
int evRead | ( | int | handle, |
int * | buffer, | ||
int | buflen | ||
) |
Definition at line 369 of file evio.c.
References EV_MAGIC, evGetNewBuffer(), int_swap_byte(), S_EVFILE_BADHANDLE, S_EVFILE_TRUNC, S_SUCCESS, and swapped_memcpy().
Referenced by evread_(), and CodaInputManager::NextCodaEvent().
int evread_ | ( | int * | handle, |
int * | buffer, | ||
int * | buflen | ||
) |
int evSearch | ( | int | handle, |
int | b_handle, | ||
int | evn, | ||
int * | buffer, | ||
int | buflen, | ||
int * | size | ||
) |
Definition at line 757 of file evio.c.
References evSearchWithinBlock().
|
static |
Definition at line 830 of file evio.c.
References copySingleEvent(), EV_HDSIZ, evFindEventBlockNum(), evGetEventNumber(), evGetEventType(), and int_swap_byte().
Referenced by evSearch().
int evWrite | ( | int | handle, |
int * | buffer | ||
) |
Definition at line 469 of file evio.c.
References EV_HD_START, EV_MAGIC, evFlush(), S_EVFILE_BADHANDLE, and S_SUCCESS.
Referenced by evwrite_().
int evwrite_ | ( | int * | handle, |
int * | buffer | ||
) |
|
static |
Definition at line 689 of file evio.c.
References evGetEventType(), and int_swap_byte().
Referenced by evOpenSearch().
int int_swap_byte | ( | ) |
Referenced by evGetEventNumber(), evOpen(), evOpenSearch(), evRead(), evSearchWithinBlock(), findLastEventWithinBlock(), isRealEventsInsideBlock(), and physicsEventsInsideBlock().
|
static |
Definition at line 980 of file evio.c.
References evGetEventType(), and int_swap_byte().
Referenced by evFindEventBlockNum().
|
static |
void onmemory_swap | ( | ) |
|
static |
Definition at line 1169 of file evio.c.
References EV_HD_BLKNUM, EV_HD_START, EV_HD_USED, EV_HDSIZ, evGetEventType(), int_swap_byte(), and swapped_intcpy().
Referenced by evOpenSearch().
int swapped_fread | ( | ) |
void swapped_intcpy | ( | ) |
Referenced by evFindEventBlockNum(), evGetEventType(), evOpen(), and physicsEventsInsideBlock().
void swapped_memcpy | ( | ) |