JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwEventBuffer.cc File Reference

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"
+ 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
 

Detailed Description

Event buffer management for reading and processing CODA data files.

Definition in file QwEventBuffer.cc.

Function Documentation

◆ sigint_handler()

void sigint_handler ( int sig)

Definition at line 21 of file QwEventBuffer.cc.

22{
23 std::cout << "handling signal no. " << sig << " ";
24 std::cout << "(press ctrl-\\ to abort now)\n";
25 globalEXIT=1;
26}
Bool_t globalEXIT

References globalEXIT.

Referenced by QwEventBuffer::QwEventBuffer().

+ Here is the caller graph for this function:

◆ sigusr_handler()

void sigusr_handler ( int sig)

Definition at line 27 of file QwEventBuffer.cc.

28{
29 std::cout << "handling signal no. " << sig << "\n";
30 std::cout << "Restarts the event loop in online mode." << std::endl;
31 onlineRestart = 1;
32}
Bool_t onlineRestart

References onlineRestart.

Referenced by QwEventBuffer::QwEventBuffer().

+ Here is the caller graph for this function:

Variable Documentation

◆ globalEXIT

◆ onlineRestart

Bool_t onlineRestart