|
JAPAn
Just Another Parity Analyzer
|
Event buffer management for reading and processing CODA data files. More...
#include "QwEventBuffer.h"#include <chrono>#include <thread>#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"
Include dependency graph for QwEventBuffer.cc: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 24 of file QwEventBuffer.cc.
References globalEXIT.
Referenced by QwEventBuffer::QwEventBuffer().
Here is the caller graph for this function:| void sigusr_handler | ( | int | sig | ) |
Definition at line 30 of file QwEventBuffer.cc.
References onlineRestart.
Referenced by QwEventBuffer::QwEventBuffer().
Here is the caller graph for this function:| Bool_t globalEXIT |
Definition at line 22 of file QwEventBuffer.cc.
Referenced by QwEventBuffer::GetEtEvent(), QwEventBuffer::GetNextEvent(), QwEventBuffer::OpenNextStream(), QwEventBuffer::QwEventBuffer(), sigint_handler(), QwEventBuffer::VerifyCodaVersion(), and QwEventBuffer::WriteEvent().
| Bool_t onlineRestart |
Definition at line 23 of file QwEventBuffer.cc.
Referenced by QwEventBuffer::GetNextEvent(), QwEventBuffer::QwEventBuffer(), and sigusr_handler().