Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JEventProcessor_danaevio.cc File Reference
#include <danaevio/DDANAEVIODOMTree.h>
#include <danaevio/DDANAEVIO_factory.h>
#include <danaevio/JEventProcessor_danaevio.h>
#include <danaevio/dana_evio_dict.h>

Go to the source code of this file.

Functions

static FILE * initSocket (const char *ipAddress, int port, int *sock)
 

Variables

static string evioFileName = "dana_events.evio"
 
static evioFileChannel * chan
 
static bool evioIOAbort = false
 
static string evioHost = "localhost"
 
static int evioPort = 0xCED
 
static FILE * evioFILE = NULL
 
static int evioSocket = 0
 
static uint32_t socketHeader [3] = {0xCEBAF,1,0}
 
static uint32_t * socketBuffer
 
static int evioSocketTry = 6
 
static int evioSocketWait = 5
 
static int evioBufSize =750000
 
static pthread_mutex_t evioMutex = PTHREAD_MUTEX_INITIALIZER
 
jana::JApplication * japp
 

Function Documentation

FILE * initSocket ( const char *  ipAddress,
int  port,
int *  sock 
)
static

Variable Documentation

string evioHost = "localhost"
static
pthread_mutex_t evioMutex = PTHREAD_MUTEX_INITIALIZER
static
int evioPort = 0xCED
static
int evioSocket = 0
static
int evioSocketTry = 6
static
int evioSocketWait = 5
static
jana::JApplication* japp
uint32_t socketHeader[3] = {0xCEBAF,1,0}
static