![]() |
ATLAS Offline Software
|
#include "WebdaqHistSvc.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/IIncidentSvc.h"#include "AthenaInterprocess/Incidents.h"#include "CxxUtils/checker_macros.h"#include "AthenaMonitoringKernel/OHLockedHist.h"#include "hltinterface/IInfoRegister.h"#include "webdaq/webdaq-root.hpp"#include "webdaq/webdaq.hpp"#include "TError.h"#include "TGraph.h"#include "TH1.h"#include "TH2.h"#include "TH3.h"#include "TObject.h"#include "TROOT.h"#include "TTree.h"#include <TBufferJSON.h>#include <boost/date_time/posix_time/posix_time_types.hpp>#include <boost/date_time/posix_time/posix_time.hpp>#include <boost/date_time/gregorian/gregorian_types.hpp>#include <cstdlib>Go to the source code of this file.
Functions | |
| StatusCode WebdaqHistSvc::initialize | ATLAS_NOT_THREAD_SAFE () |
| Install fatal handler with default options. | |
|
inline |
Install fatal handler with default options.
This is meant to be easy to call from python via ctypes.
Definition at line 39 of file WebdaqHistSvc.cxx.