#include <atomic>
#include <iostream>
#include <iomanip>
#include <cstring>
#include <string>
#include <cstdlib>
#include <sstream>
#include <TApplication.h>
#include <TClass.h>
#include <TError.h>
#include <TSystem.h>
#include "CxxUtils/checker_macros.h"
#include "xAODRootAccess/Init.h"
Go to the source code of this file.
|
| namespace | xAOD |
| | ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
|
|
| void ErrorHandler | xAOD::ATLAS_NOT_THREAD_SAFE (Int_t level, Bool_t abort, const char *location, const char *message) |
| | Function filtering the warnings coming from ROOT.
|
| StatusCode | xAOD::Init (const char *appname="xAOD::Init") |
| | Function initialising ROOT/PyROOT for using the ATLAS EDM.
|
| StatusCode | xAOD::Init (const char *appname, int *argc, char **argv) |
| | Function initialising an application for using the ATLAS EDM.
|
| void | xAOD::SetMessageSourceWidth (size_t value) |
| | Set the width of the source strings for the printed messages.
|