JAPAn
Just Another Parity Analyzer
|
Event buffer management for reading and processing CODA data files. More...
#include "QwEventBuffer.h"
#include "QwOptions.h"
#include "QwEPICSEvent.h"
#include "VQwSubsystem.h"
#include "QwSubsystemArray.h"
#include <TMath.h>
#include <vector>
#include <glob.h>
#include <csignal>
#include "THaCodaFile.h"
Go to the source code of this file.
Functions | |
void | sigint_handler (int sig) |
void | sigusr_handler (int sig) |
Variables | |
Bool_t | globalEXIT |
Bool_t | onlineRestart |
Event buffer management for reading and processing CODA data files.
Definition in file QwEventBuffer.cc.
void sigint_handler | ( | int | sig | ) |
Definition at line 21 of file QwEventBuffer.cc.
References globalEXIT.
Referenced by QwEventBuffer::QwEventBuffer().
void sigusr_handler | ( | int | sig | ) |
Definition at line 27 of file QwEventBuffer.cc.
References onlineRestart.
Referenced by QwEventBuffer::QwEventBuffer().
Bool_t globalEXIT |
Definition at line 19 of file QwEventBuffer.cc.
Referenced by QwEventBuffer::GetEtEvent(), QwEventBuffer::GetNextEvent(), QwEventBuffer::OpenNextStream(), QwEventBuffer::QwEventBuffer(), sigint_handler(), and QwEventBuffer::VerifyCodaVersion().
Bool_t onlineRestart |
Definition at line 20 of file QwEventBuffer.cc.
Referenced by QwEventBuffer::GetNextEvent(), QwEventBuffer::QwEventBuffer(), and sigusr_handler().