The Gaudi Framework
master (37c0b60a)
|
#include <GaudiKernel/Service.h>
#include <GaudiUtils/ISignalMonitor.h>
#include <csignal>
#include <cstring>
#include <iostream>
#include <cctype>
#include <sstream>
#include <map>
#include <GaudiKernel/HashMap.h>
#include <GaudiKernel/AppReturnCode.h>
#include <GaudiKernel/IEventProcessor.h>
#include <GaudiKernel/IIncidentListener.h>
#include <GaudiKernel/IIncidentSvc.h>
Go to the source code of this file.
Classes | |
class | Gaudi::Utils::SignalMonitorSvc |
Implementation of Gaudi::ISignalMonitor. More... | |
class | Gaudi::Utils::StopSignalHandler |
Service that stop the processing if a signal is received. More... | |
Namespaces | |
Gaudi | |
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
Gaudi::Utils | |
Macros | |
#define | addSignal(id) i_addSignal( id, #id ); |
Typedefs | |
typedef Gaudi::Utils::SignalMonitorSvc | g_u_sms |
typedef Gaudi::Utils::StopSignalHandler | g_u_ssh |
#define addSignal | ( | id | ) | i_addSignal( id, #id ); |
Definition at line 495 of file SignalMonitorSvc.cpp.
Definition at line 499 of file SignalMonitorSvc.cpp.