Geant4-11
Typedefs | Functions
G4Exception.hh File Reference
#include "G4String.hh"
#include "G4VExceptionHandler.hh"
#include "G4ios.hh"

Go to the source code of this file.

Typedefs

using G4ExceptionDescription = std::ostringstream
 

Functions

void G4Exception (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
 
void G4Exception (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, G4ExceptionDescription &description)
 
void G4Exception (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, G4ExceptionDescription &description, const char *comments)
 
const G4String G4ExceptionErrBannerEnd ()
 
const G4String G4ExceptionErrBannerStart ()
 
const G4String G4ExceptionWarnBannerEnd ()
 
const G4String G4ExceptionWarnBannerStart ()
 

Typedef Documentation

◆ G4ExceptionDescription

using G4ExceptionDescription = std::ostringstream

Definition at line 40 of file G4Exception.hh.

Function Documentation

◆ G4Exception() [1/3]

void G4Exception ( const char *  originOfException,
const char *  exceptionCode,
G4ExceptionSeverity  severity,
const char *  description 
)

Definition at line 35 of file G4Exception.cc.

37{
38 G4VExceptionHandler* exceptionHandler =
40 G4bool toBeAborted = true;
41 if(exceptionHandler != nullptr)
42 {
43 toBeAborted = exceptionHandler->Notify(originOfException, exceptionCode,
44 severity, description);
45 }
46 else
47 {
48 static const G4String& es_banner = G4ExceptionErrBannerStart();
49 static const G4String& ee_banner = G4ExceptionErrBannerEnd();
50 static const G4String& ws_banner = G4ExceptionWarnBannerStart();
51 static const G4String& we_banner = G4ExceptionWarnBannerEnd();
52 std::ostringstream message;
53 message << "\n*** ExceptionHandler is not defined ***\n"
54 << "*** G4Exception : " << exceptionCode << G4endl
55 << " issued by : " << originOfException << G4endl
56 << description << G4endl;
57 switch(severity)
58 {
59 case FatalException:
60 G4cerr << es_banner << message.str() << "*** Fatal Exception ***"
61 << ee_banner << G4endl;
62 break;
64 G4cerr << es_banner << message.str()
65 << "*** Fatal Error In Argument ***" << ee_banner << G4endl;
66 break;
68 G4cerr << es_banner << message.str() << "*** Run Must Be Aborted ***"
69 << ee_banner << G4endl;
70 break;
72 G4cerr << es_banner << message.str() << "*** Event Must Be Aborted ***"
73 << ee_banner << G4endl;
74 break;
75 default:
76 G4cout << ws_banner << message.str()
77 << "*** This is just a warning message. ***" << we_banner
78 << G4endl;
79 toBeAborted = false;
80 break;
81 }
82 }
83 if(toBeAborted)
84 {
86 {
87 G4cerr << G4endl << "*** G4Exception: Aborting execution ***" << G4endl;
88 abort();
89 }
90 else
91 {
92 G4cerr << G4endl << "*** G4Exception: Abortion suppressed ***" << G4endl
93 << "*** No guarantee for further execution ***" << G4endl;
94 }
95 }
96}
@ G4State_Abort
@ FatalException
@ FatalErrorInArgument
@ RunMustBeAborted
@ EventMustBeAborted
const G4String G4ExceptionErrBannerEnd()
Definition: G4Exception.hh:51
const G4String G4ExceptionErrBannerStart()
Definition: G4Exception.hh:42
const G4String G4ExceptionWarnBannerEnd()
Definition: G4Exception.hh:55
const G4String G4ExceptionWarnBannerStart()
Definition: G4Exception.hh:46
bool G4bool
Definition: G4Types.hh:86
G4GLOB_DLL std::ostream G4cerr
#define G4endl
Definition: G4ios.hh:57
G4GLOB_DLL std::ostream G4cout
G4VExceptionHandler * GetExceptionHandler() const
static G4StateManager * GetStateManager()
virtual G4bool Notify(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)=0

References EventMustBeAborted, FatalErrorInArgument, FatalException, G4cerr, G4cout, G4endl, G4ExceptionErrBannerEnd(), G4ExceptionErrBannerStart(), G4ExceptionWarnBannerEnd(), G4ExceptionWarnBannerStart(), G4State_Abort, G4StateManager::GetExceptionHandler(), G4StateManager::GetStateManager(), G4VExceptionHandler::Notify(), and RunMustBeAborted.

Referenced by G4ITTrackHolder::_PushTrack(), G4LightTargetCollider::AbsorptionOnDeuteron(), G4MagInt_Driver::AccurateAdvance(), G4OldMagIntDriver::AccurateAdvance(), G4OpenGLXmViewer::actions_callback(), G4ITTransportationManager::ActivateNavigator(), G4TransportationManager::ActivateNavigator(), G4BiasingHelper::ActivatePhysicsBiasing(), G4ProcessManager::ActivateProcess(), G4VCrossSectionHandler::ActiveElements(), G4PixeCrossSectionHandler::ActiveElements(), G4ITStepProcessor::ActiveOnlyITProcess(), G4SimpleIntegration::AdaptGauss(), G4TrajectoryChargeFilter::Add(), G4SDParticleFilter::add(), G4MoleculeCounter::AddAMoleculeAtTime(), G4OpenInventorSceneHandler::AddCircleSquare(), G4ElementData::AddComponent(), G4HepRepFileSceneHandler::AddCompound(), G4VSceneHandler::AddCompound(), G4GMocrenFileSceneHandler::AddCompound(), G4MaterialPropertiesTable::AddConstProperty(), G4ESTARStopping::AddData(), G4LogicalVolume::AddDaughter(), G4ElectronOccupancy::AddElectron(), G4Material::AddElementByMassFraction(), G4Material::AddElementByNumberOfAtoms(), G4MaterialPropertiesTable::AddEntry(), G4TessellatedSolid::AddFacet(), G4ExtrudedSolid::AddGeneralPolygonFacets(), G4AttributeFilterT< T >::AddInterval(), G4TrajectoryDrawByAttribute::AddIntervalContext(), G4Element::AddIsotope(), G4BiasingHelper::AddLimiterProcess(), G4Material::AddMaterial(), G4GDMLWrite::AddModule(), G4UIcommandTree::AddNewCommand(), G4SDStructure::AddNewDetector(), G4ParallelGeometriesLimiterProcess::AddParallelWorld(), G4ChannelingOptrMultiParticleChangeCrossSection::AddParticle(), G4ExtDEDXTable::AddPhysicsVector(), G4IonStoppingData::AddPhysicsVector(), G4tgrVolume::AddPlace(), G4tgrVolume::AddPlaceReplica(), G4Qt3DSceneHandler::AddPrimitive(), G4GMocrenFileSceneHandler::AddPrimitive(), G4OpenInventorSceneHandler::AddPrimitive(), G4NuclearLevelData::AddPrivateData(), G4ProcessManager::AddProcess(), G4ProcessPlacer::AddProcessAs(), G4IonTable::AddProcessManager(), G4VUserPhysicsList::AddProcessManager(), G4MaterialPropertiesTable::AddProperty(), G4tgrRotationMatrixFactory::AddRotMatrix(), G4ConvergenceTester::AddScore(), G4ParticleChangeForRadDecay::AddSecondary(), G4VParticleChange::AddSecondary(), G4GMocrenFileSceneHandler::AddSolid(), G4GDMLWriteSolids::AddSolid(), G4Colour::AddToMap(), G4PhysicsListHelper::AddTransportation(), G4RadioactiveDecay::AddUserDecayDataFile(), G4MolecularConfiguration::G4MolecularConfigurationManager::AddUserID(), G4AttributeFilterT< T >::AddValue(), G4TrajectoryDrawByAttribute::AddValueContext(), G4ParticleHPFinalState::adjust_final_state(), G4VIntersectionLocator::AdjustmentOfFoundIntersection(), G4NavigationLogger::AlongComputeStepLog(), G4BiasingProcessInterface::AlongStepDoIt(), G4CoupledTransportation::AlongStepGetPhysicalInteractionLength(), G4Transportation::AlongStepGetPhysicalInteractionLength(), G4ITTransportation::AlongStepGetPhysicalInteractionLength(), G4OpenGLXmViewer::antialias_callback(), G4ModelCmdSetStepPtsType< M >::Apply(), G4ModelCmdSetAuxPtsType< M >::Apply(), G4ModelCmdSetStepPtsSizeType< M >::Apply(), G4ModelCmdSetAuxPtsSizeType< M >::Apply(), G4ModelCmdSetStepPtsFillStyle< M >::Apply(), G4ModelCmdSetAuxPtsFillStyle< M >::Apply(), G4UImanager::ApplyCommand(), G4BOptnForceFreeFlight::ApplyFinalStateBiasing(), G4MuMinusCapturePrecompound::ApplyYourself(), G4HadronElastic::ApplyYourself(), G4BinaryLightIonReaction::ApplyYourself(), G4PreCompoundModel::ApplyYourself(), G4ParticleHPFissionFS::ApplyYourself(), G4ChordFinder::ApproxCurvePointV(), G4Cons::ApproxSurfaceNormal(), G4CutTubs::ApproxSurfaceNormal(), G4Sphere::ApproxSurfaceNormal(), G4Torus::ApproxSurfaceNormal(), G4Tubs::ApproxSurfaceNormal(), G4SPSEneDistribution::ArbEnergyHistoFile(), G4tgrUtils::AreWordsEquivalent(), G4GDMLReadStructure::AssemblyRead(), G4GDMLWriteStructure::AssemblyWrite(), G4GDMLReadMaterials::AtomRead(), G4HadronStoppingProcess::AtRestDoIt(), G4VBiasingOperator::AttachTo(), G4AugerData::AugerShellId(), G4AugerTransition::AugerTransitionEnergies(), G4AugerTransition::AugerTransitionProbabilities(), G4OpenGLXmViewer::aux_edge_callback(), G4GDMLRead::AuxiliaryRead(), G4GDMLReadStructure::AxisRead(), G4OpenGLXmViewer::background_color_callback(), G4ReplicaNavigation::BackLocate(), G4VisManager::BeginDraw(), G4VisManager::BeginDraw2D(), G4VSceneHandler::BeginPrimitives(), G4Qt3DSceneHandler::BeginPrimitives2D(), G4VSceneHandler::BeginPrimitives2D(), G4HadPhaseSpaceKopylov::BetaKopylov(), G4HadronicProcess::BiasCrossSectionByFactor(), G4GDMLReadSolids::BooleanRead(), G4GDMLWriteSolids::BooleanWrite(), G4GDMLWriteStructure::BorderSurfaceCache(), G4GDMLReadStructure::BorderSurfaceRead(), G4ReflectedSolid::BoundingLimits(), G4VSolid::BoundingLimits(), G4DisplacedSolid::BoundingLimits(), G4IntersectionSolid::BoundingLimits(), G4ScaledSolid::BoundingLimits(), G4SubtractionSolid::BoundingLimits(), G4UnionSolid::BoundingLimits(), G4Box::BoundingLimits(), G4Cons::BoundingLimits(), G4CutTubs::BoundingLimits(), G4Orb::BoundingLimits(), G4Para::BoundingLimits(), G4Sphere::BoundingLimits(), G4Torus::BoundingLimits(), G4Trap::BoundingLimits(), G4Trd::BoundingLimits(), G4Tubs::BoundingLimits(), G4EllipticalCone::BoundingLimits(), G4ExtrudedSolid::BoundingLimits(), G4GenericPolycone::BoundingLimits(), G4GenericTrap::BoundingLimits(), G4Hype::BoundingLimits(), G4Paraboloid::BoundingLimits(), G4Polycone::BoundingLimits(), G4Polyhedra::BoundingLimits(), G4TessellatedSolid::BoundingLimits(), G4TwistedTubs::BoundingLimits(), G4GDMLReadParamvol::Box_dimensionsRead(), G4GDMLReadSolids::BoxRead(), G4ExcitationHandler::BreakItUp(), G4LENDBertiniGammaElectroNuclearBuilder::Build(), G4PhysicsBuilderInterface::Build(), G4tgrPlaceDivRep::BuildAxis(), G4ErrorTrajState::BuildCharge(), G4SmartVoxelHeader::BuildConsumedNodes(), G4PixeCrossSectionHandler::BuildCrossSectionsForMaterials(), G4PenelopeIonisationXSHandler::BuildDeltaTable(), G4PixeCrossSectionHandler::BuildForMaterials(), G4PenelopeRayleighModel::BuildFormFactorTable(), G4PenelopeRayleighModelMI::BuildFormFactorTable(), G4tgbElement::BuildG4ElementFromIsotopes(), G4tgbMaterialMixtureByNoAtoms::BuildG4Material(), G4tgbMaterialMixtureByVolume::BuildG4Material(), G4tgbMaterialMixtureByWeight::BuildG4Material(), G4tgbRotationMatrix::BuildG4RotMatrix(), G4NistMaterialBuilder::BuildMaterial(), G4NistManager::BuildMaterialWithNewDensity(), G4VCrossSectionHandler::BuildMeanFreePathForMaterials(), G4SmartVoxelHeader::BuildNodes(), G4GeometryManager::BuildOptimisations(), G4PenelopeOscillatorManager::BuildOscillatorTable(), G4VUserPhysicsList::BuildPhysicsTable(), G4CrossSectionDataStore::BuildPhysicsTable(), G4BGGNucleonElasticXS::BuildPhysicsTable(), G4BGGPionElasticXS::BuildPhysicsTable(), G4BGGPionInelasticXS::BuildPhysicsTable(), G4GammaNuclearXS::BuildPhysicsTable(), G4NeutronCaptureXS::BuildPhysicsTable(), G4NeutronElasticXS::BuildPhysicsTable(), G4NeutronInelasticXS::BuildPhysicsTable(), G4ParticleInelasticXS::BuildPhysicsTable(), G4UPiNuclearCrossSection::BuildPhysicsTable(), G4VXTRenergyLoss::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4VLEPTSModel::BuildPhysicsTable(), G4VUserChemistryList::BuildPhysicsTable(), G4IonStoppingData::BuildPhysicsVector(), G4SmartVoxelHeader::BuildReplicaVoxels(), G4PenelopeBremsstrahlungFS::BuildScaledXSTable(), G4tgbVolume::BuildSolidForDivision(), G4Molecule::BuildTrack(), G4SmartVoxelHeader::BuildVoxelsWithinLimits(), G4PenelopeIonisationXSHandler::BuildXSTable(), G4PenelopeBremsstrahlungModel::BuildXSTable(), G4QuasiElRatios::CalcElTot(), G4ParticleDefinition::CalculateAnomaly(), G4Radioactivation::CalculateChainsFromParent(), G4MuonVDNuclearModel::CalculateEMVertex(), G4Scene::CalculateExtent(), G4ExtrudedSolid::CalculateExtent(), G4GenericPolycone::CalculateExtent(), G4Polycone::CalculateExtent(), G4Polyhedra::CalculateExtent(), G4MaterialPropertiesTable::CalculateGROUPVEL(), G4DNAIRTMoleculeEncounterStepper::CalculateMinTimeStep(), G4DNAMoleculeEncounterStepper::CalculateMinTimeStep(), G4DNAIndependentReactionTimeStepper::CalculateMinTimeStep(), G4SmartVoxelHeader::CalculateQuality(), G4DNAIndependentReactionTimeStepper::CalculateStep(), G4PAIxSection::CallError(), G4PAIySection::CallError(), G4DNAMolecularReactionTable::CanReactWith(), G4ViewParameters::CatmullRomCubicSplineInterpolation(), G4ChebyshevApproximation::ChebyshevEvaluation(), G4DNAIRTMoleculeEncounterStepper::CheckAndRecordResults(), G4DNAMoleculeEncounterStepper::CheckAndRecordResults(), G4DNAIndependentReactionTimeStepper::CheckAndRecordResults(), G4VIntersectionLocator::CheckAndReEstimateEndpoint(), G4NavigationLogger::CheckAndReportBadNormal(), G4ReplicatedSlice::CheckAndSetParameters(), G4PVDivision::CheckAndSetParameters(), G4PVReplica::CheckAndSetParameters(), G4VPrimitiveScorer::CheckAndSetUnit(), G4BoundingEnvelope::CheckBoundingBox(), G4BoundingEnvelope::CheckBoundingPolygons(), G4PartialPhantomParameterisation::CheckCopyNo(), G4PhantomParameterisation::CheckCopyNo(), G4MolecularDissociationTable::CheckDataConsistency(), G4NavigationLogger::CheckDaughterEntryPoint(), G4PrimaryTransformer::CheckDynamicParticle(), G4MolecularConfiguration::CheckElectronOccupancy(), G4PenelopeOscillatorManager::CheckForTablesCreated(), G4ErrorPropagator::CheckIfLastStep(), G4tgrParameterMgr::CheckIfNewParameter(), G4FastStep::CheckIt(), G4ParticleChange::CheckIt(), G4ParticleChangeForDecay::CheckIt(), G4ParticleChangeForGamma::CheckIt(), G4ParticleChangeForLoss::CheckIt(), G4ParticleChangeForMSC::CheckIt(), G4VParticleChange::CheckIt(), G4MultiNavigator::CheckMassWorld(), G4ITMultiNavigator::CheckMassWorld(), G4ProductionCutsTable::CheckMaterialCutsCoupleInfo(), G4ProductionCutsTable::CheckMaterialInfo(), G4AccumulableManager::CheckName(), G4ITNavigator2::CheckNavigatorState(), G4VDivisionParameterisation::CheckNDivAndWidth(), G4tgbPlaceParameterisation::CheckNExtraData(), G4tgbVolume::CheckNoSolidParams(), G4VDivisionParameterisation::CheckOffset(), G4PVReplica::CheckOnlyDaughter(), G4GenericTrap::CheckOrder(), G4ProcessManager::CheckOrderingParameters(), G4PVParameterised::CheckOverlaps(), G4PVPlacement::CheckOverlaps(), G4Para::CheckParameters(), G4Trap::CheckParameters(), G4Trd::CheckParameters(), G4Ellipsoid::CheckParameters(), G4EllipticalTube::CheckParameters(), G4ParameterisationPolyconeRho::CheckParametersValidity(), G4ParameterisationPolyconeZ::CheckParametersValidity(), G4ParameterisationPolyhedraRho::CheckParametersValidity(), G4ParameterisationPolyhedraPhi::CheckParametersValidity(), G4ParameterisationPolyhedraZ::CheckParametersValidity(), G4PhysicsListHelper::CheckParticleList(), G4ParticleTable::CheckReadiness(), G4HadronicProcess::CheckResult(), G4ReflectionFactory::CheckScale(), G4VParticleChange::CheckSecondary(), G4PhantomParameterisation::CheckVoxelsFillContainer(), G4tgrUtils::CheckWLsize(), G4QuasiElRatios::ChExer(), G4Fancy3DNucleus::ChooseFermiMomenta(), G4Fancy3DNucleus::ChoosePositions(), G4IonTable::clear(), G4DNAEventScheduler::ClearAndReChargeCounter(), G4Region::ClearFastSimulationManager(), G4PenelopeBremsstrahlungModel::ClearTables(), G4PenelopeBremsstrahlungFS::ClearTables(), G4Clebsch::ClebschGordanCoeff(), G4VSteppingVerbose::Clone(), G4VSensitiveDetector::Clone(), G4Field::Clone(), G4VSolid::Clone(), G4VUserDetectorConstruction::CloneF(), G4GeometryWorkspace::CloneReplicaSolid(), G4VUserDetectorConstruction::CloneSD(), G4VRML2FileSceneHandler::closePort(), G4LightTargetCollider::collide(), G4GDMLReadMaterials::CompositeRead(), G4PolarizedAnnihilationModel::ComputeAsymmetriesPerElectron(), G4PolarizedIonisation::ComputeAsymmetry(), G4PolarizedComptonModel::ComputeAsymmetryPerAtom(), G4LivermoreIonisationModel::ComputeCrossSectionPerAtom(), G4PenelopeGammaConversionModel::ComputeCrossSectionPerAtom(), G4PenelopePhotoElectricModel::ComputeCrossSectionPerAtom(), G4PenelopeRayleighModel::ComputeCrossSectionPerAtom(), G4PenelopeRayleighModelMI::ComputeCrossSectionPerAtom(), G4WentzelVIModel::ComputeCrossSectionPerAtom(), G4WentzelVIRelModel::ComputeCrossSectionPerAtom(), G4PenelopeIonisationModel::ComputeDEDXPerVolume(), G4DensityEffectCalculator::ComputeDensityCorrection(), G4TwistedTubs::ComputeDimensions(), G4VTwistedFaceted::ComputeDimensions(), G4ReflectedSolid::ComputeDimensions(), G4VSolid::ComputeDimensions(), G4DisplacedSolid::ComputeDimensions(), G4ScaledSolid::ComputeDimensions(), G4ILawTruncatedExp::ComputeEffectiveCrossSectionAt(), G4InteractionLawPhysical::ComputeEffectiveCrossSectionAt(), G4GenericTrap::ComputeIsTwisted(), G4ILawCommonTruncatedExp::ComputeNonInteractionProbabilityAt(), G4ILawTruncatedExp::ComputeNonInteractionProbabilityAt(), G4InteractionLawPhysical::ComputeNonInteractionProbabilityAt(), G4TaskRunManager::ComputeNumberOfTasks(), G4Navigator::ComputeSafety(), G4ITNavigator1::ComputeSafety(), G4ITNavigator2::ComputeSafety(), G4VoxelNavigation::ComputeSafety(), G4VoxelSafety::ComputeSafety(), G4PolarizedAnnihilation::ComputeSaturationFactor(), G4PolarizedCompton::ComputeSaturationFactor(), G4PolarizedIonisation::ComputeSaturationFactor(), G4VPrimitiveScorer::ComputeSolid(), G4PathFinder::ComputeStep(), G4ITPathFinder::ComputeStep(), G4ParameterisedNavigation::ComputeStep(), G4ReplicaNavigation::ComputeStep(), G4Navigator::ComputeStep(), G4ITNavigator1::ComputeStep(), G4ITNavigator2::ComputeStep(), G4DNABrownianTransportation::ComputeStep(), G4PropagatorInField::ComputeStep(), G4Navigator::ComputeStepLog(), G4ITNavigator1::ComputeStepLog(), G4ITNavigator2::ComputeStepLog(), G4RegularNavigation::ComputeStepSkippingEqualMaterials(), G4ITModelProcessor::ComputeTrackReaction(), G4ParameterisationBoxX::ComputeTransformation(), G4ParameterisationBoxY::ComputeTransformation(), G4ParameterisationBoxZ::ComputeTransformation(), G4ParameterisationTrdX::ComputeTransformation(), G4ParameterisationTrdY::ComputeTransformation(), G4ParameterisationTrdZ::ComputeTransformation(), G4GDMLReadParamvol::Cone_dimensionsRead(), G4GDMLReadSolids::ConeRead(), G4ImportanceConfigurator::Configure(), G4GDMLReadDefine::ConstantRead(), G4AxesModel::Construct(), G4tgbVolume::ConstructG4LogVol(), G4tgbVolume::ConstructG4PhysVol(), G4EmExtraPhysics::ConstructLENDGammaNuclear(), G4ErrorPhysicsList::ConstructProcess(), G4OpticalPhysics::ConstructProcess(), G4WorkerRunManager::ConstructScoringWorlds(), G4SPSEneDistribution::ConvertEPNToEnergy(), G4ProductionCutsTable::ConvertRangeToEnergy(), G4Radioactivation::ConvolveSourceTimeProfile(), G4AngularDistributionNP::CosTheta(), G4AngularDistributionPP::CosTheta(), G4ReduciblePolygon::Create(), G4DNASolvationModelFactory::Create(), G4CreatorFactoryT< T, Identifier, Creator >::Create(), G4Polyhedra::Create(), G4GenericPolycone::Create(), G4Polycone::Create(), G4ParticleHPThermalScattering::create_E_isoAng_from_energy(), create_pool_align(), G4PhysicalVolumeModel::CreateCurrentAttValues(), G4IonTable::CreateIon(), G4OpenGLXmViewer::CreateMainWindow(), G4MolecularConfiguration::CreateMolecularConfiguration(), G4Qt3DSceneHandler::CreateNewNode(), G4ReflectedSolid::CreatePolyhedron(), G4DisplacedSolid::CreatePolyhedron(), G4ScaledSolid::CreatePolyhedron(), G4PVDivisionFactory::CreatePVDivision(), G4ReflectionFactory::CreateReflectedLV(), G4tgrVolumeMgr::CreateSolid(), G3Division::CreateSolid(), G4GeomSplitter< T >::CreateSubInstance(), G4ScoreSplittingProcess::CreateTouchableForSubStep(), G4MultiNavigator::CreateTouchableHistoryHandle(), G4ITMultiNavigator::CreateTouchableHistoryHandle(), G4TWorkspacePool< T >::CreateWorkspace(), G4PenelopeIonisationCrossSection::CrossSection(), G4PenelopeRayleighModelMI::CrossSectionPerVolume(), G4DNABornIonisationModel1::CrossSectionPerVolume(), G4DNACPA100ElasticModel::CrossSectionPerVolume(), G4DNACPA100ExcitationModel::CrossSectionPerVolume(), G4DNACPA100IonisationModel::CrossSectionPerVolume(), G4DNAEmfietzoglouExcitationModel::CrossSectionPerVolume(), G4DNAEmfietzoglouIonisationModel::CrossSectionPerVolume(), G4DNAIonElasticModel::CrossSectionPerVolume(), G4DNARuddIonisationExtendedModel::CrossSectionPerVolume(), G4DNARuddIonisationModel::CrossSectionPerVolume(), G4MicroElecElasticModel::CrossSectionPerVolume(), G4MicroElecElasticModel_new::CrossSectionPerVolume(), G4MicroElecInelasticModel::CrossSectionPerVolume(), G4MicroElecInelasticModel_new::CrossSectionPerVolume(), G4PenelopeIonisationModel::CrossSectionPerVolume(), G4DataInterpolation::CubicSplineInterpolation(), G4GDMLReadSolids::CutTubeRead(), G4MuPairProductionModel::DataCorrupted(), G4ITTransportationManager::DeActivateNavigator(), G4TransportationManager::DeActivateNavigator(), G4KineticTrack::Decay(), G4DNAMolecularDissociation::DecayIt(), G4Decay::DecayIt(), G4MuonicAtomDecay::DecayIt(), G4MuonDecayChannelWithSpin::DecayIt(), G4ECDecay::DecayIt(), G4GenericMessenger::DeclareMethodWithUnit(), G4PreCompoundModel::DeExcite(), G4GDMLEvaluator::DefineConstant(), G4GDMLEvaluator::DefineMatrix(), G4SteppingManager::DefinePhysicalStepLength(), G4GDMLReadDefine::DefineRead(), G4GDMLEvaluator::DefineVariable(), G4RunManagerKernel::DefineWorldVolume(), G4ITTransportationManager::DeRegisterNavigator(), G4TransportationManager::DeRegisterNavigator(), G4TransportationManager::DeRegisterWorld(), G4ITTransportationManager::DeRegisterWorld(), G4PhysicalVolumeModel::DescribeAndDescend(), G4LogicalVolumeModel::DescribeSolid(), G4NullModel::DescribeYourselfTo(), G4PhysicalVolumeModel::DescribeYourselfTo(), G4RadioactiveDecay::DeselectAVolume(), G4CacheReference< VALTYPE >::Destroy(), G4QGSParticipants::DeterminePartonMomenta(), G4PolyPhiFace::Diagnose(), G4OpBoundaryProcess::DielectricDichroic(), G4MicroElecInelasticModel_new::DifferentialCrossSection(), G4LundStringFragmentation::Diquark_AntiDiquark_aboveThreshold_lastSplitting(), G4VTwistSurface::DistanceToBoundary(), G4TwistedTubs::DistanceToIn(), G4VTwistedFaceted::DistanceToIn(), G4IntersectionSolid::DistanceToIn(), G4SubtractionSolid::DistanceToIn(), G4Paraboloid::DistanceToIn(), G4TessellatedSolid::DistanceToIn(), G4TessellatedSolid::DistanceToInNoVoxels(), G4Box::DistanceToOut(), G4Orb::DistanceToOut(), G4Para::DistanceToOut(), G4Trap::DistanceToOut(), G4Trd::DistanceToOut(), G4TwistedTubs::DistanceToOut(), G4VTwistedFaceted::DistanceToOut(), G4TessellatedSolid::DistanceToOut(), G4Cons::DistanceToOut(), G4CutTubs::DistanceToOut(), G4Sphere::DistanceToOut(), G4Torus::DistanceToOut(), G4Tubs::DistanceToOut(), G4Ellipsoid::DistanceToOut(), G4EllipticalCone::DistanceToOut(), G4EllipticalTube::DistanceToOut(), G4GenericTrap::DistanceToOut(), G4Paraboloid::DistanceToOut(), G4ReplicaNavigation::DistanceToOut(), G4TessellatedSolid::DistanceToOutNoVoxels(), G4TwistTubsSide::DistanceToPlane(), G4TwistBoxSide::DistanceToSurface(), G4TwistTrapAlphaSide::DistanceToSurface(), G4TwistTrapParallelSide::DistanceToSurface(), G4TwistTubsSide::DistanceToSurface(), G4GDMLReadStructure::DivisionvolRead(), G4RadioactiveDecay::DoDecay(), G4ITStepProcessor::DoDefinePhysicalStepLength(), G4WorkerRunManager::DoEventLoop(), G4WorkerTaskRunManager::DoEventLoop(), G4SamplingPostStepAction::DoIt(), G4ITStepProcessor::DoIt(), G4PathFinder::DoNextCurvedStep(), G4ITPathFinder::DoNextCurvedStep(), G4EventManager::DoProcessing(), G4ITStepProcessor::DoStepping(), G4WorkerRunManager::DoWork(), G4TrajectoryDrawByAttribute::Draw(), G4TrajectoryDrawByEncounteredVolume::Draw(), G4OpenGLXmViewer::drawing_style_callback(), G4VisManager::DrawT(), G4VisManager::DrawT2D(), G4DrawVoxels::DrawVoxels(), G4GDMLReadMaterials::DRead(), G4ExactHelixStepper::DumbStepper(), G4tgrFileIn::DumpException(), G4tgbGeometryDumper::DumpPVReplica(), G4tgbGeometryDumper::DumpSolid(), G4PiData::ElasticXSection(), G4GDMLReadSolids::ElconeRead(), G4GDMLReadMaterials::ElementRead(), G4GDMLReadParamvol::Ellipsoid_dimensionsRead(), G4GDMLReadSolids::EllipsoidRead(), G4GDMLReadSolids::EltubeRead(), G4VSceneHandler::EndPrimitives(), G4VSceneHandler::EndPrimitives2D(), G4Scheduler::EndTracking(), G4BOptrForceCollision::EndTracking(), G4ErrorMatrix::error(), G4ImportanceAlgorithm::Error(), G4IStore::Error(), G4WeightWindowStore::Error(), G4tgrMaterialFactory::ErrorAlreadyExists(), G4PVDivision::ErrorInAxis(), G4ReplicatedSlice::ErrorInAxis(), G4BrentLocator::EstimateIntersectionPoint(), G4MultiLevelLocator::EstimateIntersectionPoint(), G4SimpleLocator::EstimateIntersectionPoint(), G4CellScoreComposer::EstimatorCalculation(), G4GDMLEvaluator::Evaluate(), G4TrajectoryEncounteredVolumeFilter::Evaluate(), G4AttributeFilterT< T >::Evaluate(), G4GDMLEvaluator::EvaluateInteger(), G4FPYSamplingOps::EvaluateWattConstants(), G3Division::Exception(), G4SPSEneDistribution::ExpInterpolation(), G4GDMLReadDefine::ExpressionRead(), G4DNASancheExcitationModel::ExtendLowEnergyLimit(), G4GDMLRead::ExtensionRead(), G4STRead::FacetRead(), anonymous_namespace{G4RunManagerFactory.cc}::fail(), G4DataInterpolation::FastCubicSpline(), G4DensityEffectCalculator::FermiDeltaCalculation(), G4QuasiElRatios::FetchElTot(), G4GDMLReadStructure::FileRead(), G4VDecayChannel::FillDaughters(), G4VDecayChannel::FillParent(), G4ParticleDefinition::FillQuarkContents(), G4HadronicProcess::FillResult(), G4MuonicAtomDecay::FillResult(), G4Material::FillVectors(), G4EmCalculator::FindCouple(), G4LivermorePhotoElectricModel::FindDirectoryPath(), G4eDPWAElasticDCS::FindDirectoryPath(), G4SeltzerBergerModel::FindDirectoryPath(), G4GammaNuclearXS::FindDirectoryPath(), G4NeutronCaptureXS::FindDirectoryPath(), G4NeutronElasticXS::FindDirectoryPath(), G4NeutronInelasticXS::FindDirectoryPath(), G4ParticleInelasticXS::FindDirectoryPath(), G4tgbVolumeMgr::FindG4LogVol(), G4tgbVolumeMgr::FindG4PhysVol(), G4tgbMaterialMgr::FindG4tgbElement(), G4tgbMaterialMgr::FindG4tgbIsotope(), G4tgbMaterialMgr::FindG4tgbMaterial(), G4IonTable::FindIon(), G4DNAMesh::FindNeighboringVoxels(), G4tgbMaterialMgr::FindOrBuildG4Element(), G4tgbMaterialMgr::FindOrBuildG4Material(), G4tgbRotationMatrixMgr::FindOrBuildTgbRotMatrix(), G4tgbVolume::FindOrConstructG4Solid(), G4tgrParameterMgr::FindParameter(), G4DNAMolecularReaction::FindReaction(), G4DNAIndependentReactionTimeStepper::FindReaction(), G4PenelopeIonisationCrossSection::FindShellIDIndex(), G4tgrVolumeMgr::FindSolid(), G4tgbGeometryDumper::FindSolidName(), G4ITStepProcessor::FindTransportationStep(), G4Scheduler::FindUserPreDefinedTimeStep(), G4CompositeEMDataSet::FindValue(), G4CompositeDataSet::FindValue(), G4DataSet::FindValue(), G4tgbVolumeMgr::FindVolume(), G4tgrLineProcessor::FindVolume(), G4tgrVolumeMgr::FindVolume(), G4tgrVolumeMgr::FindVolumes(), G4DNAMesh::FindVoxelNeighbors(), G4UImanager::Foreach(), G4GDMLReadMaterials::FractionRead(), G4FastTrack::FRecordsAffineTransformation(), G4DNACrossSectionDataSet::FullFileName(), G4CrossSectionDataSet::FullFileName(), G4MicroElecCrossSectionDataSet::FullFileName(), G4MicroElecCrossSectionDataSet_new::FullFileName(), G4EMDataSet::FullFileName(), G4ShellEMDataSet::FullFileName(), G4DataSet::FullFileName(), G4PixeShellDataSet::FullFileName(), G3toG4BuildLVTree(), G3toG4BuildPVTree(), G3toG4MANY(), G4AssemblyVolume::G4AssemblyVolume(), G4BestUnit::G4BestUnit(), G4BFieldIntegrationDriver::G4BFieldIntegrationDriver(), G4BOptrForceCollision::G4BOptrForceCollision(), G4Box::G4Box(), G4ChannelingOptrChangeCrossSection::G4ChannelingOptrChangeCrossSection(), G4ChebyshevApproximation::G4ChebyshevApproximation(), G4ChordFinder::G4ChordFinder(), G4CompositeDataSet::G4CompositeDataSet(), G4CompositeEMDataSet::G4CompositeEMDataSet(), G4Cons::G4Cons(), G4ConstRK4::G4ConstRK4(), G4CrossSectionFactoryRegistry::G4CrossSectionFactoryRegistry(), G4CutTubs::G4CutTubs(), G4DataSet::G4DataSet(), G4DNAEventScheduler::G4DNAEventScheduler(), G4ecpssrBaseKxsModel::G4ecpssrBaseKxsModel(), G4ecpssrBaseLixsModel::G4ecpssrBaseLixsModel(), G4Element::G4Element(), G4EllipticalCone::G4EllipticalCone(), G4EMDataSet::G4EMDataSet(), G4ErrorRunManagerHelper::G4ErrorRunManagerHelper(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4EventManager::G4EventManager(), G4ExtrudedSolid::G4ExtrudedSolid(), G4fissionEvent::G4fissionerr(), G4ForwardXrayTR::G4ForwardXrayTR(), G4GaussHermiteQ::G4GaussHermiteQ(), G4GaussJacobiQ::G4GaussJacobiQ(), G4GaussLaguerreQ::G4GaussLaguerreQ(), G4GaussLegendreQ::G4GaussLegendreQ(), G4GDMLMatrix::G4GDMLMatrix(), G4GenericTrap::G4GenericTrap(), G4GetDataEnv(), G4FissionProductYieldDist::G4GetFission(), G4GMocrenFileSceneHandler::G4GMocrenFileSceneHandler(), G4GMocrenFileViewer::G4GMocrenFileViewer(), G4gsbool(), G4gsdvn(), G4gsdvn2(), G4gsdvt(), G4gsdvt2(), G4gsmixt(), G4gspos(), G4gsposp(), G4gsrotm(), G4gsvolu(), G4HadronicException::G4HadronicException(), G4Hdf5AnalysisManager::G4Hdf5AnalysisManager(), G4HEPEvtInterface::G4HEPEvtInterface(), G4Hype::G4Hype(), G4ImportanceProcess::G4ImportanceProcess(), G4IonisParamElm::G4IonisParamElm(), G4Isotope::G4Isotope(), G4IsotopeMagneticMomentTable::G4IsotopeMagneticMomentTable(), G4LevelReader::G4LevelReader(), G4LossTableBuilder::G4LossTableBuilder(), G4MagIntegratorStepper::G4MagIntegratorStepper(), G4ModifiedMidpoint::G4ModifiedMidpoint(), G4Molecule::G4Molecule(), G4MTRunManager::G4MTRunManager(), G4MTRunManagerKernel::G4MTRunManagerKernel(), G4OpticalSurface::G4OpticalSurface(), G4Para::G4Para(), G4Paraboloid::G4Paraboloid(), G4ParameterisationConsRho::G4ParameterisationConsRho(), G4ParticleDefinition::G4ParticleDefinition(), G4ParticleInelasticXS::G4ParticleInelasticXS(), G4PenelopeCrossSection::G4PenelopeCrossSection(), G4PhotoElectricAngularGeneratorPolarized::G4PhotoElectricAngularGeneratorPolarized(), G4Physics2DVector::G4Physics2DVector(), G4PhysicsFreeVector::G4PhysicsFreeVector(), G4PhysicsLinearVector::G4PhysicsLinearVector(), G4PhysicsLogVector::G4PhysicsLogVector(), G4PixeShellDataSet::G4PixeShellDataSet(), G4Polycone::G4Polycone(), G4Polyhedra::G4Polyhedra(), G4Pow::G4Pow(), G4ProcessDaughters(), G4ProcessManager::G4ProcessManager(), G4PVDivision::G4PVDivision(), G4PVParameterised::G4PVParameterised(), G4PVPlacement::G4PVPlacement(), G4PVReplica::G4PVReplica(), G4QuadrangularFacet::G4QuadrangularFacet(), G4RadioactiveDecay::G4RadioactiveDecay(), G4Region::G4Region(), G4ReplicatedSlice::G4ReplicatedSlice(), G4RunManager::G4RunManager(), G4RunManagerKernel::G4RunManagerKernel(), G4FPYSamplingOps::G4SampleGaussian(), G4SandiaTable::G4SandiaTable(), G4SDParticleFilter::G4SDParticleFilter(), G4ShellEMDataSet::G4ShellEMDataSet(), G4Sphere::G4Sphere(), G4TaskRunManager::G4TaskRunManager(), G4TaskRunManagerKernel::G4TaskRunManagerKernel(), G4TCashKarpRKF45< T_Equation, N >::G4TCashKarpRKF45(), G4TClassicalRK4< T_Equation, N >::G4TClassicalRK4(), G4TDormandPrince45< T_Equation, N >::G4TDormandPrince45(), G4Tet::G4Tet(), G4TExplicitEuler< T_Equation, N >::G4TExplicitEuler(), G4tgbPlaceParamCircle::G4tgbPlaceParamCircle(), G4tgbPlaceParamLinear::G4tgbPlaceParamLinear(), G4tgbPlaceParamSquare::G4tgbPlaceParamSquare(), G4tgrRotationMatrix::G4tgrRotationMatrix(), G4tgrSolidBoolean::G4tgrSolidBoolean(), G4tgrSolidMultiUnion::G4tgrSolidMultiUnion(), G4tgrSolidScaled::G4tgrSolidScaled(), G4tgrVolumeDivision::G4tgrVolumeDivision(), G4TheMTRayTracer::G4TheMTRayTracer(), G4TransportationManager::G4TransportationManager(), G4Trap::G4Trap(), G4TriangularFacet::G4TriangularFacet(), G4TSimpleHeum< T_Equation, N >::G4TSimpleHeum(), G4Tubs::G4Tubs(), G4TUniformMagneticField::G4TUniformMagneticField(), G4TwistBoxSide::G4TwistBoxSide(), G4TwistedTubs::G4TwistedTubs(), G4TwistTubsFlatSide::G4TwistTubsFlatSide(), G4TwistTubsHypeSide::G4TwistTubsHypeSide(), G4TwistTubsSide::G4TwistTubsSide(), G4UIbridge::G4UIbridge(), G4UIExecutive::G4UIExecutive(), G4UniformElectricField::G4UniformElectricField(), G4UniformMagField::G4UniformMagField(), G4UnitDefinition::G4UnitDefinition(), G4UserEventAction::G4UserEventAction(), G4UserRunAction::G4UserRunAction(), G4UserStackingAction::G4UserStackingAction(), G4UserSteppingAction::G4UserSteppingAction(), G4UserTrackingAction::G4UserTrackingAction(), G4VContinuousDiscreteProcess::G4VContinuousDiscreteProcess(), G4VContinuousProcess::G4VContinuousProcess(), G4VDiscreteProcess::G4VDiscreteProcess(), G4VExternalPhysicalVolume::G4VExternalPhysicalVolume(), G4VisManager::G4VisManager(), G4VITDiscreteProcess::G4VITDiscreteProcess(), G4VITRestProcess::G4VITRestProcess(), G4VParameterisationPolyhedra::G4VParameterisationPolyhedra(), G4VReadOutGeometry::G4VReadOutGeometry(), G4VRestContinuousDiscreteProcess::G4VRestContinuousDiscreteProcess(), G4VRestContinuousProcess::G4VRestContinuousProcess(), G4VRestDiscreteProcess::G4VRestDiscreteProcess(), G4VRestProcess::G4VRestProcess(), G4VScoreHistFiller::G4VScoreHistFiller(), G4VScoreNtupleWriter::G4VScoreNtupleWriter(), G4VSteppingVerbose::G4VSteppingVerbose(), G4VTwistedFaceted::G4VTwistedFaceted(), G4VUserPrimaryGeneratorAction::G4VUserPrimaryGeneratorAction(), G4VXTRenergyLoss::G4VXTRenergyLoss(), G4WeightCutOffConfigurator::G4WeightCutOffConfigurator(), G4WeightCutOffProcess::G4WeightCutOffProcess(), G4WeightWindowProcess::G4WeightWindowProcess(), G4WorkerRunManager::G4WorkerRunManager(), G4WorkerRunManagerKernel::G4WorkerRunManagerKernel(), G4WorkerTaskRunManagerKernel::G4WorkerTaskRunManagerKernel(), G4BetaDecayCorrections::Gamma(), G4SPSEneDistribution::GenArbPointEnergies(), G4AtomicDeexcitation::GenerateAuger(), G4SPSEneDistribution::GenerateBremEnergies(), G4RunManager::GenerateEvent(), G4Clebsch::GenerateIso3(), GFlashHomoShowerParameterisation::GenerateLongitudinalProfile(), GFlashSamplingShowerParameterisation::GenerateLongitudinalProfile(), G4HadPhaseSpaceGenbod::GenerateMultiBody(), G4NuclideTable::GenerateNuclide(), G4SPSPosDistribution::GenerateOne(), G4SPSEneDistribution::GenerateOne(), G4AtomicDeexcitation::GenerateParticles(), G4HEPEvtInterface::GeneratePrimaryVertex(), G4ParticleGun::GeneratePrimaryVertex(), G4MultiRunAction::GenerateRun(), G4PrimaryTransformer::GenerateSingleTrack(), G4GDMLReadSolids::GenericPolyconeRead(), G4GDMLReadSolids::GenericPolyhedraRead(), G4GDMLReadSolids::GenTrapRead(), G4SPSEneDistribution::GenUserHistEnergies(), G4GDMLMatrix::Get(), DNA::Penetration::Terrisol1990::Get3DStdDeviation(), G4Material::GetA(), G4AccumulableManager::GetAccumulable(), G4OpticalSurface::GetAngularDistributionValue(), G4OpticalSurface::GetAngularDistributionValueLUT(), G4VDecayChannel::GetAngularMomentum(), G4TwistBoxSide::GetAreaCode(), G4TwistTrapAlphaSide::GetAreaCode(), G4TwistTrapFlatSide::GetAreaCode(), G4TwistTrapParallelSide::GetAreaCode(), G4TwistTubsFlatSide::GetAreaCode(), G4TwistTubsHypeSide::GetAreaCode(), G4TwistTubsSide::GetAreaCode(), G4AssemblyStore::GetAssembly(), G4CrystalExtension::GetAtomBase(), G4Element::GetAtomicShell(), G4ProcessManager::GetAttribute(), G4tgrUtils::GetBool(), G4VTwistSurface::GetBoundaryAtPZ(), G4VTwistSurface::GetBoundaryAxis(), G4VTwistSurface::GetBoundaryLimit(), G4VTwistSurface::GetBoundaryParameters(), G4VTwistSurface::Boundary::GetBoundaryParameters(), G4UnitDefinition::GetCategory(), G4ChebyshevApproximation::GetChebyshevCof(), G4MultiSensitiveDetector::GetCollectionID(), G4tgrMaterialSimple::GetComponent(), G4MoleculeTable::GetConfiguration(), G4GDMLEvaluator::GetConstant(), G4BooleanSolid::GetConstituentSolid(), G4MaterialPropertiesTable::GetConstProperty(), G4MaterialPropertiesTable::GetConstPropertyIndex(), G4CrossSectionDataStore::GetCrossSection(), G4PenelopeIonisationXSHandler::GetCrossSectionTableForCouple(), G4PenelopeBremsstrahlungModel::GetCrossSectionTableForCouple(), G4EmCalculator::GetCSDARange(), G4VUserPhysicsList::GetCutValue(), G4MoleculeDefinition::GetDecayChannels(), G4Radioactivation::GetDecayTime(), G4Radioactivation::GetDecayTimeBin(), G4Step::GetDeltaEnergy(), G4Step::GetDeltaMomentum(), G4PenelopeIonisationXSHandler::GetDensityCorrection(), G4DNAMolecularMaterial::GetDensityTableFor(), G4GMocrenIO::getDetector(), G4ErrorCylSurfaceTarget::GetDistanceFromPoint(), G4ErrorPlaneSurfaceTarget::GetDistanceFromPoint(), G4tgrUtils::GetDouble(), G4VTwistSurface::GetEdgeVisibility(), G4PenelopeBremsstrahlungFS::GetEffectiveZSquared(), G3EleTable::GetEle(), G4GDMLReadMaterials::GetElement(), G4VCrossSectionDataSet::GetElementCrossSection(), G4HadronicProcess::GetElementCrossSection(), G4QuasiElRatios::GetElTotXS(), G4VTwistSurface::GetFace(), G4CrossSectionFactoryRegistry::GetFactory(), G4MolecularConfiguration::GetFakeParticleID(), G4ErrorPropagator::GetFinalTrajState(), G4tgrMaterialSimple::GetFraction(), G4PenelopeRayleighModel::GetFSquared(), G4PenelopeRayleighModelMI::GetFSquared(), G4ITMultiNavigator::GetGlobalExitNormal(), G4MultiNavigator::GetGlobalExitNormal(), G4ErrorPropagationNavigator::GetGlobalExitNormal(), G4Navigator::GetGlobalExitNormal(), G4ITNavigator1::GetGlobalExitNormal(), G4ITNavigator2::GetGlobalExitNormal(), G4VIntersectionLocator::GetGlobalSurfaceNormal(), G4VTouchable::GetHistory(), G4VTouchable::GetHistoryDepth(), G4NucleiPropertiesTableAME12::GetIndex(), G4NucleiPropertiesTheoreticalTable::GetIndex(), G4PSDoseDeposit3D::GetIndex(), G4PSEnergyDeposit3D::GetIndex(), G4DNAMesh::GetIndex(), G4ComponentAntiNuclNuclearXS::GetInelasticElementCrossSection(), G4VisManager::GetInstance(), G4tgrFileIn::GetInstanceOpened(), G4tgrUtils::GetInt(), G4IonTable::GetIon(), G4CrossSectionDataStore::GetIsoCrossSection(), G4VCrossSectionDataSet::GetIsoCrossSection(), G4LENDCrossSection::GetIsoCrossSection(), G4GDMLReadMaterials::GetIsotope(), G4DNAMesh::GetKey(), G4DNAChampionElasticModel::GetKillBelowThreshold(), G4DNAUeharaScreenedRutherfordElasticModel::GetKillBelowThreshold(), G4IonTable::GetLifeTime(), G4MultiNavigator::GetLocalExitNormal(), G4ITMultiNavigator::GetLocalExitNormal(), G4Navigator::GetLocalExitNormal(), G4ITNavigator1::GetLocalExitNormal(), G4ITNavigator2::GetLocalExitNormal(), G4DNASolvationModelFactory::GetMacroDefinedModel(), G4ScoreLogColorMap::GetMapColor(), G4LogicalVolume::GetMass(), G4GDMLReadMaterials::GetMaterial(), G4GDMLReadDefine::GetMatrix(), G4ClippablePolygon::GetMaxPoint(), G4NeutrinoElectronProcess::GetMeanFreePath(), G4RadioactiveDecay::GetMeanFreePath(), G4Accumulables::GetMergeFunction(), G4Accumulables::GetMergeMode(), G4ClippablePolygon::GetMinPoint(), G4PhysListRegistry::GetModularPhysicsList(), G4MoleculeTable::GetMoleculeDefinition(), G4PenelopeBremsstrahlungFS::GetMomentumIntegral(), G4Navigator::GetMotherToDaughterTransform(), G4ITNavigator1::GetMotherToDaughterTransform(), G4ITNavigator2::GetMotherToDaughterTransform(), G4IonTable::GetMuonicAtom(), G4TransportationManager::GetNavigator(), G4ITTransportationManager::GetNavigator(), G4Element::GetNbOfShellElectrons(), G4VTwistSurface::GetNode(), G4IonTable::GetNucleusMass(), G4DNAScavengerMaterial::GetNumberMoleculePerVolumeUnitForMaterialConf(), G4PenelopePhotoElectricModel::GetNumberOfShellXS(), G4PenelopeSamplingData::GetNumberOfStoredPoints(), G4DNAMolecularMaterial::GetNumMoleculePerVolumeUnitForMaterial(), G4DNAMolecularMaterial::GetNumMolPerVolForComponentInComposite(), G4DNAMolecularMaterial::GetNumMolPerVolTableFor(), G4DNAQuinnPlasmonExcitationModel::GetNValenceElectron(), G4ToolsSGSceneHandler::GetOrCreateNode(), G4DNABornExcitationModel1::GetPartialCrossSection(), G4DNABornExcitationModel2::GetPartialCrossSection(), G4EnergySplitter::GetPhantomParam(), G4PhysicsConstructorRegistry::GetPhysicsConstructor(), G4GDMLReadStructure::GetPhysvol(), G4PenelopeRayleighModel::GetPMaxTable(), G4PenelopeRayleighModelMI::GetPMaxTable(), G4VSolid::GetPointOnSurface(), G4BooleanSolid::GetPointOnSurface(), G4GDMLReadDefine::GetPosition(), G4ITStepProcessor::GetProcessInfo(), G4ProcessPlacer::GetProcessManager(), G4SteppingManager::GetProcessNumber(), G4TrackingInformation::GetProcessState(), G4VHighEnergyGenerator::GetProjectileNucleus(), G4OpticalMaterialProperties::GetProperty(), G4MaterialPropertiesTable::GetPropertyIndex(), G4ChipsAntiBaryonElasticXS::GetPTables(), G4ChipsHyperonElasticXS::GetPTables(), G4ChipsKaonMinusElasticXS::GetPTables(), G4ChipsKaonPlusElasticXS::GetPTables(), G4ChipsNeutronElasticXS::GetPTables(), G4ChipsPionMinusElasticXS::GetPTables(), G4ChipsPionPlusElasticXS::GetPTables(), G4ChipsProtonElasticXS::GetPTables(), G4ReflectionFactory::GetPVDivisionFactory(), G4ChipsAntiBaryonElasticXS::GetQ2max(), G4ChipsHyperonElasticXS::GetQ2max(), G4ChipsKaonMinusElasticXS::GetQ2max(), G4ChipsKaonPlusElasticXS::GetQ2max(), G4ChipsNeutronElasticXS::GetQ2max(), G4ChipsPionMinusElasticXS::GetQ2max(), G4ChipsPionPlusElasticXS::GetQ2max(), G4ChipsProtonElasticXS::GetQ2max(), G4GDMLReadDefine::GetQuantity(), G4Event::GetRandomNumberStatus(), G4Event::GetRandomNumberStatusForProcessing(), G4RunManager::GetRandomNumberStatusForThisEvent(), G4DNAMolecularReactionTable::GetReactionData(), G4DiffusionControlledReactionModel::GetReactionRadius(), G4DNAMolecularReactionTable::GetReativesNData(), G4PhysListFactory::GetReferencePhysList(), G4OpticalSurface::GetReflectivityLUTValue(), G4OpticalMaterialProperties::GetRefractiveIndex(), G4RegionStore::GetRegion(), G4PartialPhantomParameterisation::GetReplicaNo(), G4PhantomParameterisation::GetReplicaNo(), G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable::GetReplicaNumber(), G4VTouchable::GetReplicaNumber(), G4GMocrenTouchable::GetReplicaNumber(), G4GDMLReadDefine::GetRotation(), G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable::GetRotation(), G4tgrUtils::GetRotationFromDirection(), G4GDMLReadDefine::GetScale(), G4PenelopeBremsstrahlungFS::GetScaledXSTable(), G4Scintillation::GetScintillationYieldByParticleType(), G4TemplateRNGHelper< T >::GetSeed(), G4GDMLReadSetup::GetSetup(), G4PenelopePhotoElectricModel::GetShellCrossSection(), G4QAOLowEnergyLoss::GetShellEnergy(), G4QAOLowEnergyLoss::GetShellStrength(), G4GMocrenIO::getShortDoseDist(), G4ChipsAntiBaryonElasticXS::GetSlope(), G4ChipsHyperonElasticXS::GetSlope(), G4ChipsKaonPlusElasticXS::GetSlope(), G4ChipsNeutronElasticXS::GetSlope(), G4ChipsPionMinusElasticXS::GetSlope(), G4ChipsPionPlusElasticXS::GetSlope(), G4ChipsProtonElasticXS::GetSlope(), G4GDMLReadSolids::GetSolid(), G4SolidStore::GetSolid(), G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable::GetSolid(), G4VTouchable::GetSolid(), G4tgrSolidBoolean::GetSolid(), G4tgrSolidMultiUnion::GetSolid(), G4tgbGeometryDumper::GetSolidParams(), G4VIntersectionLocator::GetSurfaceNormal(), G4GDMLReadSolids::GetSurfaceProperty(), G4ErrorCylSurfaceTarget::GetTangentPlane(), G4DNAIndependentReactionTimeStepper::GetTimeToEncounter(), G4DNATotallyDiffusionControlled::GetTimeToEncounter(), G4tgbVolumeMgr::GetTopLogVol(), G4tgrVolumeMgr::GetTopVolume(), G4ComponentAntiNuclNuclearXS::GetTotalElementCrossSection(), G4GMocrenIO::getTrack(), G4ITReactionChange::GetTrackA(), G4ITReactionChange::GetTrackB(), G4tgrSolidMultiUnion::GetTransformation(), G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable::GetTranslation(), G4UnitDefinition::GetValueOf(), G4GDMLEvaluator::GetVariable(), G4GDMLReadStructure::GetVolume(), G4LogicalVolumeStore::GetVolume(), G4PhysicalVolumeStore::GetVolume(), G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable::GetVolume(), G4VTouchable::GetVolume(), G4tgrVolume::GetVolume(), G4EnergySplitter::GetVoxelID(), G4tgrFileIn::GetWordsInLine(), G4Material::GetZ(), G4OpenGLXmViewer::haloing_callback(), HepPolyhedronEllipsoid::HepPolyhedronEllipsoid(), G4VFastSimSensitiveDetector::Hit(), G4VGFlashSensitiveDetector::Hit(), G4GDMLReadParamvol::Hype_dimensionsRead(), G4GDMLReadSolids::HypeRead(), G4GDMLParser::ImportRegions(), G4ProcessManager::InActivateProcess(), G4ErrorPropagator::InitFreeTrajState(), G4ErrorPropagator::InitG4Track(), G4ErrorPropagatorManager::InitGeant4e(), G4ESTARStopping::Initialise(), G4IonICRU73Data::Initialise(), G4DNAChampionElasticModel::Initialise(), G4DNACPA100ElasticModel::Initialise(), G4DNAMeltonAttachmentModel::Initialise(), G4TDNAOneStepThermalizationModel< MODEL >::Initialise(), G4DNASancheExcitationModel::Initialise(), G4DNAScreenedRutherfordElasticModel::Initialise(), G4DNATransformElectronModel::Initialise(), G4DNAUeharaScreenedRutherfordElasticModel::Initialise(), G4PAIModel::Initialise(), G4PAIPhotModel::Initialise(), G4LivermoreIonisationModel::Initialise(), G4MicroElecElasticModel::Initialise(), G4MicroElecElasticModel_new::Initialise(), G4MicroElecInelasticModel::Initialise(), G4MicroElecInelasticModel_new::Initialise(), G4PenelopeComptonModel::Initialise(), G4DNABornExcitationModel1::Initialise(), G4DNABornExcitationModel2::Initialise(), G4DNABornIonisationModel1::Initialise(), G4DNABornIonisationModel2::Initialise(), G4DNACPA100IonisationModel::Initialise(), G4DNADiracRMatrixExcitationModel::Initialise(), G4DNAEmfietzoglouIonisationModel::Initialise(), G4DNAQuinnPlasmonExcitationModel::Initialise(), G4DNARelativisticIonisationModel::Initialise(), G4EmModelManager::Initialise(), G4DNAELSEPAElasticModel::Initialise(), G4DNAIonElasticModel::Initialise(), G4NeutronElasticXS::Initialise(), G4ComponentSAIDTotalXS::Initialise(), G4EmSaturation::InitialiseBirksCoefficient(), G4ElementData::InitialiseForComponent(), G4ElementData::InitialiseForElement(), G4SafetyHelper::InitialiseNavigator(), G4ITSafetyHelper::InitialiseNavigator(), G4PVReplica::InitialiseWorker(), G4Orb::Initialize(), G4Scheduler::Initialize(), G4INCL::HFB::initialize(), G4FastStep::Initialize(), G4ITReactionChange::Initialize(), G4PolarizedPhotoElectricXS::Initialize(), G4PolarizedBremsstrahlungXS::Initialize(), G4PolarizedGammaConversionXS::Initialize(), G4DNAMolecularMaterial::InitializeDensity(), G4PenelopeBremsstrahlungFS::InitializeEnergySampling(), G4MTRunManager::InitializeEventLoop(), G4TaskRunManager::InitializeEventLoop(), G4ErrorRunManagerHelper::InitializeGeometry(), G4RunManager::InitializeGeometry(), G4WorkerRunManager::InitializeGeometry(), G4DNAChemistryManager::InitializeMaster(), G4DNAMolecularMaterial::InitializeNumMolPerVol(), G4ErrorRunManagerHelper::InitializePhysics(), G4RunManager::InitializePhysics(), G4RunManagerKernel::InitializePhysics(), G4PenelopeRayleighModel::InitializeSamplingAlgorithm(), G4PenelopeRayleighModelMI::InitializeSamplingAlgorithm(), G4DNAChemistryManager::InitializeThread(), G4TaskRunManager::InitializeThreadPool(), G4MolecularConfiguration::G4MolecularConfigurationManager::Insert(), G4MoleculeTable::Insert(), G4ParticleTable::Insert(), G4DNAModelInterface::InsertModelInTable(), G4ReplicaNavigation::Inside(), G4TessellatedSolid::InsideNoVoxels(), G4TessellatedSolid::InsideVoxels(), G4CrossSectionFactory< T, mode >::Instantiate(), G4BogackiShampine45::InterpolateHigh(), G4AdjointInterpolator::Interpolation(), G4ErrorCylSurfaceTarget::IntersectLocal(), G4ErrorSymMatrix::invertBunchKaufman(), G4SteppingManager::InvokeAlongStepDoItProcs(), G4SteppingManager::InvokeAtRestDoItProcs(), G4SteppingManager::InvokePSDIP(), G4StokesVector::InvRotateAz(), G4DNAPTBIonisationStructure::IonisationEnergy(), G4MolecularConfiguration::IonizeMolecule(), G4GDMLReadMaterials::IsotopeRead(), G4HadronicDeveloperParameters::issue_has_changed(), G4HadronicDeveloperParameters::issue_is_already_defined(), G4HadronicDeveloperParameters::issue_is_modified(), G4HadronicDeveloperParameters::issue_no_param(), G4HadronicDeveloperParameters::issue_non_eligible_value(), G4LevelReader::LevelManager(), G4SPSEneDistribution::LinearInterpolation(), G4FastSimulationManager::ListModels(), G4DNARelativisticIonisationModel::LoadAtomicStates(), G4DopplerProfile::LoadBiggsP(), G4VDNAModel::LoadCrossSectionData(), G4eIonisationParameters::LoadData(), G4DNACrossSectionDataSet::LoadData(), G4CrossSectionDataSet::LoadData(), G4MicroElecCrossSectionDataSet::LoadData(), G4MicroElecCrossSectionDataSet_new::LoadData(), G4VCrossSectionHandler::LoadData(), G4EMDataSet::LoadData(), G4ShellData::LoadData(), G4DataSet::LoadData(), G4ShellEMDataSet::LoadData(), G4AugerData::LoadData(), G4FluoData::LoadData(), G4GSPWACorrections::LoadDataElement(), G4RadioactiveDecay::LoadDecayTable(), G4eDPWAElasticDCS::LoadGrid(), G4GSMottCorrection::LoadMCDataElement(), G4GoudsmitSaundersonTable::LoadMSCData(), G4DNACrossSectionDataSet::LoadNonLogData(), G4CrossSectionDataSet::LoadNonLogData(), G4MicroElecCrossSectionDataSet::LoadNonLogData(), G4MicroElecCrossSectionDataSet_new::LoadNonLogData(), G4VCrossSectionHandler::LoadNonLogData(), G4EMDataSet::LoadNonLogData(), G4ShellEMDataSet::LoadNonLogData(), G4DopplerProfile::LoadProfile(), G4SBBremTable::LoadSamplingTables(), G4SBBremTable::LoadSTGrid(), G4ITNavigator1::LocateGlobalPointAndSetup(), G4ITNavigator2::LocateGlobalPointAndSetup(), G4Navigator::LocateGlobalPointAndSetup(), G4ITNavigator1::LocateGlobalPointWithinVolume(), G4ITNavigator2::LocateGlobalPointWithinVolume(), G4VIntersectionLocator::LocateGlobalPointWithinVolumeAndCheck(), G4VIntersectionLocator::LocateGlobalPointWithinVolumeCheckAndReport(), G4SPSEneDistribution::LogInterpolation(), G4GDMLRead::LoopRead(), G4FastSimHitMaker::make(), GFlashHitMaker::make(), G4GenericTrap::MakeDownFacet(), G4MolecularConfiguration::MakeExceptionIfFinalized(), G4AssemblyVolume::MakeImprint(), G4LatticeReader::MakeLattice(), G4LevelReader::MakeLevelManager(), G4ErrorPropagator::MakeOneStep(), G4Trap::MakePlanes(), G4GenericTrap::MakeUpFacet(), G4PhaseSpaceDecayChannel::ManyBodyDecayIt(), G4PhysicalVolumesSearchScene::Matcher::Matcher(), G4GDMLReadMaterials::MaterialRead(), G4GDMLReadMaterials::MaterialsRead(), G4GDMLReadDefine::MatrixRead(), G4GDMLReadMaterials::MEERead(), G4AccumulableManager::Merge(), G4ScoringMessenger::MeshBinCommand(), G4OpenGLXmViewer::misc_callback(), G4GDMLReadMaterials::MixtureRead(), G4VIntraNuclearTransportModel::ModelDescription(), G4MolecularConfiguration::MoveOneElectron(), G4VTouchable::MoveUpHistory(), G4GDMLReadSolids::MultiUnionNodeRead(), G4GDMLReadSolids::MultiUnionRead(), G4ITNavigator2::NewNavigatorState(), G4ITNavigator2::NewNavigatorStateAndLocate(), G4PDefManager::NewSubInstances(), G4VUPLSplitter< T >::NewSubInstances(), G4TessellatedSolid::Normal(), G4AugerData::NumberOfAuger(), G4DNAPTBIonisationStructure::NumberOfLevels(), G4AtomicTransitionManager::NumberOfReachableShells(), G4AtomicTransitionManager::NumberOfShells(), G4FluoData::NumberOfTransitions(), G4AugerData::NumberOfTransitions(), G4MultiNavigator::ObtainFinalStep(), G4ITMultiNavigator::ObtainFinalStep(), G4MagInt_Driver::OneGoodStep(), G4OldMagIntDriver::OneGoodStep(), G4GenericAnalysisManager::OpenFileImpl(), G4tgrFileIn::OpenNewFile(), G4BOptrForceCollision::OperationApplied(), G4CrossSectionFactoryRegistry::operator=(), G4IT::operator=(), G4VTHitsMap< T, Map_t >::operator[](), G4GDMLReadSolids::OpticalSurfaceRead(), G4GDMLReadParamvol::Orb_dimensionsRead(), G4GDMLReadSolids::OrbRead(), G4GDMLReadParamvol::Para_dimensionsRead(), G4GDMLReadSolids::ParaboloidRead(), G4GDMLReadParamvol::ParameterisedRead(), G4GDMLReadParamvol::ParametersRead(), G4GDMLWriteParamvol::ParametersWrite(), G4GDMLReadParamvol::Paramvol_contentRead(), G4GDMLReadParamvol::ParamvolRead(), G4GDMLReadSolids::ParaRead(), G4DNARuddIonisationExtendedModel::PartialCrossSection(), G4DNARuddIonisationModel::PartialCrossSection(), G4LossTableManager::ParticleHaveNoLoss(), G4STRead::PhysvolRead(), G4GDMLReadStructure::PhysvolRead(), G4GDMLReadParamvol::Polycone_dimensionsRead(), G4GDMLReadSolids::PolyconeRead(), G4GDMLReadParamvol::Polyhedra_dimensionsRead(), G4GDMLReadSolids::PolyhedraRead(), G4DataInterpolation::PolynomInterpolation(), G4GDMLReadDefine::PositionRead(), G4NavigationLogger::PostComputeStepLog(), G4Event::PostProcessingFinished(), G4PhononReflection::PostStepDoIt(), G4NeutrinoElectronProcess::PostStepDoIt(), G4UCNBoundaryProcess::PostStepDoIt(), G4MicroElecSurface::PostStepDoIt(), G4HadronicProcess::PostStepDoIt(), G4ElNeutrinoNucleusProcess::PostStepDoIt(), G4HadronElasticProcess::PostStepDoIt(), G4MuNeutrinoNucleusProcess::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt(), G4ITTransportation::PostStepDoIt(), G4BiasingProcessInterface::PostStepDoIt(), G4BiasingProcessInterface::PostStepGetPhysicalInteractionLength(), G4GDMLReadMaterials::PRead(), G4NavigationLogger::PreComputeStepLog(), G4GeometrySampler::PrepareImportanceSampling(), G4MultiNavigator::PrepareNavigators(), G4ITMultiNavigator::PrepareNavigators(), G4StackManager::PrepareNewEvent(), G4ITPathFinder::PrepareNewTrack(), G4PathFinder::PrepareNewTrack(), G4GammaGeneralProcess::PreparePhysicsTable(), G4VUserPhysicsList::PreparePhysicsTable(), G4PhysicsTableHelper::PreparePhysicsTable(), G4PenelopeBremsstrahlungAngular::PrepareTables(), G4GeometrySampler::PrepareWeightRoulett(), G4LossTableManager::PrintEWarning(), anonymous_namespace{G4Scene.cc}::PrintInvalidModel(), G4DNAMolecularMaterial::PrintNotAMolecularMaterial(), G4ProcessPlacer::PrintProcVec(), G4PhysicsVector::PrintPutValueError(), G4PolarizedComptonModel::PrintWarning(), G4HadronElasticProcess::PrintWarning(), G4VEnergyLossProcess::PrintWarning(), G4EmExtraParameters::PrintWarning(), G4EmLowEParameters::PrintWarning(), G4EmParameters::PrintWarning(), G4OpticalParameters::PrintWarning(), G4ASTARStopping::PrintWarning(), G4PSTARStopping::PrintWarning(), G4VEmProcess::PrintWarning(), G4VScheduler::Process(), G4PSCellFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSDoseDeposit::ProcessHits(), G4PSEnergyDeposit::ProcessHits(), G4PSFlatSurfaceCurrent::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), G4PSMinKinEAtGeneration::ProcessHits(), G4PSNofSecondary::ProcessHits(), G4PSNofStep::ProcessHits(), G4PSPassageCellCurrent::ProcessHits(), G4PSPassageCellFlux::ProcessHits(), G4PSPassageTrackLength::ProcessHits(), G4PSTrackCounter::ProcessHits(), G4PSVolumeFlux::ProcessHits(), G4tgrLineProcessor::ProcessLine(), G4VSceneHandler::ProcessScene(), G4PseudoScene::ProcessVolume(), G4DopplerProfile::Profiles(), G4OpenGLXmViewer::projection_callback(), G4ErrorPropagator::Propagate(), G4ErrorTrajState::PropagateError(), G4VIntraNuclearTransportModel::PropagateNuclNucl(), G4ErrorPropagator::PropagateOneStep(), G4GDMLReadMaterials::PropertyRead(), G4GDMLReadSolids::PropertyRead(), G4ChannelingOptrChangeCrossSection::ProposeOccurenceBiasingOperation(), G4StackManager::PushOneTrack(), G4QGSParticipants::PutOnMassShell(), G4Physics2DVector::PutVectors(), G4GDMLReadSolids::QuadrangularRead(), G4GDMLReadStructure::QuantityRead(), G4GDMLReadDefine::QuantityRead(), G4LundStringFragmentation::Quark_AntiQuark_lastSplitting(), G4LundStringFragmentation::Quark_Diquark_lastSplitting(), G4MagInt_Driver::QuickAdvance(), G4OldMagIntDriver::QuickAdvance(), G4DNABornIonisationModel1::RandomSelect(), G4DNACPA100ExcitationModel::RandomSelect(), G4DNACPA100IonisationModel::RandomSelect(), G4DNAEmfietzoglouExcitationModel::RandomSelect(), G4DNAEmfietzoglouIonisationModel::RandomSelect(), G4DNARuddIonisationExtendedModel::RandomSelect(), G4DNARuddIonisationModel::RandomSelect(), G4MicroElecInelasticModel::RandomSelect(), G4MicroElecInelasticModel_new::RandomSelect(), G4EMDataSet::RandomSelect(), G4DataSet::RandomSelect(), G4VDNAModel::RandomSelectShell(), G4DataInterpolation::RationalPolInterpolation(), G4AtomicTransitionManager::ReachableShell(), G4PiData::ReactionXSection(), G4GDMLRead::Read(), G4STRead::Read(), G4UIbatch::ReadCommand(), G4SBBremTable::ReadCompressedFile(), G4eDPWAElasticDCS::ReadCompressedFile(), G4OpticalSurface::ReadCompressedFile(), G4GSMottCorrection::ReadCompressedFile(), G4AblaDataFile::readData(), G4ComponentSAIDTotalXS::ReadData(), G4LivermorePhotoElectricModel::ReadData(), G4SeltzerBergerModel::ReadData(), G4LivermoreBremsstrahlungModel::ReadData(), G4JAEAElasticScatteringModel::ReadData(), G4JAEAPolarizedElasticScatteringModel::ReadData(), G4LivermoreComptonModel::ReadData(), G4LivermoreNuclearGammaConversionModel::ReadData(), G4LivermorePolarizedComptonModel::ReadData(), G4LivermorePolarizedGammaConversionModel::ReadData(), G4LivermoreRayleighModel::ReadData(), G4LowEPComptonModel::ReadData(), G4LowEPPolarizedComptonModel::ReadData(), G4BoldyshevTripletModel::ReadData(), G4LivermoreGammaConversion5DModel::ReadData(), G4LivermoreGammaConversionModel::ReadData(), G4LivermorePolarizedRayleighModel::ReadData(), G4PenelopeBremsstrahlungAngular::ReadDataFile(), G4PenelopeGammaConversionModel::ReadDataFile(), G4PenelopeBremsstrahlungFS::ReadDataFile(), G4PenelopePhotoElectricModel::ReadDataFile(), G4PenelopeRayleighModel::ReadDataFile(), G4PenelopeRayleighModelMI::ReadDataFile(), G4OpticalSurface::ReadDichroicFile(), G4DNAPTBIonisationModel::ReadDiffCSFile(), G4DNAPTBElasticModel::ReadDiffCSFile(), G4VDNAModel::ReadDiffCSFile(), G4PenelopeOscillatorManager::ReadElementData(), G4LEPTSElossDistr::ReadFile(), G4tgrFileReader::ReadFiles(), G4ChannelingECHARM::ReadFromECHARM(), G4STRead::ReadGeom(), G4ENDFTapeRead::ReadInData(), G4VLEPTSModel::ReadIXS(), G4MicroElecMaterialStructure::ReadMaterialFile(), G4PenelopeRayleighModelMI::ReadMolInterferenceData(), G4PhysicsListHelper::ReadOrdingParameterTable(), G4VLEPTSModel::ReadParam(), G4STRead::ReadTree(), G4ITNavigator2::RecheckDistanceToCurrentBoundary(), G4StackManager::ReClassify(), G4MolecularConfiguration::G4MolecularConfigurationManager::RecordNewlyLabeledConfiguration(), G4VIntersectionLocator::ReEstimateEndpoint(), G4SmartVoxelHeader::RefineNodes(), G4GDMLReadSolids::ReflectedSolidRead(), G4ReflectionFactory::ReflectPVParameterised(), G4GDMLReadDefine::RefRead(), G4CrossSectionFactoryRegistry::Register(), G4CreatorFactoryT< T, Identifier, Creator >::Register(), G4UImanager::RegisterBridge(), G4ExtendedMaterial::RegisterExtension(), G4PhysicsBuilderInterface::RegisterMe(), G4tgrVolumeMgr::RegisterMe(), G4ITModelHandler::RegisterModel(), G4coutFormatters::RegisterNewStyle(), G4VUserDetectorConstruction::RegisterParallelWorld(), G4VModularPhysicsList::RegisterPhysics(), G4MultiFunctionalDetector::RegisterPrimitive(), G4PhysicsListHelper::RegisterProcess(), field_utils::relativeError2(), G4PathFinder::ReLocate(), G4ITPathFinder::ReLocate(), G4SafetyHelper::ReLocateWithinVolume(), G4ITSafetyHelper::ReLocateWithinVolume(), G4IonTable::Remove(), G4ParticleTable::Remove(), G4ParticleTable::RemoveAllParticles(), G4DNAScavengerMaterial::RemoveAMoleculeAtTime(), G4MoleculeCounter::RemoveAMoleculeAtTime(), G4ElectronOccupancy::RemoveElectron(), G4MolecularConfiguration::RemoveElectron(), G4ParallelGeometriesLimiterProcess::RemoveParallelWorld(), G4VModularPhysicsList::RemovePhysics(), G4ExtDEDXTable::RemovePhysicsVector(), G4IonStoppingData::RemovePhysicsVector(), G4ProcessManager::RemoveProcess(), G4VIntegrationDriver::RenewStepperAndAdjust(), G3VolTableEntry::ReplaceDaughter(), G3VolTableEntry::ReplaceMother(), G4VModularPhysicsList::ReplacePhysics(), G4GDMLReadStructure::ReplicaRead(), G4GDMLReadStructure::ReplicavolRead(), G4ConversionFatalError::ReportError(), G4CoupledTransportation::ReportInexactEnergy(), G4PropagatorInField::ReportLoopingParticle(), G4TransportationLogger::ReportLoopingTrack(), G4CoupledTransportation::ReportMissingLogger(), G4Transportation::ReportMissingLogger(), G4PathFinder::ReportMove(), G4ITPathFinder::ReportMove(), G4VBiasingOperator::ReportOperationApplied(), G4NavigationLogger::ReportOutsideMother(), G4PropagatorInField::ReportStuckParticle(), G4VIntersectionLocator::ReportTrialStep(), G4ASCIITreeSceneHandler::RequestPrimitives(), G4GenericPolycone::Reset(), G4Polyhedra::Reset(), G4MultiNavigator::ResetHierarchyAndLocate(), G4ITMultiNavigator::ResetHierarchyAndLocate(), G4MultiNavigator::ResetState(), G4ITMultiNavigator::ResetState(), G4ProductionCutsTable::RetrieveCutsInfo(), G4GMocrenIO::retrieveData(), G4ExtendedMaterial::RetrieveExtension(), G4ExtDEDXTable::RetrievePhysicsTable(), G4PhysicsTableHelper::RetrievePhysicsTable(), G4GammaNuclearXS::RetrieveVector(), G4IonICRU73Data::RetrieveVector(), G4NeutronCaptureXS::RetrieveVector(), G4NeutronInelasticXS::RetrieveVector(), G4ParticleInelasticXS::RetrieveVector(), G4LENDModel::returnUnchanged(), G4MTRunManager::rndmSaveThisEvent(), G4StokesVector::RotateAz(), G4GDMLReadDefine::RotationRead(), G4DNAChemistryManager::Run(), G4RunManagerKernel::RunInitialization(), G4DNAEventScheduler::RunInMesh(), G4GDMLReadSolids::RZPointRead(), G4VoxelSafety::SafetyForVoxelHeader(), G4TessellatedSolid::SafetyFromInside(), G4TessellatedSolid::SafetyFromOutside(), G4PenelopeBremsstrahlungAngular::SampleDirection(), G4SBBremTable::SampleEnergyTransfer(), G4SeltzerBergerModel::SampleEnergyTransfer(), G4PenelopeBremsstrahlungFS::SampleGammaEnergy(), G4ILawTruncatedExp::SampleInteractionLength(), G4InteractionLawPhysical::SampleInteractionLength(), G4LivermoreBremsstrahlungModel::SampleSecondaries(), G4DNABornIonisationModel1::SampleSecondaries(), G4DNABornIonisationModel2::SampleSecondaries(), G4DNACPA100IonisationModel::SampleSecondaries(), G4DNADingfelderChargeDecreaseModel::SampleSecondaries(), G4DNADingfelderChargeIncreaseModel::SampleSecondaries(), G4DNAEmfietzoglouIonisationModel::SampleSecondaries(), G4DNARelativisticIonisationModel::SampleSecondaries(), G4DNARuddIonisationExtendedModel::SampleSecondaries(), G4DNARuddIonisationModel::SampleSecondaries(), G4PolarizedAnnihilationModel::SampleSecondaries(), G4JAEAPolarizedElasticScatteringModel::SampleSecondaries(), G4LivermoreComptonModel::SampleSecondaries(), G4LivermorePolarizedComptonModel::SampleSecondaries(), G4LowEPComptonModel::SampleSecondaries(), G4LowEPPolarizedComptonModel::SampleSecondaries(), G4PenelopeComptonModel::SampleSecondaries(), G4PenelopeGammaConversionModel::SampleSecondaries(), G4PenelopeIonisationModel::SampleSecondaries(), G4PenelopePhotoElectricModel::SampleSecondaries(), G4PenelopeRayleighModel::SampleSecondaries(), G4PenelopeRayleighModelMI::SampleSecondaries(), G4PolarizedBremsstrahlungModel::SampleSecondaries(), G4PolarizedComptonModel::SampleSecondaries(), G4PolarizedGammaConversionModel::SampleSecondaries(), G4PolarizedIonisationModel::SampleSecondaries(), G4PolarizedPhotoElectricModel::SampleSecondaries(), G4DNAModelInterface::SampleSecondaries(), G4LundStringFragmentation::SampleState(), G4PhysicsModelCatalog::SanityCheck(), G4DNACrossSectionDataSet::SaveData(), G4CrossSectionDataSet::SaveData(), G4MicroElecCrossSectionDataSet::SaveData(), G4MicroElecCrossSectionDataSet_new::SaveData(), G4CompositeEMDataSet::SaveData(), G4EMDataSet::SaveData(), G4CompositeDataSet::SaveData(), G4DataSet::SaveData(), G4ShellEMDataSet::SaveData(), G4GDMLReadSolids::ScaledSolidRead(), G4GDMLReadDefine::ScaleRead(), G4Region::ScanVolumeTree(), G4Scatterer::Scatter(), G4VPartonStringModel::Scatter(), G4QuasiElRatios::Scatter(), G4GDMLReadSolids::SectionRead(), G4RadioactiveDecay::SelectAVolume(), G4DNAUeharaScreenedRutherfordElasticModel::SelectHighEnergyLimit(), G4ShellData::SelectRandomShell(), G4VCrossSectionHandler::SelectRandomShell(), G4PenelopePhotoElectricModel::SelectRandomShell(), G4AtomicDeexcitation::SelectTypeOfTransition(), G4TrajectoryDrawByCharge::Set(), G4ModelColourMap< T >::Set(), G4GDMLMatrix::Set(), G4OpenGLXmViewer::set_rot_sens_callback(), G4OpenGLXmViewer::set_rot_subject_callback(), G4OpenGLXmViewer::set_wob_sens_callback(), G4Torus::SetAllParameters(), G4Track::SetAuxiliaryTrackInformation(), G4TwistBoxSide::SetBoundaries(), G4TwistTrapAlphaSide::SetBoundaries(), G4TwistTrapFlatSide::SetBoundaries(), G4TwistTrapParallelSide::SetBoundaries(), G4TwistTubsFlatSide::SetBoundaries(), G4TwistTubsHypeSide::SetBoundaries(), G4TwistTubsSide::SetBoundaries(), G4VTwistSurface::SetBoundary(), G4Tet::SetBoundingLimits(), G4UIcommand::SetCommandType(), G4VTwistSurface::SetCorner(), G4TwistBoxSide::SetCorners(), G4TwistTrapAlphaSide::SetCorners(), G4TwistTrapFlatSide::SetCorners(), G4TwistTrapParallelSide::SetCorners(), G4TwistTubsFlatSide::SetCorners(), G4TwistTubsSide::SetCorners(), G4TwistTubsHypeSide::SetCorners(), G4VisListManager< T >::SetCurrent(), G4GeneralParticleSource::SetCurrentSourceto(), G4VTwistSurface::CurrentStatus::SetCurrentStatus(), G4VDecayChannel::SetDaughter(), G4Radioactivation::SetDecayBias(), G4TrajectoryDrawByEncounteredVolume::SetDefault(), G4TrajectoryDrawByOriginVolume::SetDefault(), G4TrajectoryDrawByParticleID::SetDefault(), G4UIparameter::SetDefaultUnit(), G4FieldManager::SetDetectorField(), G4NystromRK4::SetDistanceForConstantField(), G4PixeShellDataSet::SetEnergiesData(), G4ShellEMDataSet::SetEnergiesData(), G4CompositeEMDataSet::SetEnergiesData(), G4CompositeDataSet::SetEnergiesData(), G4DNACrossSectionDataSet::SetEnergiesData(), G4CrossSectionDataSet::SetEnergiesData(), G4MicroElecCrossSectionDataSet::SetEnergiesData(), G4MicroElecCrossSectionDataSet_new::SetEnergiesData(), G4EMDataSet::SetEnergiesData(), G4DataSet::SetEnergiesData(), G4ILawTruncatedExp::SetForceCrossSection(), G4INCLXXInterfaceStore::SetINCLPhysics(), G4ITStepProcessor::SetInitialStep(), G4SteppingManager::SetInitialStep(), G4VMoleculeCounter::SetInstance(), G4DNAChampionElasticModel::SetKillBelowThreshold(), G4DNAScreenedRutherfordElasticModel::SetKillBelowThreshold(), G4DNAUeharaScreenedRutherfordElasticModel::SetKillBelowThreshold(), G4MicroElecElasticModel::SetKillBelowThreshold(), G4MicroElecElasticModel_new::SetKillBelowThreshold(), G4BetheHeitler5DModel::SetLeptonPair(), G4ShellEMDataSet::SetLogEnergiesData(), G4DNACrossSectionDataSet::SetLogEnergiesData(), G4CrossSectionDataSet::SetLogEnergiesData(), G4MicroElecCrossSectionDataSet::SetLogEnergiesData(), G4MicroElecCrossSectionDataSet_new::SetLogEnergiesData(), G4CompositeEMDataSet::SetLogEnergiesData(), G4EMDataSet::SetLogEnergiesData(), G4PhysicsBuilderInterface::SetMaxEnergy(), G4GDMLWriteStructure::SetMaxExportLevel(), G4PhysicsBuilderInterface::SetMinEnergy(), G4VisFilterManager< T >::SetMode(), G4ITModelManager::SetModel(), G4ITModelProcessor::SetModelHandler(), G4EmParametersMessenger::SetNewValue(), G4ModelCmdApplyStringColour< M >::SetNewValue(), G4ModelCmdApplyColour< M >::SetNewValue(), G4GeneralParticleSourceMessenger::SetNewValue(), G4ParticleGunMessenger::SetNewValue(), G4RunMessenger::SetNewValue(), G4ProcessTableMessenger::SetNumberOfProcessType(), G4VScoringMesh::SetNumberOfSegments(), G4MTRunManager::SetNumberOfThreads(), G4TaskRunManager::SetNumberOfThreads(), G4Polycone::SetOriginalParameters(), G4Polyhedra::SetOriginalParameters(), G4ParallelWorldProcessStore::SetParallelWorld(), G4ReplicatedSlice::SetParameterisation(), G4PVDivision::SetParameterisation(), G4PSNofSecondary::SetParticle(), G4VUserPhysicsList::SetParticleCuts(), G4ParticleGun::SetParticleDefinition(), G4ParticleDefinition::SetParticleDefinitionID(), G4InteractionLawPhysical::SetPhysicalCrossSection(), G4PhysicsTableHelper::SetPhysicsVector(), G4WorkerThread::SetPinAffinity(), G4MTRunManager::SetPinAffinity(), G4OpticalParameters::SetProcessActivation(), G4ParallelGeometriesLimiterProcess::SetProcessManager(), G4ParticleDefinition::SetProcessManager(), G4ProcessManager::SetProcessOrderingToFirst(), G4ProcessManager::SetProcessOrderingToLast(), G4ProductionCuts::SetProductionCuts(), G4RunManager::SetRandomNumberStoreDir(), G3Division::SetRangeAndAxis(), G4DNASecondOrderReaction::SetReaction(), G4DNAScavengerProcess::SetReaction(), G4Scintillation::SetScintillationByParticleType(), G4VUserDetectorConstruction::SetSensitiveDetector(), G4VUserParallelWorld::SetSensitiveDetector(), G4VScoringMesh::SetSize(), G4MagInt_Driver::SetSmallestFraction(), G4OldMagIntDriver::SetSmallestFraction(), G4TessellatedSolid::SetSolidClosed(), G4Radioactivation::SetSourceTimeProfile(), G4tgrMaterial::SetState(), G4GeometryTolerance::SetSurfaceTolerance(), G4VViewer::SetTouchable(), G4ITStepProcessor::SetTrack(), G4ParticleDefinition::SetTrackingManager(), G4TrackingManager::SetTrajectory(), G4GenericMessenger::Command::SetUnit(), G4PSCylinderSurfaceCurrent::SetUnit(), G4PSCylinderSurfaceFlux::SetUnit(), G4PSFlatSurfaceCurrent::SetUnit(), G4PSFlatSurfaceFlux::SetUnit(), G4PSNofCollision::SetUnit(), G4PSNofSecondary::SetUnit(), G4PSNofStep::SetUnit(), G4PSPassageCellCurrent::SetUnit(), G4PSPopulation::SetUnit(), G4PSSphereSurfaceCurrent::SetUnit(), G4PSSphereSurfaceFlux::SetUnit(), G4PSTermination::SetUnit(), G4PSTrackCounter::SetUnit(), G4RTPrimaryGeneratorAction::SetUp(), G4RunManagerKernel::SetupDefaultRegion(), G4ITStepProcessor::SetupGeneralProcessInfo(), G4ScoringRealWorld::SetupGeometry(), G4MultiNavigator::SetupHierarchy(), G4ITMultiNavigator::SetupHierarchy(), G4ITNavigator1::SetupHierarchy(), G4ITNavigator2::SetupHierarchy(), G4GDMLReadSetup::SetupRead(), G4UserWorkerThreadInitialization::SetupRNGEngine(), G4UserTaskThreadInitialization::SetupRNGEngine(), G4WorkerRunManagerKernel::SetupShadowProcess(), G4WorkerTaskRunManagerKernel::SetupShadowProcess(), G4MTRunManager::SetUserAction(), G4EventManager::SetUserInformation(), G4RunManager::SetUserInitialization(), G4WorkerRunManager::SetUserInitialization(), G4GDMLEvaluator::SetVariable(), G4VelocityTable::SetVelocityTableProperties(), G4Tet::SetVertices(), G4PolarizationManager::SetVolumePolarization(), G4GeometryManager::SetWorldMaximumExtent(), G4FastSimulationManagerProcess::SetWorldVolume(), G4Box::SetXHalfLength(), G4Box::SetYHalfLength(), G4Box::SetZHalfLength(), G4BetaDecayCorrections::ShapeFactor(), G4AtomicTransitionManager::Shell(), G4ShellData::ShellIdVector(), G4ShellData::ShellVector(), G4RayShooter::Shoot(), G4DAWNFILEViewer::ShowView(), G4GMocrenFileViewer::ShowView(), SignalHandler(), G4LightTargetCollider::SingleNucleonScattering(), G4GDMLWriteStructure::SkinSurfaceCache(), G4GDMLReadStructure::SkinSurfaceRead(), G4GeomSplitter< T >::SlaveCopySubInstanceArray(), G4GeomSplitter< T >::SlaveInitializeSubInstance(), G4GeomSplitter< T >::SlaveReCopySubInstanceArray(), G4GDMLReadSolids::SolidsRead(), G4GDMLEvaluator::SolveBrackets(), G4GDMLReadParamvol::Sphere_dimensionsRead(), G4GDMLReadSolids::SphereRead(), G4SPSEneDistribution::SplineInterpolation(), G4SamplingPostStepAction::Split(), G4BooleanSolid::StackPolyhedron(), G4FluoData::StartShellEnergy(), G4AugerData::StartShellEnergy(), G4FluoData::StartShellId(), G4AugerData::StartShellId(), G4FluoData::StartShellProb(), G4AugerData::StartShellProb(), G4ImportanceProcess::StartTracking(), G4WeightCutOffProcess::StartTracking(), G4WeightWindowProcess::StartTracking(), G4ParallelWorldProcess::StartTracking(), G4ParallelWorldScoringProcess::StartTracking(), G4Scheduler::Stepping(), G4DNAEventScheduler::Stepping(), G4RKG3_Stepper::StepWithEst(), G4ClassicalRK4::StepWithEst(), G4CashKarpRKF45::StepWithEst(), G4ProductionCutsTable::StoreCutsInfo(), G4ProductionCutsTable::StoreMaterialCutsCoupleInfo(), G4ProductionCutsTable::StoreMaterialInfo(), G4VUserPhysicsList::StorePhysicsTable(), G4ExtDEDXTable::StorePhysicsTable(), G4NuclideTable::StripFloatLevelBase(), G4GDMLReadStructure::StructureRead(), G4tgrUtils::SubColon(), SubstractSolids(), G4VITProcess::SubtractNumberOfInteractionLengthLeft(), G4VProcess::SubtractNumberOfInteractionLengthLeft(), G4UnionSolid::SurfaceNormal(), G4Box::SurfaceNormal(), G4Cons::SurfaceNormal(), G4CutTubs::SurfaceNormal(), G4Para::SurfaceNormal(), G4Sphere::SurfaceNormal(), G4Torus::SurfaceNormal(), G4Trap::SurfaceNormal(), G4Trd::SurfaceNormal(), G4Tubs::SurfaceNormal(), G4Ellipsoid::SurfaceNormal(), G4EllipticalCone::SurfaceNormal(), G4EllipticalTube::SurfaceNormal(), G4ExtrudedSolid::SurfaceNormal(), G4GenericTrap::SurfaceNormal(), G4Paraboloid::SurfaceNormal(), G4Tet::SurfaceNormal(), G4GDMLReadSolids::TessellatedRead(), G4GDMLWriteSolids::TessellatedWrite(), G4GDMLReadSolids::TetRead(), G4MicroElecElasticModel_new::Theta(), G4PhaseSpaceDecayChannel::ThreeBodyDecayIt(), G4GeneralPhaseSpaceDecay::ThreeBodyDecayIt(), anonymous_namespace{G4BFieldIntegrationDriver.cc}::toMagneticEquation(), G4GDMLReadParamvol::Torus_dimensionsRead(), G4GDMLReadSolids::TorusRead(), G4AtomicTransitionManager::TotalNonRadiativeTransitionProbability(), G4AtomicTransitionManager::TotalRadiativeTransitionProbability(), G4PiData::TotalXSection(), G4VPolarizedXS::TotalXSection(), G4PolarizedIonisationMollerXS::TotalXSection(), G4MicroElecInelasticModel_new::TransferedEnergy(), G4tgbMaterialMixtureByVolume::TransformToFractionsByWeight(), G4OpenGLXmViewer::transparency_callback(), G4GDMLReadParamvol::Trap_dimensionsRead(), G4GDMLReadSolids::TrapRead(), G4GDMLWriteStructure::TraverseVolumeTree(), G4GDMLReadParamvol::Trd_dimensionsRead(), G4GDMLReadSolids::TrdRead(), G4GDMLReadMaterials::TRead(), G4GDMLReadSolids::TriangularRead(), G4PolyPhiFace::Triangulate(), G4GDMLReadParamvol::Tube_dimensionsRead(), G4GDMLReadSolids::TubeRead(), G4GDMLReadSolids::TwistedboxRead(), G4GDMLReadSolids::TwistedtrapRead(), G4GDMLReadSolids::TwistedtrdRead(), G4GDMLReadSolids::TwistedtubsRead(), G4PhaseSpaceDecayChannel::TwoBodyDecayIt(), G4GDMLReadSolids::TwoDimVertexRead(), G4tgrVolumeMgr::UnRegisterMe(), G4ILawTruncatedExp::UpdateInteractionLengthForStep(), G4InteractionLawPhysical::UpdateInteractionLengthForStep(), G4DNAMakeReaction::UpdatePositionForReaction(), G4RunManagerKernel::UpdateRegion(), G4VTouchable::UpdateYourself(), G4ParticleHPInelasticCompFS::use_nresp71_model(), G4GDMLRead::UserinfoRead(), G4OpWLS::UseTimeProfile(), G4OpWLS2::UseTimeProfile(), G4PDefManager::UseWorkArea(), G4GeomSplitter< T >::UseWorkArea(), G4VUPLSplitter< T >::UseWorkArea(), G4FluoData::VacancyId(), G4AugerData::VacancyId(), G4PhysicalVolumeModel::Validate(), G4GDMLReadDefine::VariableRead(), G4GDMLReadDefine::VectorRead(), G4GDMLReadStructure::Volume_contentRead(), G4GDMLReadStructure::VolumeRead(), G4Analysis::Warn(), G4MagInt_Driver::WarnEndPointTooFar(), G4OldMagIntDriver::WarnEndPointTooFar(), G4ImportanceAlgorithm::Warning(), G4MagInt_Driver::WarnSmallStepSize(), G4OldMagIntDriver::WarnSmallStepSize(), G4MagInt_Driver::WarnTooManyStep(), G4OldMagIntDriver::WarnTooManyStep(), G4Clebsch::Wigner6J(), G4VUPLSplitter< T >::WorkerCopySubInstanceArray(), G4RunManagerKernel::WorkerDefineWorldVolume(), G4GDMLWrite::Write(), G4PolarizedBremsstrahlungXS::XSection(), G4PolarizedGammaConversionXS::XSection(), G4PolarizedPhotoElectricXS::XSection(), G4GDMLReadSolids::XtruRead(), G4GDMLReadSolids::ZplaneRead(), G4BOptrForceCollisionTrackData::~G4BOptrForceCollisionTrackData(), G4MTRunManagerKernel::~G4MTRunManagerKernel(), and G4ParticleDefinition::~G4ParticleDefinition().

◆ G4Exception() [2/3]

void G4Exception ( const char *  originOfException,
const char *  exceptionCode,
G4ExceptionSeverity  severity,
G4ExceptionDescription description 
)

Definition at line 99 of file G4Exception.cc.

102{
103 G4String des = description.str();
104 G4Exception(originOfException, exceptionCode, severity, des.c_str());
105}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
Definition: G4Exception.cc:35

References G4Exception().

◆ G4Exception() [3/3]

void G4Exception ( const char *  originOfException,
const char *  exceptionCode,
G4ExceptionSeverity  severity,
G4ExceptionDescription description,
const char *  comments 
)

Definition at line 108 of file G4Exception.cc.

111{
112 description << comments << G4endl;
113 G4Exception(originOfException, exceptionCode, severity, description);
114}

References G4endl, and G4Exception().

◆ G4ExceptionErrBannerEnd()

const G4String G4ExceptionErrBannerEnd ( )
inline

Definition at line 51 of file G4Exception.hh.

52{
53 return "\n-------- EEEE ------- G4Exception-END -------- EEEE -------\n";
54}

Referenced by G4Exception().

◆ G4ExceptionErrBannerStart()

const G4String G4ExceptionErrBannerStart ( )
inline

Definition at line 42 of file G4Exception.hh.

43{
44 return "\n-------- EEEE ------- G4Exception-START -------- EEEE -------\n";
45}

Referenced by G4Exception().

◆ G4ExceptionWarnBannerEnd()

const G4String G4ExceptionWarnBannerEnd ( )
inline

Definition at line 55 of file G4Exception.hh.

56{
57 return "\n-------- WWWW ------- G4Exception-END -------- WWWW -------\n";
58}

Referenced by G4Exception().

◆ G4ExceptionWarnBannerStart()

const G4String G4ExceptionWarnBannerStart ( )
inline

Definition at line 46 of file G4Exception.hh.

47{
48 return "\n-------- WWWW ------- G4Exception-START -------- WWWW -------\n";
49}

Referenced by G4Exception().