QwAnalysis
QwEventBuffer.cc File Reference
#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)
 

Variables

Bool_t globalEXIT
 

Function Documentation

void sigint_handler ( int  sig)

Definition at line 15 of file QwEventBuffer.cc.

References globalEXIT.

Referenced by QwEventBuffer::QwEventBuffer().

16 {
17  std::cout << "handling signal no. " << sig << " ";
18  std::cout << "(press ctrl-\\ to abort now)\n";
19  globalEXIT=1;
20 }
Bool_t globalEXIT

+ Here is the caller graph for this function:

Variable Documentation