![]() |
ATLAS Offline Software
|
#include "ISF_FatrasToolsG4/G4HadIntProcessor.h"#include "ISF_Event/ISFParticle.h"#include "ISF_Event/ISFParticleContainer.h"#include "ISF_Event/ParticleClipboard.h"#include "ISF_Event/ParticleUserInformation.h"#include "ISF_Interfaces/IParticleBroker.h"#include "ISF_Geant4Tools/IG4RunManagerHelper.h"#include "ISF_Interfaces/ITruthSvc.h"#include "ISF_Event/ISFTruthIncident.h"#include <G4HadronElasticProcess.hh>#include "TrkGeometry/MaterialProperties.h"#include "G4Material.hh"#include "G4RunManager.hh"#include "G4ParticleGun.hh"#include "G4Box.hh"#include "G4LogicalVolume.hh"#include "G4PVPlacement.hh"#include "QGSP_BERT.hh"#include "QGSP_BIC.hh"#include "FTFP_BERT.hh"#include "G4UImanager.hh"#include "G4NistManager.hh"#include "G4VEnergyLossProcess.hh"#include <G4MaterialCutsCouple.hh>#include <G4HadronInelasticProcess.hh>#include "globals.hh"#include "G4CrossSectionDataStore.hh"#include "G4Element.hh"#include "G4ElementVector.hh"#include "G4IsotopeVector.hh"#include "G4Neutron.hh"#include "G4ProductionCutsTable.hh"#include "G4ios.hh"#include "TruthUtils/MagicNumbers.h"#include "CLHEP/Units/SystemOfUnits.h"#include "AtlasHepMC/GenParticle.h"#include "AtlasHepMC/GenVertex.h"#include "CLHEP/Random/RandExponential.h"#include "CLHEP/Random/RandFlat.h"#include <math.h>Go to the source code of this file.
Functions | |
| StatusCode iFatras::G4HadIntProcessor::initG4RunManager | 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 244 of file G4HadIntProcessor.cxx.