![]() |
ATLAS Offline Software
|
#include "G4RunAlg.h"#include "G4Event.hh"#include "G4EventManager.hh"#include "G4GDMLParser.hh"#include "G4TrackingManager.hh"#include "G4PhysicalVolumeStore.hh"#include "G4GeometryManager.hh"#include "AthenaKernel/RNGWrapper.h"#include "GeneratorObjects/HepMcParticleLink.h"#include "GeoModelInterfaces/IGeoModelSvc.h"#include "G4RunManagement/AtlasG4SyncEventUserInfo.h"#include "HitManagement/HitCollectionMap.h"#include "PathResolver/PathResolver.h"#include "StoreGate/ReadHandle.h"#include "StoreGate/WriteHandle.h"#include <memory>#include <mutex>Go to the source code of this file.
Functions | |
| StatusCode G4RunAlg::initialize | ATLAS_NOT_THREAD_SAFE () |
| Install fatal handler with default options. | |
Variables | |
| static std::once_flag | releaseGeoModelOnceFlag |
|
inline |
Install fatal handler with default options.
This is meant to be easy to call from python via ctypes.
Definition at line 34 of file G4RunAlg.cxx.
|
static |
Definition at line 30 of file G4RunAlg.cxx.