#include <G4eLowEnergyLoss.hh>
정적 Public 멤버 함수 | |
static void | SetNbOfProcesses (G4int nb) |
static void | PlusNbOfProcesses () |
static void | MinusNbOfProcesses () |
static G4int | GetNbOfProcesses () |
static void | SetLowerBoundEloss (G4double val) |
static void | SetUpperBoundEloss (G4double val) |
static void | SetNbinEloss (G4int nb) |
static G4double | GetLowerBoundEloss () |
static G4double | GetUpperBoundEloss () |
static G4int | GetNbinEloss () |
static void | SetRndmStep (G4bool value) |
static void | SetEnlossFluc (G4bool value) |
static void | SetStepFunction (G4double c1, G4double c2) |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected 멤버 함수 | |
virtual std::vector < G4DynamicParticle * > * | DeexciteAtom (const G4MaterialCutsCouple *, G4double, G4double) |
G4double | GetLossWithFluct (const G4DynamicParticle *aParticle, const G4MaterialCutsCouple *couple, G4double MeanLoss, G4double step) |
void | SetGPILSelection (G4GPILSelection selection) |
G4GPILSelection | GetGPILSelection () const |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Private 멤버 함수 | |
G4double | GetConstraints (const G4DynamicParticle *aParticle, const G4MaterialCutsCouple *couple) |
G4eLowEnergyLoss (G4eLowEnergyLoss &) | |
G4eLowEnergyLoss & | operator= (const G4eLowEnergyLoss &right) |
정적 Private 속성 | |
static G4int | NbinEloss = 360 |
static G4double | LowerBoundEloss = 10.*eV |
static G4double | UpperBoundEloss = 100.*GeV |
static G4double | RTable |
static G4double | LOGRTable |
static G4PhysicsTable * | theeRangeCoeffATable = 0 |
static G4PhysicsTable * | theeRangeCoeffBTable = 0 |
static G4PhysicsTable * | theeRangeCoeffCTable = 0 |
static G4PhysicsTable * | thepRangeCoeffATable = 0 |
static G4PhysicsTable * | thepRangeCoeffBTable = 0 |
static G4PhysicsTable * | thepRangeCoeffCTable = 0 |
static G4EnergyLossMessenger * | eLossMessenger = 0 |
G4eLowEnergyLoss.hh 파일의 87 번째 라인에서 정의되었습니다.
G4eLowEnergyLoss::G4eLowEnergyLoss | ( | const G4String & | processName | ) |
G4eLowEnergyLoss.cc 파일의 127 번째 라인에서 정의되었습니다.
다음을 참조함 : eLossMessenger.
G4eLowEnergyLoss::~G4eLowEnergyLoss | ( | ) |
G4eLowEnergyLoss.cc 파일의 148 번째 라인에서 정의되었습니다.
다음을 참조함 : G4PhysicsTable::clearAndDestroy(), theLossTable.
|
private |
|
virtual |
G4RDVeLowEnergyLoss를 구현.
G4eLowEnergyLoss.cc 파일의 399 번째 라인에서 정의되었습니다.
다음을 참조함 : G4ParticleChange::AddSecondary(), G4VProcess::aParticleChange, Charge, DeexciteAtom(), E, edep, G4Electron::Electron(), G4RDVeLowEnergyLoss::EnlossFlucFlag, fdEdx, fRangeNow, fStopAndKill, fStopButAlive, G4UniformRand, G4Track::GetDynamicParticle(), G4StepPoint::GetGlobalTime(), G4DynamicParticle::GetKineticEnergy(), G4RDVeLowEnergyLoss::GetLossWithFluct(), G4Track::GetMaterialCutsCouple(), G4StepPoint::GetPosition(), G4Step::GetPostStepPoint(), G4EnergyLossTables::GetPreciseEnergyFromRange(), G4Step::GetPreStepPoint(), G4Step::GetStepLength(), G4ParticleChange::Initialize(), linLossLimit, LowerBoundEloss, MinKineticEnergy, part, position, G4Positron::Positron(), G4ParticleChange::ProposeEnergy(), G4VParticleChange::ProposeLocalEnergyDeposit(), G4VParticleChange::ProposeTrackStatus(), G4VParticleChange::SetNumberOfSecondaries(), theFluo, UpperBoundEloss.
|
virtualinherited |
G4VProcess를 구현.
G4VEnergyLossProcess, G4VMultipleScattering에서 재구현되었습니다.
G4VContinuousDiscreteProcess.cc 파일의 134 번째 라인에서 정의되었습니다.
다음을 참조함 : CandidateForSelection, cm, G4DynamicParticle::DumpInfo(), G4cout, G4endl, G4VContinuousDiscreteProcess::GetContinuousStepLimit(), G4Track::GetDynamicParticle(), G4Track::GetMaterial(), G4Material::GetName(), G4VProcess::GetProcessName(), G4VContinuousDiscreteProcess::valueGPILSelection, G4VProcess::verboseLevel.
|
inlineinherited |
G4VProcess.hh 파일의 482 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::AlongStepGetPhysicalInteractionLength().
다음에 의해서 참조됨 : G4ITStepProcessor::DoDefinePhysicalStepLength().
|
inlinevirtualinherited |
G4VProcess를 구현.
G4VContinuousDiscreteProcess.hh 파일의 99 번째 라인에서 정의되었습니다.
|
inlinevirtualinherited |
G4VProcess를 구현.
G4VContinuousDiscreteProcess.hh 파일의 93 번째 라인에서 정의되었습니다.
|
inlineinherited |
G4VProcess.hh 파일의 493 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::AtRestGetPhysicalInteractionLength(), G4VProcess::thePILfactor.
다음에 의해서 참조됨 : G4ITStepProcessor::GetAtRestIL(), G4SteppingManager::InvokeAtRestDoItProcs().
void G4eLowEnergyLoss::BuildDEDXTable | ( | const G4ParticleDefinition & | aParticleType | ) |
G4eLowEnergyLoss.cc 파일의 208 번째 라인에서 정의되었습니다.
다음을 참조함 : G4RDVeLowEnergyLoss::BuildInverseRangeTable(), G4RDVeLowEnergyLoss::BuildLabTimeTable(), G4RDVeLowEnergyLoss::BuildProperTimeTable(), G4RDVeLowEnergyLoss::BuildRangeCoeffATable(), G4RDVeLowEnergyLoss::BuildRangeCoeffBTable(), G4RDVeLowEnergyLoss::BuildRangeCoeffCTable(), G4RDVeLowEnergyLoss::BuildRangeTable(), Charge, G4PhysicsTable::clearAndDestroy(), CounterOfElectronProcess, CounterOfPositronProcess, CounterOfProcess, G4Electron::Electron(), eplus, G4cout, G4endl, G4PhysicsVector::GetLowEdgeEnergy(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsTable::insert(), LOGRTable, LowerBoundEloss, NbinEloss, NbOfProcesses, G4RDVeLowEnergyLoss::ParticleMass, G4Positron::Positron(), G4PhysicsVector::PutValue(), RecorderOfElectronProcess, RecorderOfPositronProcess, RecorderOfProcess, G4EnergyLossTables::Register(), RTable, theDEDXElectronTable, theDEDXPositronTable, theDEDXTable, theeRangeCoeffATable, theeRangeCoeffBTable, theeRangeCoeffCTable, theInverseRangeElectronTable, theInverseRangePositronTable, theLabTimeElectronTable, theLabTimePositronTable, thepRangeCoeffATable, thepRangeCoeffBTable, thepRangeCoeffCTable, theProperTimeElectronTable, theProperTimePositronTable, theRangeElectronTable, theRangePositronTable, UpperBoundEloss, G4VProcess::verboseLevel.
다음에 의해서 참조됨 : G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.cc 파일의 514 번째 라인에서 정의되었습니다.
다음을 참조함 : G4PhysicsTable::clearAndDestroy(), e, G4PhysicsVector::GetLowEdgeEnergy(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsVector::GetValue(), G4PhysicsVector::GetVectorLength(), G4PhysicsTable::insert(), G4PhysicsVector::PutValue(), pyG4EmCalculator::range.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.cc 파일의 262 번째 라인에서 정의되었습니다.
다음을 참조함 : G4RDVeLowEnergyLoss::BuildLabTimeVector(), G4PhysicsTable::clearAndDestroy(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsTable::insert().
다음에 의해서 참조됨 : BuildDEDXTable().
|
inlinevirtualinherited |
G4ScreenedNuclearRecoil, G4RadioactiveDecay, G4BiasingProcessInterface, G4VEnergyLossProcess, G4RadioactiveDecayBase, G4VITProcess, G4VEmProcess, G4VMultipleScattering, G4Scintillation, G4WrapperProcess, G4DNABrownianTransportation, G4AdjointProcessEquivalentToDirectProcess, G4Cerenkov, G4OpWLS, G4OpRayleigh, G4HadronicProcess, G4ContinuousGainOfEnergy, G4Decay, G4ePolarizedIonisation, G4VXTRenergyLoss, G4PolarizedCompton, G4AdjointAlongStepWeightCorrection, G4SynchrotronRadiation, G4hImpactIonisation, G4ITTransportation, G4VAdjointReverseReaction, G4LowEnergyBremsstrahlung, G4LowEnergyPolarizedCompton, G4AdjointForcedInteractionForGamma, G4eplusPolarizedAnnihilation, G4LowEnergyIonisation, G4ElectronCapture, G4ElectronCapture, G4ElectronCapture, G4LowECapture, G4LowEnergyPhotoElectric, G4ElectronCapture, G4GammaConversionToMuons, G4HadronStoppingProcess, G4MuonMinusAtomicCapture, G4LowEnergyGammaConversion, G4LowEnergyCompton, G4DNASecondOrderReaction, G4LowEnergyRayleigh, G4UnknownDecay, G4AnnihiToMuPair, G4AntiNeutronAnnihilationAtRest, G4ChargeExchangeProcess, StepMax, StepMax, StepMax, StepMax, G4Channeling, G4DNAElectronHoleRecombination에서 재구현되었습니다.
G4VProcess.hh 파일의 210 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VUserPhysicsList::BuildIntegralPhysicsTable(), G4AdjointProcessEquivalentToDirectProcess::BuildPhysicsTable(), G4WrapperProcess::BuildPhysicsTable(), G4BiasingProcessInterface::BuildPhysicsTable(), G4VProcess::BuildWorkerPhysicsTable(), export_G4VProcess().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.cc 파일의 295 번째 라인에서 정의되었습니다.
다음을 참조함 : G4RDVeLowEnergyLoss::BuildProperTimeVector(), G4PhysicsTable::clearAndDestroy(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsTable::insert().
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.cc 파일의 639 번째 라인에서 정의되었습니다.
다음을 참조함 : G4PhysicsTable::clearAndDestroy(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsVector::GetValue(), G4PhysicsTable::insert(), G4PhysicsVector::PutValue(), w.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.cc 파일의 701 번째 라인에서 정의되었습니다.
다음을 참조함 : G4PhysicsTable::clearAndDestroy(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsVector::GetValue(), G4PhysicsTable::insert(), G4PhysicsVector::PutValue(), w.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.cc 파일의 762 번째 라인에서 정의되었습니다.
다음을 참조함 : G4PhysicsTable::clearAndDestroy(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4PhysicsVector::GetValue(), G4PhysicsTable::insert(), G4PhysicsVector::PutValue(), w.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.cc 파일의 128 번째 라인에서 정의되었습니다.
다음을 참조함 : G4RDVeLowEnergyLoss::BuildRangeVector(), G4PhysicsTable::clearAndDestroy(), G4PhysicsTable::insert(), G4PhysicsTable::length().
다음에 의해서 참조됨 : BuildDEDXTable().
|
virtualinherited |
G4BiasingProcessInterface에서 재구현되었습니다.
G4VProcess.cc 파일의 207 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::BuildPhysicsTable().
다음에 의해서 참조됨 : G4BiasingProcessInterface::BuildWorkerPhysicsTable().
|
inlineprotectedinherited |
G4VProcess.hh 파일의 450 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::theInitialNumberOfInteractionLength, G4VProcess::theNumberOfInteractionLengthLeft.
다음에 의해서 참조됨 : G4VContinuousDiscreteProcess::AlongStepDoIt(), G4VRestContinuousProcess::AtRestDoIt(), G4VRestProcess::AtRestDoIt(), G4VRestDiscreteProcess::AtRestDoIt(), G4VRestContinuousDiscreteProcess::AtRestDoIt(), G4UnknownDecay::DecayIt(), G4Decay::DecayIt(), G4MuonicAtomDecay::DecayIt(), G4Radioactivation::DecayIt(), G4RadioactiveDecayBase::DecayIt(), G4RadioactiveDecay::DecayIt(), G4Decay::EndTracking(), G4HadronElasticProcess::PostStepDoIt(), G4NeutrinoElectronProcess::PostStepDoIt(), G4TransitionRadiation::PostStepDoIt(), G4VRestDiscreteProcess::PostStepDoIt(), G4VContinuousDiscreteProcess::PostStepDoIt(), G4VRestContinuousDiscreteProcess::PostStepDoIt(), G4VDiscreteProcess::PostStepDoIt(), G4VAdjointReverseReaction::PostStepDoIt(), G4HadronicProcess::PostStepDoIt(), G4VEmProcess::PostStepDoIt().
|
inlineprotectedvirtual |
G4LowEnergyIonisation에서 재구현되었습니다.
G4eLowEnergyLoss.hh 파일의 154 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt().
|
virtualinherited |
G4VProcess.cc 파일의 179 번째 라인에서 정의되었습니다.
다음을 참조함 : G4cout, G4endl, G4VProcess::GetProcessTypeName(), G4VProcess::theProcessName, G4VProcess::theProcessSubType, G4VProcess::theProcessType.
다음에 의해서 참조됨 : G4ProcessTable::DumpInfo(), export_G4VProcess(), G4ProcessManagerMessenger::SetNewValue().
|
virtualinherited |
G4WrapperProcess, G4BiasingProcessInterface, G4AdjointProcessEquivalentToDirectProcess, G4Decay, G4CoupledTransportation, G4ParallelGeometriesLimiterProcess, G4FastSimulationManagerProcess, G4VPhononProcess에서 재구현되었습니다.
G4VProcess.cc 파일의 114 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::currentInteractionLength, G4cout, G4endl, G4VProcess::theInitialNumberOfInteractionLength, G4VProcess::theNumberOfInteractionLengthLeft, G4VProcess::theProcessName, G4VProcess::verboseLevel.
다음에 의해서 참조됨 : G4VPhononProcess::EndTracking(), G4AdjointProcessEquivalentToDirectProcess::EndTracking(), G4BiasingProcessInterface::EndTracking(), G4WrapperProcess::EndTracking().
G4bool G4eLowEnergyLoss::Fluorescence | ( | ) | const |
다음에 의해서 참조됨 : G4LowEnergyIonisation::PostStepDoIt().
|
private |
|
virtual |
G4RDVeLowEnergyLoss를 구현.
|
inlineinherited |
G4VProcess.hh 파일의 465 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::currentInteractionLength.
다음에 의해서 참조됨 : G4BiasingProcessInterface::InvokeWrappedProcessPostStepGPIL(), G4BOptrForceCollision::ProposeOccurenceBiasingOperation(), GB01BOptrChangeCrossSection::ProposeOccurenceBiasingOperation(), G4ChannelingOptrChangeCrossSection::ProposeOccurenceBiasingOperation().
|
inlineprotectedinherited |
G4VContinuousDiscreteProcess.hh 파일의 128 번째 라인에서 정의되었습니다.
|
protectedinherited |
G4RDVeLowEnergyLoss.cc 파일의 823 번째 라인에서 정의되었습니다.
다음을 참조함 : C(), G4RDVeLowEnergyLoss::e1Fluct, G4RDVeLowEnergyLoss::e1LogFluct, G4RDVeLowEnergyLoss::e2Fluct, G4RDVeLowEnergyLoss::e2LogFluct, CLHEP::electron_mass_c2, eV, G4RDVeLowEnergyLoss::f1Fluct, G4RDVeLowEnergyLoss::f2Fluct, G4Poisson(), G4UniformRand, G4Material::GetElectronDensity(), G4IonisParamMat::GetEnergy0fluct(), G4IonisParamMat::GetEnergy1fluct(), G4IonisParamMat::GetEnergy2fluct(), G4IonisParamMat::GetF1fluct(), G4IonisParamMat::GetF2fluct(), G4MaterialCutsCouple::GetIndex(), G4Material::GetIonisation(), G4DynamicParticle::GetKineticEnergy(), G4IonisParamMat::GetLogEnergy1fluct(), G4IonisParamMat::GetLogEnergy2fluct(), G4IonisParamMat::GetLogMeanExcEnergy(), G4MaterialCutsCouple::GetMaterial(), G4IonisParamMat::GetMeanExcitationEnergy(), G4ProductionCutsTable::GetProductionCutsTable(), G4IonisParamMat::GetRateionexcfluct(), G4RDVeLowEnergyLoss::imat, G4RDVeLowEnergyLoss::ipotFluct, G4RDVeLowEnergyLoss::ipotLogFluct, G4RDVeLowEnergyLoss::lastMaterial, G4INCL::Math::max(), G4RDVeLowEnergyLoss::nmaxCont1, G4RDVeLowEnergyLoss::nmaxCont2, G4RDVeLowEnergyLoss::ParticleMass, G4RDVeLowEnergyLoss::rateFluct, G4INCL::DeJongSpin::shoot(), CLHEP::twopi_mc2_rcl2, w.
다음에 의해서 참조됨 : AlongStepDoIt().
|
static |
G4eLowEnergyLoss.cc 파일의 192 번째 라인에서 정의되었습니다.
다음을 참조함 : LowerBoundEloss.
다음에 의해서 참조됨 : G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable().
|
inlineinherited |
G4VProcess.hh 파일의 541 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::masterProcessShadow.
다음에 의해서 참조됨 : G4eplusPolarizedAnnihilation::BuildPhysicsTable(), G4PolarizedCompton::BuildPhysicsTable(), G4ePolarizedIonisation::BuildPhysicsTable(), G4VMultipleScattering::BuildPhysicsTable(), G4VEmProcess::BuildPhysicsTable(), G4VEnergyLossProcess::BuildPhysicsTable(), G4BiasingProcessInterface::SetMasterProcess(), G4VMultipleScattering::StorePhysicsTable(), G4VEmProcess::StorePhysicsTable().
|
pure virtual |
G4RDVeLowEnergyLoss를 구현.
G4LowEnergyBremsstrahlung, G4LowEnergyIonisation에서 구현되었습니다.
|
static |
G4eLowEnergyLoss.cc 파일의 202 번째 라인에서 정의되었습니다.
다음을 참조함 : NbinEloss.
다음에 의해서 참조됨 : G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable().
|
static |
G4eLowEnergyLoss.cc 파일의 172 번째 라인에서 정의되었습니다.
다음을 참조함 : NbOfProcesses.
|
inlineinherited |
G4VProcess.hh 파일의 456 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::theNumberOfInteractionLengthLeft.
|
inherited |
G4VProcess.cc 파일의 191 번째 라인에서 정의되었습니다.
다음을 참조함 : G4ParticleDefinition::GetParticleName(), G4VProcess::thePhysicsTableFileName, G4VProcess::theProcessName.
다음에 의해서 참조됨 : export_G4VProcess(), G4VEmProcess::RetrievePhysicsTable(), G4VEnergyLossProcess::RetrieveTable(), G4VMultipleScattering::StorePhysicsTable(), G4VEmProcess::StorePhysicsTable(), G4VEnergyLossProcess::StoreTable().
|
inlineinherited |
G4VProcess.hh 파일의 477 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::thePILfactor.
다음에 의해서 참조됨 : export_G4VProcess().
|
inlinevirtualinherited |
G4BiasingProcessInterface, G4WrapperProcess에서 재구현되었습니다.
G4VProcess.hh 파일의 517 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::aProcessManager.
다음에 의해서 참조됨 : G4WrapperProcess::GetProcessManager(), G4BiasingProcessInterface::GetProcessManager().
|
inlineinherited |
G4VProcess.hh 파일의 411 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::theProcessName.
다음에 의해서 참조됨 : G4VEmProcess::ActivateForcedInteraction(), G4VEnergyLossProcess::ActivateForcedInteraction(), G4ProcessManager::ActivateProcess(), G4VEmProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::AddCollaborativeProcess(), G4ParallelGeometriesLimiterProcess::AddParallelWorld(), G4IonINCLXXPhysics::AddProcess(), G4IonQMDPhysics::AddProcess(), G4ProcessManager::AddProcess(), G4ProcessPlacer::AddProcessAs(), G4ITSteppingVerbose::AlongStepDoItAllDone(), G4SteppingVerbose::AlongStepDoItAllDone(), G4SteppingVerbose::AlongStepDoItOneByOne(), G4VContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4ParallelWorldProcess::AlongStepGetPhysicalInteractionLength(), XrayFluoAnalysisManager::analyseStepping(), G4ITSteppingVerbose::AtRestDoItInvoked(), G4SteppingVerbose::AtRestDoItInvoked(), G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VITRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4HadronicProcess::BiasCrossSectionByFactor(), G4VXTRenergyLoss::BuildAngleForEnergyBank(), G4VEnergyLossProcess::BuildDEDXTable(), G4VUserPhysicsList::BuildIntegralPhysicsTable(), G4VEnergyLossProcess::BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), StepMax::BuildPhysicsTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable(), G4DNABrownianTransportation::BuildPhysicsTable(), G4VMultipleScattering::BuildPhysicsTable(), G4LossTableManager::BuildPhysicsTable(), G4VEmProcess::BuildPhysicsTable(), G4VEnergyLossProcess::BuildPhysicsTable(), G4ScreenedNuclearRecoil::BuildPhysicsTable(), G4LossTableManager::BuildTables(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4ProcessManager::CheckOrderingParameters(), G4HadronicProcess::CheckResult(), LXeStackingAction::ClassifyNewTrack(), OpNoviceStackingAction::ClassifyNewTrack(), G4StackChecker::ClassifyNewTrack(), G4BOptrForceCollision::ConfigureForWorker(), G4RunManagerKernel::ConfirmCoupledTransportation(), G4HadronDElasticPhysics::ConstructProcess(), G4IonElasticPhysics::ConstructProcess(), G4HadronHElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), G4FastSimulationPhysics::ConstructProcess(), G4GenericBiasingPhysics::ConstructProcess(), G4LossTableManager::CopyTables(), Run::CountProcesses(), G4RichTrajectory::CreateAttValues(), G4RichTrajectoryPoint::CreateAttValues(), CCaloSD::createNewHit(), G4VPhononProcess::CreateSecondary(), G4EmParameters::DefineRegParamForEM(), G4EmParameters::DefineRegParamForLoss(), G4HadronicProcessStore::DeRegisterExtraProcess(), DMXMaxTimeCuts::DMXMaxTimeCuts(), DMXMinEkineCuts::DMXMinEkineCuts(), DMXSpecialCuts::DMXSpecialCuts(), G4SteppingVerbose::DPSLAlongStep(), G4SteppingVerbose::DPSLPostStep(), G4HadronicProcessStore::Dump(), G4MuonicAtomDecay::DumpState(), G4HadronicProcess::DumpState(), G4ExceptionHandler::DumpTrackInfo(), export_G4VProcess(), F04StepMax::F04StepMax(), G4EmCalculator::FindEmModel(), G4VEmProcess::FindLambdaMax(), G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(), G4BiasingProcessInterface::G4BiasingProcessInterface(), G4Cerenkov::G4Cerenkov(), G4ErrorEnergyLoss::G4ErrorEnergyLoss(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4FastSimulationManagerProcess::G4FastSimulationManagerProcess(), G4ImportanceProcess::G4ImportanceProcess(), G4LowEnergyCompton::G4LowEnergyCompton(), G4LowEnergyGammaConversion::G4LowEnergyGammaConversion(), G4LowEnergyPhotoElectric::G4LowEnergyPhotoElectric(), G4LowEnergyPolarizedCompton::G4LowEnergyPolarizedCompton(), G4LowEnergyRayleigh::G4LowEnergyRayleigh(), G4MaxTimeCuts::G4MaxTimeCuts(), G4MinEkineCuts::G4MinEkineCuts(), G4OpAbsorption::G4OpAbsorption(), G4OpBoundaryProcess::G4OpBoundaryProcess(), G4OpMieHG::G4OpMieHG(), G4OpRayleigh::G4OpRayleigh(), G4OpWLS::G4OpWLS(), G4ParallelWorldProcess::G4ParallelWorldProcess(), G4ParallelWorldScoringProcess::G4ParallelWorldScoringProcess(), G4Scintillation::G4Scintillation(), G4ScoreSplittingProcess::G4ScoreSplittingProcess(), G4SpecialCuts::G4SpecialCuts(), G4StepLimiter::G4StepLimiter(), G4UCNAbsorption::G4UCNAbsorption(), G4UCNBoundaryProcess::G4UCNBoundaryProcess(), G4UCNLoss::G4UCNLoss(), G4UCNMultiScattering::G4UCNMultiScattering(), G4UserSpecialCuts::G4UserSpecialCuts(), G4VEmProcess::G4VEmProcess(), G4WeightCutOffProcess::G4WeightCutOffProcess(), G4WeightWindowProcess::G4WeightWindowProcess(), G4HadronicProcess::GetElementCrossSection(), G4WeightWindowProcess::GetName(), PhysicsList::GetProcess(), G4ProcessManager::GetProcess(), G4ProcessManager::GetProcessVectorIndex(), G4ProcessManager::InActivateProcess(), G4hhIonisation::InitialiseEnergyLossProcess(), G4ProcessTable::Insert(), G4SteppingManager::InvokeAlongStepDoItProcs(), G4SteppingManager::InvokeAtRestDoItProcs(), G4SteppingManager::InvokePSDIP(), G4LossTableManager::LocalPhysicsTables(), G4ErrorPropagator::MakeOneStep(), G4VEmProcess::PostStepDoIt(), G4SteppingVerbose::PostStepDoItAllDone(), G4ITSteppingVerbose::PostStepDoItAllDone(), G4SteppingVerbose::PostStepDoItOneByOne(), G4VITDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4ITSteppingVerbose::PostStepVerbose(), LXeTrackingAction::PostUserTrackingAction(), G4EmConfigurator::PrepareModels(), G4HadronStoppingProcess::PreparePhysicsTable(), G4LossTableManager::PreparePhysicsTable(), G4VMultipleScattering::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), G4VEnergyLossProcess::PreparePhysicsTable(), CexmcTrackingAction::PreUserTrackingAction(), G4HadronicProcessStore::Print(), G4HadronicProcessStore::PrintHtml(), G4AnnihiToMuPair::PrintInfoDefinition(), G4GammaConversionToMuons::PrintInfoDefinition(), G4LowEnergyIonisation::PrintInfoDefinition(), G4SynchrotronRadiation::PrintInfoDefinition(), G4LowEnergyBremsstrahlung::PrintInfoDefinition(), G4hImpactIonisation::PrintInfoDefinition(), G4ProcessPlacer::PrintProcVec(), G4VEmProcess::PrintWarning(), G4VEnergyLossProcess::PrintWarning(), G4PionDecayMakeSpin::ProcessDescription(), G4DecayWithSpin::ProcessDescription(), G4UnknownDecay::ProcessDescription(), G4Decay::ProcessDescription(), G4ChannelingOptrChangeCrossSection::ProposeOccurenceBiasingOperation(), G4StackManager::PushOneTrack(), G4HadronicProcessStore::Register(), G4LossTableManager::Register(), G4LossTableManager::RegisterExtraParticle(), G4HadronicProcessStore::RegisterExtraProcess(), G4HadronicProcess::RegisterMe(), G4HadronicProcessStore::RegisterParticle(), G4PhysicsListHelper::RegisterProcess(), G4WrapperProcess::RegisterProcess(), G4ProcessTable::Remove(), G4ParallelGeometriesLimiterProcess::RemoveParallelWorld(), G4ProcessPlacer::RemoveProcess(), G4ProcessManager::RemoveProcess(), G4VEmProcess::RetrievePhysicsTable(), G4VEnergyLossProcess::RetrievePhysicsTable(), G4VEmProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetInverseRangeTable(), G4VEnergyLossProcess::SetLambdaTable(), G4ProcessTableMessenger::SetNewValue(), G4ProcessTable::SetProcessActivation(), G4ProcessManager::SetProcessOrdering(), G4ProcessManager::SetProcessOrderingToFirst(), G4ProcessManager::SetProcessOrderingToLast(), G4ProcessManager::SetProcessOrderingToSecond(), G4VEnergyLossProcess::SetRangeTableForLoss(), G4VEnergyLossProcess::SetSecondaryRangeTable(), G4VEnergyLossProcess::SetSubLambdaTable(), G4FastSimulationManagerProcess::SetWorldVolume(), G4SteppingVerbose::ShowStep(), GB01BOptrChangeCrossSection::StartRun(), G4ChannelingOptrChangeCrossSection::StartRun(), GB05BOptrSplitAndKillByCrossSection::StartRun(), ExN04SteppingVerbose::StepInfo(), SteppingVerbose::StepInfo(), OpNoviceSteppingVerbose::StepInfo(), eRositaSteppingVerbose::StepInfo(), FCALSteppingVerbose::StepInfo(), PurgMagSteppingVerbose::StepInfo(), XrayFluoSteppingVerbose::StepInfo(), ExN02SteppingVerbose::StepInfo(), RE05SteppingVerbose::StepInfo(), ExP01SteppingVerbose::StepInfo(), F05SteppingVerbose::StepInfo(), G4SteppingVerbose::StepInfo(), F03SteppingVerbose::StepInfo(), F01SteppingVerbose::StepInfo(), F02SteppingVerbose::StepInfo(), G4VMultipleScattering::StorePhysicsTable(), G4VEmProcess::StorePhysicsTable(), G4VEnergyLossProcess::StorePhysicsTable(), G4VEnergyLossProcess::StreamInfo(), G4VMultipleScattering::StreamInfo(), G4VEmProcess::StreamInfo(), EventAction::SumEnergyTransfered(), G4EmCalculator::UpdateParticle(), LXeSteppingAction::UserSteppingAction(), F04SteppingAction::UserSteppingAction(), PurgMagSteppingAction::UserSteppingAction(), G4ScoreSplittingProcess::Verbose(), G4ParallelWorldScoringProcess::Verbose(), G4SteppingVerbose::VerboseTrack(), WLSStepMax::WLSStepMax(), XrayTelStepCut::XrayTelStepCut().
|
inlineinherited |
G4VProcess.hh 파일의 429 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::theProcessSubType.
다음에 의해서 참조됨 : StepMax::BuildPhysicsTable(), G4DNABrownianTransportation::BuildPhysicsTable(), G4ScreenedNuclearRecoil::BuildPhysicsTable(), G4HadronicProcessStore::FindProcess(), G4BiasingProcessInterface::G4BiasingProcessInterface(), G4HadronicProcessStore::GetCrossSectionPerAtom(), G4HadronicProcessStore::GetCrossSectionPerVolume(), G4AnnihiToMuPair::PrintInfoDefinition(), G4GammaConversionToMuons::PrintInfoDefinition(), G4PhysicsListHelper::RegisterProcess(), G4ElectronIonPair::ResidualeChargePostStep(), HistoManager::ScoreNewTrack(), G4EmConfigurator::SetModelForRegion(), G4ChannelingOptrChangeCrossSection::StartRun(), G4VEnergyLossProcess::StreamInfo(), G4VMultipleScattering::StreamInfo(), G4VEmProcess::StreamInfo().
|
inlineinherited |
G4VProcess.hh 파일의 417 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::theProcessType.
다음에 의해서 참조됨 : G4BiasingHelper::ActivatePhysicsBiasing(), G4RichTrajectory::CreateAttValues(), G4RichTrajectoryPoint::CreateAttValues(), export_G4VProcess(), G4ProcessTable::Find(), G4AdjointProcessEquivalentToDirectProcess::G4AdjointProcessEquivalentToDirectProcess(), G4PhysicsListHelper::RegisterProcess(), G4WrapperProcess::RegisterProcess(), G4ProcessTableMessenger::SetNewValue(), G4ProcessTable::SetProcessActivation(), G4ChannelingOptrChangeCrossSection::StartRun().
|
staticinherited |
G4VProcess.cc 파일의 142 번째 라인에서 정의되었습니다.
다음을 참조함 : fDecay, fElectromagnetic, fGeneral, fHadronic, fNotDefined, fOptical, fParameterisation, fPhonon, fPhotolepton_hadron, fTransportation, fUserDefined.
다음에 의해서 참조됨 : G4RichTrajectory::CreateAttValues(), G4RichTrajectoryPoint::CreateAttValues(), G4ProcessManager::DumpInfo(), G4VProcess::DumpInfo(), G4ProcessTableMessenger::G4ProcessTableMessenger(), G4ProcessTableMessenger::GetProcessType(), G4ProcessTableMessenger::GetProcessTypeName(), G4ProcessTableMessenger::SetNumberOfProcessType().
|
inlineinherited |
G4VProcess.hh 파일의 461 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::theInitialNumberOfInteractionLength, G4VProcess::theNumberOfInteractionLengthLeft.
다음에 의해서 참조됨 : G4HadronicProcess::XBiasSecondaryWeight(), G4HadronicProcess::XBiasSurvivalProbability().
|
static |
G4eLowEnergyLoss.cc 파일의 197 번째 라인에서 정의되었습니다.
다음을 참조함 : UpperBoundEloss.
다음에 의해서 참조됨 : G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable().
|
inlineinherited |
G4VProcess.hh 파일의 445 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::verboseLevel.
다음에 의해서 참조됨 : G4MuonMinusAtomicCapture::AtRestDoIt(), G4UnknownDecay::DecayIt(), G4Decay::DecayIt(), G4ProcessTable::DumpInfo(), export_G4VProcess(), G4Decay::G4Decay(), G4UnknownDecay::G4UnknownDecay(), G4Decay::GetMeanFreePath(), G4Decay::GetMeanLifeTime(), G4DecayWithSpin::Spin_Precession().
|
inlineinherited |
G4VProcess.hh 파일의 529 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::enableAlongStepDoIt.
다음에 의해서 참조됨 : G4ProcessManager::CheckOrderingParameters().
|
virtual |
G4VProcess(으)로부터 재구현되었습니다.
G4LowEnergyBremsstrahlung, G4LowEnergyIonisation에서 재구현되었습니다.
|
inlineinherited |
G4VProcess.hh 파일의 523 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::enableAtRestDoIt.
다음에 의해서 참조됨 : G4ProcessManager::CheckOrderingParameters().
|
inlineinherited |
G4VProcess.hh 파일의 535 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::enablePostStepDoIt.
다음에 의해서 참조됨 : G4ProcessManager::CheckOrderingParameters().
|
static |
G4eLowEnergyLoss.cc 파일의 167 번째 라인에서 정의되었습니다.
다음을 참조함 : NbOfProcesses.
|
inherited |
G4VProcess.cc 파일의 174 번째 라인에서 정의되었습니다.
|
private |
|
inherited |
G4VProcess.cc 파일의 169 번째 라인에서 정의되었습니다.
|
static |
G4eLowEnergyLoss.cc 파일의 162 번째 라인에서 정의되었습니다.
다음을 참조함 : NbOfProcesses.
|
pure virtual |
G4RDVeLowEnergyLoss를 구현.
G4LowEnergyBremsstrahlung, G4LowEnergyIonisation에서 구현되었습니다.
|
virtualinherited |
G4VProcess를 구현.
G4VEnergyLossProcess, G4VMultipleScattering, G4ePolarizedIonisation, G4AdjointForcedInteractionForGamma에서 재구현되었습니다.
G4VContinuousDiscreteProcess.cc 파일의 72 번째 라인에서 정의되었습니다.
다음을 참조함 : cm, G4VProcess::currentInteractionLength, DBL_MAX, G4DynamicParticle::DumpInfo(), G4cout, G4endl, G4Track::GetDynamicParticle(), G4Track::GetMaterial(), G4VContinuousDiscreteProcess::GetMeanFreePath(), G4Material::GetName(), G4VProcess::GetProcessName(), NotForced, G4VProcess::ResetNumberOfInteractionLengthLeft(), G4VProcess::SubtractNumberOfInteractionLengthLeft(), G4VProcess::theNumberOfInteractionLengthLeft, G4VProcess::verboseLevel.
|
inlineinherited |
G4VProcess.hh 파일의 501 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::PostStepGetPhysicalInteractionLength(), G4VProcess::thePILfactor.
다음에 의해서 참조됨 : G4ITStepProcessor::DoDefinePhysicalStepLength().
|
inlinevirtualinherited |
G4BiasingProcessInterface, G4VEnergyLossProcess, G4WrapperProcess, G4VEmProcess, G4AdjointProcessEquivalentToDirectProcess, G4VMultipleScattering, G4ContinuousGainOfEnergy, G4HadronicProcess, G4AdjointAlongStepWeightCorrection, G4VAdjointReverseReaction, G4AdjointForcedInteractionForGamma, G4HadronStoppingProcess, G4MuonMinusAtomicCapture, G4NeutrinoElectronProcess, G4AntiNeutronAnnihilationAtRest, G4HadronElasticProcess, StepMax, StepMax, StepMax, StepMax에서 재구현되었습니다.
G4VProcess.hh 파일의 217 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : export_G4VProcess(), G4AdjointProcessEquivalentToDirectProcess::PreparePhysicsTable(), G4WrapperProcess::PreparePhysicsTable(), G4BiasingProcessInterface::PreparePhysicsTable(), G4VProcess::PrepareWorkerPhysicsTable().
|
virtualinherited |
G4BiasingProcessInterface에서 재구현되었습니다.
G4VProcess.cc 파일의 212 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::PreparePhysicsTable().
다음에 의해서 참조됨 : G4BiasingProcessInterface::PrepareWorkerPhysicsTable().
|
virtualinherited |
G4Decay, G4VEnergyLossProcess, G4HadronicProcess, G4VEmProcess, G4VMultipleScattering, G4MuIonisation, G4hIonisation, G4RadioactiveDecay, G4MuBremsstrahlung, G4PhotoElectricEffect, G4eIonisation, G4GammaConversion, G4ionIonisation, G4eBremsstrahlung, G4NuclearStopping, G4MuPairProduction, G4ComptonScattering, G4HadronStoppingProcess, G4eplusAnnihilation, G4MuonMinusAtomicCapture, G4eeToHadrons, G4UnknownDecay, G4mplIonisation, G4RadioactiveDecayBase, G4hhIonisation, G4MuonicAtomDecay, G4hMultipleScattering, G4ePairProduction, G4hBremsstrahlung, G4MuMultipleScattering, G4alphaIonisation, G4eMultipleScattering, G4hPairProduction, G4HadronElasticProcess, G4NeutrinoElectronProcess, G4RayleighScattering, G4CoulombScattering, G4MuonMinusCapture, G4HadronicAbsorptionFritiof, G4HadronFissionProcess, G4Radioactivation, G4HadronCaptureProcess, G4PhotoNuclearProcess, G4PhotoCaptureProcess, G4HadronicAbsorptionBertini, G4PhotoFissionProcess, G4DecayWithSpin, G4NeutronInelasticProcess, G4AntiAlphaInelasticProcess, G4AntiDeuteronInelasticProcess, G4AntiHe3InelasticProcess, G4ElectronNuclearProcess, G4MuonNuclearProcess, G4AntiNeutronInelasticProcess, G4IonInelasticProcess, G4PionMinusInelasticProcess, G4PionDecayMakeSpin, G4AlphaInelasticProcess, G4AntiOmegaMinusInelasticProcess, G4AntiProtonInelasticProcess, G4AntiSigmaMinusInelasticProcess, G4AntiSigmaPlusInelasticProcess, G4AntiTritonInelasticProcess, G4AntiXiMinusInelasticProcess, G4AntiXiZeroInelasticProcess, G4DeuteronInelasticProcess, G4KaonMinusInelasticProcess, G4KaonPlusInelasticProcess, G4KaonZeroLInelasticProcess, G4KaonZeroSInelasticProcess, G4LambdaInelasticProcess, G4OmegaMinusInelasticProcess, G4PionPlusInelasticProcess, G4ProtonInelasticProcess, G4SigmaMinusInelasticProcess, G4SigmaPlusInelasticProcess, G4TritonInelasticProcess, G4XiMinusInelasticProcess, G4XiZeroInelasticProcess, G4AntiLambdaInelasticProcess, G4He3InelasticProcess, G4PositronNuclearProcess에서 재구현되었습니다.
G4VProcess.cc 파일의 186 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4LossTableManager::DumpHtml(), G4HadronicProcessStore::PrintHtml().
|
virtualinherited |
G4BiasingProcessInterface, G4WrapperProcess, G4AdjointProcessEquivalentToDirectProcess, G4VITProcess에서 재구현되었습니다.
G4VProcess.cc 파일의 96 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Log(), G4UniformRand, G4VProcess::theInitialNumberOfInteractionLength, G4VProcess::theNumberOfInteractionLengthLeft.
다음에 의해서 참조됨 : G4AntiNeutronAnnihilationAtRest::AtRestDoIt(), G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4MuonicAtomDecay::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4BiasingProcessInterface::InvokeWrappedProcessPostStepGPIL(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4BiasingProcessInterface::PostStepGetPhysicalInteractionLength(), G4AdjointProcessEquivalentToDirectProcess::ResetNumberOfInteractionLengthLeft(), G4WrapperProcess::ResetNumberOfInteractionLengthLeft(), G4BiasingProcessInterface::ResetNumberOfInteractionLengthLeft(), G4Decay::StartTracking().
|
inlinevirtualinherited |
G4VEnergyLossProcess, G4BiasingProcessInterface, G4VEmProcess, G4WrapperProcess, G4AdjointProcessEquivalentToDirectProcess, G4VMultipleScattering에서 재구현되었습니다.
G4VProcess.hh 파일의 236 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : export_G4VProcess(), G4AdjointProcessEquivalentToDirectProcess::RetrievePhysicsTable(), G4WrapperProcess::RetrievePhysicsTable(), G4BiasingProcessInterface::RetrievePhysicsTable().
G4RDVeLowEnergyLoss.cc 파일의 114 번째 라인에서 정의되었습니다.
다음을 참조함 : G4RDVeLowEnergyLoss::EnlossFlucFlag.
|
inlineprotectedinherited |
G4VContinuousDiscreteProcess.hh 파일의 125 번째 라인에서 정의되었습니다.
G4eLowEnergyLoss.cc 파일의 177 번째 라인에서 정의되었습니다.
다음을 참조함 : LowerBoundEloss.
|
virtualinherited |
G4BiasingProcessInterface, G4WrapperProcess에서 재구현되었습니다.
G4VProcess.cc 파일의 217 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::masterProcessShadow.
다음에 의해서 참조됨 : G4WrapperProcess::SetMasterProcess(), G4BiasingProcessInterface::SetMasterProcess().
G4eLowEnergyLoss.cc 파일의 187 번째 라인에서 정의되었습니다.
다음을 참조함 : NbinEloss.
G4eLowEnergyLoss.cc 파일의 157 번째 라인에서 정의되었습니다.
다음을 참조함 : NbOfProcesses.
G4VProcess.hh 파일의 470 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::thePILfactor.
다음에 의해서 참조됨 : export_G4VProcess().
|
inlinevirtualinherited |
G4BiasingProcessInterface, G4WrapperProcess, G4ParallelGeometriesLimiterProcess에서 재구현되었습니다.
G4VProcess.hh 파일의 511 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::aProcessManager.
다음에 의해서 참조됨 : G4ProcessManager::AddProcess(), G4WrapperProcess::SetProcessManager(), G4BiasingProcessInterface::SetProcessManager().
G4VProcess.hh 파일의 435 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::theProcessSubType.
다음에 의해서 참조됨 : G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4alphaIonisation::G4alphaIonisation(), G4AnnihiToMuPair::G4AnnihiToMuPair(), G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(), G4BiasingProcessInterface::G4BiasingProcessInterface(), G4Cerenkov::G4Cerenkov(), G4ComptonScattering::G4ComptonScattering(), G4CoulombScattering::G4CoulombScattering(), G4CoupledTransportation::G4CoupledTransportation(), G4Decay::G4Decay(), G4DecayWithSpin::G4DecayWithSpin(), G4DNAAttachment::G4DNAAttachment(), G4DNABrownianTransportation::G4DNABrownianTransportation(), G4DNAChargeDecrease::G4DNAChargeDecrease(), G4DNAChargeIncrease::G4DNAChargeIncrease(), G4DNAElastic::G4DNAElastic(), G4DNAElectronSolvation::G4DNAElectronSolvation(), G4DNAExcitation::G4DNAExcitation(), G4DNAIonisation::G4DNAIonisation(), G4DNAMolecularDissociation::G4DNAMolecularDissociation(), G4DNAVibExcitation::G4DNAVibExcitation(), G4eBremsstrahlung::G4eBremsstrahlung(), G4eeToHadrons::G4eeToHadrons(), G4eIonisation::G4eIonisation(), G4ePairProduction::G4ePairProduction(), G4eplusAnnihilation::G4eplusAnnihilation(), G4ePolarizedIonisation::G4ePolarizedIonisation(), G4FastSimulationManagerProcess::G4FastSimulationManagerProcess(), G4GammaConversion::G4GammaConversion(), G4GammaConversionToMuons::G4GammaConversionToMuons(), G4HadronicProcess::G4HadronicProcess(), G4hhIonisation::G4hhIonisation(), G4hIonisation::G4hIonisation(), G4ionIonisation::G4ionIonisation(), G4ITTransportation::G4ITTransportation(), G4MicroElecElastic::G4MicroElecElastic(), G4MicroElecInelastic::G4MicroElecInelastic(), G4MonopoleTransportation::G4MonopoleTransportation(), G4mplIonisation::G4mplIonisation(), G4MuBremsstrahlung::G4MuBremsstrahlung(), G4MuElecElastic::G4MuElecElastic(), G4MuElecInelastic::G4MuElecInelastic(), G4MuIonisation::G4MuIonisation(), G4MuonMinusAtomicCapture::G4MuonMinusAtomicCapture(), G4MuPairProduction::G4MuPairProduction(), G4NeutronKiller::G4NeutronKiller(), G4NuclearStopping::G4NuclearStopping(), G4OpAbsorption::G4OpAbsorption(), G4OpBoundaryProcess::G4OpBoundaryProcess(), G4OpMieHG::G4OpMieHG(), G4OpRayleigh::G4OpRayleigh(), G4OpWLS::G4OpWLS(), G4ParallelWorldProcess::G4ParallelWorldProcess(), G4PhotoElectricEffect::G4PhotoElectricEffect(), G4PionDecayMakeSpin::G4PionDecayMakeSpin(), G4PolarizedCompton::G4PolarizedCompton(), G4PolarizedGammaConversion::G4PolarizedGammaConversion(), G4PolarizedPhotoElectricEffect::G4PolarizedPhotoElectricEffect(), G4Radioactivation::G4Radioactivation(), G4RadioactiveDecay::G4RadioactiveDecay(), G4RadioactiveDecayBase::G4RadioactiveDecayBase(), G4RayleighScattering::G4RayleighScattering(), G4Scintillation::G4Scintillation(), G4ScreenedNuclearRecoil::G4ScreenedNuclearRecoil(), G4StepLimiter::G4StepLimiter(), G4SynchrotronRadiation::G4SynchrotronRadiation(), G4SynchrotronRadiationInMat::G4SynchrotronRadiationInMat(), G4TransitionRadiation::G4TransitionRadiation(), G4Transportation::G4Transportation(), G4UCNAbsorption::G4UCNAbsorption(), G4UCNBoundaryProcess::G4UCNBoundaryProcess(), G4UCNLoss::G4UCNLoss(), G4UCNMultiScattering::G4UCNMultiScattering(), G4UnknownDecay::G4UnknownDecay(), G4UserSpecialCuts::G4UserSpecialCuts(), G4VMultipleScattering::G4VMultipleScattering(), G4VTransitionRadiation::G4VTransitionRadiation(), G4VXTRenergyLoss::G4VXTRenergyLoss(), G4Decay::SetExtDecayer(), StepMax::StepMax().
|
inlineinherited |
G4VProcess.hh 파일의 423 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::theProcessType.
다음에 의해서 참조됨 : DMXMaxTimeCuts::DMXMaxTimeCuts(), DMXMinEkineCuts::DMXMinEkineCuts(), G4MaxTimeCuts::G4MaxTimeCuts(), G4MinEkineCuts::G4MinEkineCuts().
G4RDVeLowEnergyLoss.cc 파일의 109 번째 라인에서 정의되었습니다.
다음을 참조함 : G4RDVeLowEnergyLoss::rndmStepFlag.
G4RDVeLowEnergyLoss.cc 파일의 119 번째 라인에서 정의되었습니다.
다음을 참조함 : c1, G4RDVeLowEnergyLoss::c1lim, c2, G4RDVeLowEnergyLoss::c2lim, G4RDVeLowEnergyLoss::c3lim, G4RDVeLowEnergyLoss::dRoverRange, G4RDVeLowEnergyLoss::finalRange.
G4eLowEnergyLoss.cc 파일의 182 번째 라인에서 정의되었습니다.
다음을 참조함 : UpperBoundEloss.
G4VProcess.hh 파일의 440 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::verboseLevel.
다음에 의해서 참조됨 : OpNovicePhysicsList::ConstructOp(), DMXPhysicsList::ConstructOp(), XPhysicsList::ConstructProcess(), G4EmDNAChemistry::ConstructProcess(), TransitionRadiationPhysics::ConstructProcess(), ExUCNExtraPhysics::ConstructUCN(), G4ProcessTable::DumpInfo(), export_G4VProcess(), G4CoupledTransportation::G4CoupledTransportation(), G4hhIonisation::G4hhIonisation(), G4mplIonisation::G4mplIonisation(), G4Transportation::G4Transportation(), G4VEmProcess::G4VEmProcess(), G4VEnergyLossProcess::G4VEnergyLossProcess(), G4VMultipleScattering::G4VMultipleScattering(), G4CoulombScattering::InitialiseProcess(), G4VMultipleScattering::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), G4VEnergyLossProcess::PreparePhysicsTable(), G4ProcessTableMessenger::SetNewValue(), G4ProcessManagerMessenger::SetNewValue(), OpNovicePhysicsList::SetVerbose(), WLSPhysicsList::SetVerbose().
G4VEnergyLossProcess, G4WrapperProcess, G4BiasingProcessInterface, G4AdjointProcessEquivalentToDirectProcess, G4VITProcess, G4Decay, G4VMultipleScattering, G4CoupledTransportation, G4MonopoleTransportation, G4VEmProcess, G4Transportation, G4ParallelGeometriesLimiterProcess, G4DNABrownianTransportation, G4FastSimulationManagerProcess, G4ParallelWorldProcess, G4ITTransportation, G4ParallelWorldScoringProcess, G4WeightWindowProcess, G4ScoreSplittingProcess, G4ImportanceProcess, G4WeightCutOffProcess, G4eAdjointMultipleScattering, G4DNASecondOrderReaction, G4VPhononProcess, G4DNAElectronHoleRecombination에서 재구현되었습니다.
G4VProcess.cc 파일의 102 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::currentInteractionLength, G4cout, G4endl, G4VProcess::theInitialNumberOfInteractionLength, G4VProcess::theNumberOfInteractionLengthLeft, G4VProcess::theProcessName, G4VProcess::verboseLevel.
다음에 의해서 참조됨 : G4DNAElectronHoleRecombination::StartTracking(), G4VPhononProcess::StartTracking(), G4DNASecondOrderReaction::StartTracking(), G4ITTransportation::StartTracking(), G4Transportation::StartTracking(), G4MonopoleTransportation::StartTracking(), G4AdjointProcessEquivalentToDirectProcess::StartTracking(), G4BiasingProcessInterface::StartTracking(), G4WrapperProcess::StartTracking().
|
inlinevirtualinherited |
G4VEnergyLossProcess, G4BiasingProcessInterface, G4VEmProcess, G4WrapperProcess, G4AdjointProcessEquivalentToDirectProcess, G4VMultipleScattering에서 재구현되었습니다.
G4VProcess.hh 파일의 231 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : export_G4VProcess(), G4AdjointProcessEquivalentToDirectProcess::StorePhysicsTable(), G4WrapperProcess::StorePhysicsTable(), G4BiasingProcessInterface::StorePhysicsTable().
|
inlineprotectedinherited |
G4VProcess.hh 파일의 547 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VProcess::currentInteractionLength, EventMustBeAborted, G4cerr, G4endl, G4Exception(), CLHEP::perMillion, G4VProcess::theNumberOfInteractionLengthLeft, G4VProcess::theProcessName, G4VProcess::verboseLevel.
다음에 의해서 참조됨 : G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4Decay::PostStepGetPhysicalInteractionLength().
|
protectedinherited |
G4VProcess.hh 파일의 289 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ErrorEnergyLoss::AlongStepDoIt(), G4ContinuousGainOfEnergy::AlongStepDoIt(), AlongStepDoIt(), G4hImpactIonisation::AlongStepDoIt(), G4AntiNeutronAnnihilationAtRest::AtRestDoIt(), G4DNAMolecularDissociation::DecayIt(), G4OpBoundaryProcess::DoAbsorption(), G4DNAMolecularDissociation::G4DNAMolecularDissociation(), G4VProcess::G4VProcess(), G4PhononDownconversion::MakeLTSecondaries(), G4PhononDownconversion::MakeTTSecondaries(), G4PhononScattering::PostStepDoIt(), G4PhononDownconversion::PostStepDoIt(), G4PhononReflection::PostStepDoIt(), G4Channeling::PostStepDoIt(), HadrontherapyStepMax::PostStepDoIt(), XrayFluoStepMax::PostStepDoIt(), G4StepLimiter::PostStepDoIt(), F04StepMax::PostStepDoIt(), G4UserSpecialCuts::PostStepDoIt(), StepLimiter::PostStepDoIt(), StepMax::PostStepDoIt(), StepMaxProcess::PostStepDoIt(), WLSStepMax::PostStepDoIt(), DMXSpecialCuts::PostStepDoIt(), G4SpecialCuts::PostStepDoIt(), IORTStepMax::PostStepDoIt(), ML2StepMax::PostStepDoIt(), G4TransitionRadiation::PostStepDoIt(), G4LowEnergyRayleigh::PostStepDoIt(), G4LowEnergyCompton::PostStepDoIt(), XrayTelStepCut::PostStepDoIt(), G4LowEnergyGammaConversion::PostStepDoIt(), G4LowEnergyPhotoElectric::PostStepDoIt(), G4SynchrotronRadiation::PostStepDoIt(), G4OpMieHG::PostStepDoIt(), G4LowEnergyIonisation::PostStepDoIt(), G4LowEnergyPolarizedCompton::PostStepDoIt(), G4LowEnergyBremsstrahlung::PostStepDoIt(), G4ForwardXrayTR::PostStepDoIt(), G4SynchrotronRadiationInMat::PostStepDoIt(), G4AnnihiToMuPair::PostStepDoIt(), G4UCNMultiScattering::PostStepDoIt(), G4UCNLoss::PostStepDoIt(), G4UCNAbsorption::PostStepDoIt(), G4GammaConversionToMuons::PostStepDoIt(), G4OpAbsorption::PostStepDoIt(), G4OpRayleigh::PostStepDoIt(), G4UCNBoundaryProcess::PostStepDoIt(), G4OpWLS::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4Scintillation::PostStepDoIt(), G4hImpactIonisation::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt().
|
protectedinherited |
G4VProcess.hh 파일의 280 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VProcess::GetProcessManager(), G4VProcess::SetProcessManager().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 238 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::SetStepFunction().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 238 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::SetStepFunction().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 238 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::SetStepFunction().
|
protected |
G4eLowEnergyLoss.hh 파일의 164 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt(), BuildDEDXTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 187 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 188 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable().
|
private |
G4eLowEnergyLoss.hh 파일의 205 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
protectedinherited |
G4VProcess.hh 파일의 297 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4Decay::EndTracking(), G4VProcess::EndTracking(), G4VProcess::GetCurrentInteractionLength(), G4ScreenedNuclearRecoil::GetCurrentInteractionLength(), G4VEnergyLossProcess::PostStepDoIt(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4eplusPolarizedAnnihilation::PostStepGetPhysicalInteractionLength(), G4ePolarizedIonisation::PostStepGetPhysicalInteractionLength(), G4PolarizedCompton::PostStepGetPhysicalInteractionLength(), G4Decay::PostStepGetPhysicalInteractionLength(), G4VEmProcess::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4Decay::StartTracking(), G4VEnergyLossProcess::StartTracking(), G4VProcess::StartTracking(), G4VProcess::SubtractNumberOfInteractionLengthLeft().
G4RDVeLowEnergyLoss.hh 파일의 235 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::SetStepFunction().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 126 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 127 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 126 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 127 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 237 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4eLowEnergyLoss().
|
protectedinherited |
G4VProcess.hh 파일의 351 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4DNAMolecularDissociation::G4DNAMolecularDissociation(), G4ITTransportation::G4ITTransportation(), G4NuclearStopping::G4NuclearStopping(), G4VDiscreteProcess::G4VDiscreteProcess(), G4VITDiscreteProcess::G4VITDiscreteProcess(), G4VITRestDiscreteProcess::G4VITRestDiscreteProcess(), G4VITRestProcess::G4VITRestProcess(), G4VRestDiscreteProcess::G4VRestDiscreteProcess(), G4VRestProcess::G4VRestProcess(), G4VProcess::isAlongStepDoItIsEnabled().
|
protectedinherited |
G4VProcess.hh 파일의 350 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4DNAMolecularDissociation::G4DNAMolecularDissociation(), G4eplusAnnihilation::G4eplusAnnihilation(), G4HadronStoppingProcess::G4HadronStoppingProcess(), G4ITTransportation::G4ITTransportation(), G4MuonicAtomDecay::G4MuonicAtomDecay(), G4VContinuousDiscreteProcess::G4VContinuousDiscreteProcess(), G4VContinuousProcess::G4VContinuousProcess(), G4VDiscreteProcess::G4VDiscreteProcess(), G4VITDiscreteProcess::G4VITDiscreteProcess(), G4VProcess::isAtRestDoItIsEnabled().
|
protectedinherited |
G4VProcess.hh 파일의 352 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4DNAMolecularDissociation::G4DNAMolecularDissociation(), G4HadronStoppingProcess::G4HadronStoppingProcess(), G4ITTransportation::G4ITTransportation(), G4MuonicAtomDecay::G4MuonicAtomDecay(), G4NuclearStopping::G4NuclearStopping(), G4VContinuousProcess::G4VContinuousProcess(), G4VITRestProcess::G4VITRestProcess(), G4VRestContinuousProcess::G4VRestContinuousProcess(), G4VRestProcess::G4VRestProcess(), G4VProcess::isPostStepDoItIsEnabled().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 241 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt(), G4RDVeLowEnergyLoss::SetEnlossFluc().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 126 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 126 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
private |
G4eLowEnergyLoss.hh 파일의 208 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 237 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::SetStepFunction().
|
private |
G4eLowEnergyLoss.hh 파일의 215 번째 라인에서 정의되었습니다.
|
private |
G4eLowEnergyLoss.hh 파일의 209 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 125 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 126 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 127 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
protected |
G4eLowEnergyLoss.hh 파일의 164 번째 라인에서 정의되었습니다.
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 124 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
private |
G4eLowEnergyLoss.hh 파일의 211 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 225 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
G4eLowEnergyLoss.hh 파일의 223 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt(), BuildDEDXTable(), GetLowerBoundEloss(), SetLowerBoundEloss().
|
staticprotectedinherited |
|
staticprotectedinherited |
|
protected |
G4eLowEnergyLoss.hh 파일의 160 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 221 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable(), GetNbinEloss(), SetNbinEloss().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 186 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable(), GetNbOfProcesses(), MinusNbOfProcesses(), PlusNbOfProcesses(), SetNbOfProcesses().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 129 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 129 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 232 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable(), G4RDVeLowEnergyLoss::BuildLabTimeVector(), G4RDVeLowEnergyLoss::BuildProperTimeVector(), G4RDVeLowEnergyLoss::GetLossWithFluct(), G4RDVeLowEnergyLoss::LabTimeIntLog(), G4RDVeLowEnergyLoss::ProperTimeIntLog(), G4RDVeLowEnergyLoss::RangeIntLin(), G4RDVeLowEnergyLoss::RangeIntLog().
|
protectedinherited |
G4VProcess.hh 파일의 283 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VMultipleScattering::AddEmModel(), G4VEmProcess::AddEmModel(), G4VEnergyLossProcess::AddEmModel(), G4VContinuousProcess::AlongStepDoIt(), G4VContinuousDiscreteProcess::AlongStepDoIt(), G4VRestContinuousDiscreteProcess::AlongStepDoIt(), G4VRestContinuousProcess::AlongStepDoIt(), G4ParallelWorldProcess::AlongStepDoIt(), G4WeightCutOffProcess::AlongStepDoIt(), G4ParallelWorldScoringProcess::AlongStepDoIt(), G4ImportanceProcess::AlongStepDoIt(), G4WeightWindowProcess::AlongStepDoIt(), G4VRestContinuousProcess::AtRestDoIt(), G4eplusAnnihilation::AtRestDoIt(), G4VRestProcess::AtRestDoIt(), G4VITRestProcess::AtRestDoIt(), G4VRestDiscreteProcess::AtRestDoIt(), G4VITRestDiscreteProcess::AtRestDoIt(), G4VRestContinuousDiscreteProcess::AtRestDoIt(), G4ScoreSplittingProcess::AtRestDoIt(), G4ParallelWorldScoringProcess::AtRestDoIt(), G4ParallelWorldProcess::AtRestDoIt(), G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4VEnergyLossProcess::FillSecondariesAlongStep(), G4Decay::G4Decay(), G4DNAMolecularDissociation::G4DNAMolecularDissociation(), G4ElectronCapture::G4ElectronCapture(), G4ImportanceProcess::G4ImportanceProcess(), G4ITTransportation::G4ITTransportation(), G4ParallelWorldProcess::G4ParallelWorldProcess(), G4ParallelWorldScoringProcess::G4ParallelWorldScoringProcess(), G4RadioactiveDecay::G4RadioactiveDecay(), G4RadioactiveDecayBase::G4RadioactiveDecayBase(), G4ScoreSplittingProcess::G4ScoreSplittingProcess(), G4Transportation::G4Transportation(), G4UnknownDecay::G4UnknownDecay(), G4VEmProcess::G4VEmProcess(), G4VEnergyLossProcess::G4VEnergyLossProcess(), G4VMultipleScattering::G4VMultipleScattering(), G4VProcess::G4VProcess(), G4VXTRenergyLoss::G4VXTRenergyLoss(), G4WeightCutOffProcess::G4WeightCutOffProcess(), G4WeightWindowProcess::G4WeightWindowProcess(), G4VITDiscreteProcess::PostStepDoIt(), G4VTransitionRadiation::PostStepDoIt(), G4VRestDiscreteProcess::PostStepDoIt(), G4VContinuousDiscreteProcess::PostStepDoIt(), G4VRestContinuousDiscreteProcess::PostStepDoIt(), G4VDiscreteProcess::PostStepDoIt(), G4VITRestDiscreteProcess::PostStepDoIt(), G4ElectronCapture::PostStepDoIt(), G4LowECapture::PostStepDoIt(), G4NeutronKiller::PostStepDoIt(), G4ParallelWorldProcess::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4ScoreSplittingProcess::PostStepDoIt(), G4ParallelWorldScoringProcess::PostStepDoIt(), G4VEmProcess::PostStepDoIt(), G4VEnergyLossProcess::PostStepDoIt(), G4ScreenedNuclearRecoil::PostStepDoIt().
|
protectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 126 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::GetLossWithFluct().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 189 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 190 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable().
|
private |
G4eLowEnergyLoss.hh 파일의 206 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 240 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::SetRndmStep().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 225 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 232 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::RangeIntLin().
|
staticprotectedinherited |
G4RDVeLowEnergyLoss.hh 파일의 232 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4RDVeLowEnergyLoss::RangeIntLin().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 167 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 168 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
private |
G4eLowEnergyLoss.hh 파일의 203 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 230 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 231 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 232 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
private |
G4eLowEnergyLoss.hh 파일의 239 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt().
|
protectedinherited |
G4VProcess.hh 파일의 300 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VProcess::ClearNumberOfInteractionLengthLeft(), G4VProcess::EndTracking(), G4VProcess::GetTotalNumberOfInteractionLengthTraversed(), G4AdjointForcedInteractionForGamma::PostStepGetPhysicalInteractionLength(), G4VEmProcess::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4VProcess::ResetNumberOfInteractionLengthLeft(), G4VProcess::StartTracking().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 173 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 174 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 177 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 178 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
protected |
G4eLowEnergyLoss.hh 파일의 156 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), ~G4eLowEnergyLoss().
|
protectedinherited |
G4VProcess.hh 파일의 293 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4AdjointForcedInteractionForGamma::AlongStepDoIt(), G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4MuonicAtomDecay::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4Decay::AtRestGetPhysicalInteractionLength(), G4VProcess::ClearNumberOfInteractionLengthLeft(), G4MuonicAtomDecay::DecayIt(), G4VProcess::EndTracking(), G4VProcess::GetNumberOfInteractionLengthLeft(), G4VProcess::GetTotalNumberOfInteractionLengthTraversed(), G4VEmProcess::PostStepDoIt(), G4VEnergyLossProcess::PostStepDoIt(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4eplusPolarizedAnnihilation::PostStepGetPhysicalInteractionLength(), G4AdjointForcedInteractionForGamma::PostStepGetPhysicalInteractionLength(), G4ePolarizedIonisation::PostStepGetPhysicalInteractionLength(), G4PolarizedCompton::PostStepGetPhysicalInteractionLength(), G4Decay::PostStepGetPhysicalInteractionLength(), G4VEmProcess::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4VProcess::ResetNumberOfInteractionLengthLeft(), G4VEmProcess::StartTracking(), G4VEnergyLossProcess::StartTracking(), G4VProcess::StartTracking(), G4VProcess::SubtractNumberOfInteractionLengthLeft().
|
protectedinherited |
G4VProcess.hh 파일의 338 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VProcess::GetPhysicsTableFileName().
|
protectedinherited |
G4VProcess.hh 파일의 346 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VProcess::AtRestGPIL(), G4VProcess::GetPILfactor(), G4VProcess::PostStepGPIL(), G4VProcess::SetPILfactor().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 233 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 234 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprivate |
G4eLowEnergyLoss.hh 파일의 235 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
protectedinherited |
G4VProcess.hh 파일의 335 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VProcess::DumpInfo(), G4VProcess::EndTracking(), G4WeightCutOffProcess::GetName(), G4ImportanceProcess::GetName(), G4VProcess::GetPhysicsTableFileName(), G4VProcess::GetProcessName(), G4WrapperProcess::RegisterProcess(), G4VProcess::StartTracking(), G4VITProcess::SubtractNumberOfInteractionLengthLeft(), G4VProcess::SubtractNumberOfInteractionLengthLeft().
|
protectedinherited |
G4VProcess.hh 파일의 343 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VProcess::DumpInfo(), G4MuonicAtomDecay::G4MuonicAtomDecay(), G4VProcess::GetProcessSubType(), G4VProcess::SetProcessSubType().
|
protectedinherited |
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 179 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 180 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 169 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
|
staticprotected |
G4eLowEnergyLoss.hh 파일의 170 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildDEDXTable().
G4eLowEnergyLoss.hh 파일의 224 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AlongStepDoIt(), BuildDEDXTable(), GetUpperBoundEloss(), SetUpperBoundEloss().
|
protectedinherited |
G4VProcess.hh 파일의 371 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4VEmProcess::ActivateForcedInteraction(), G4VEnergyLossProcess::ActivateForcedInteraction(), G4VEmProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::AddCollaborativeProcess(), G4LowECapture::AddRegion(), G4Transportation::AlongStepDoIt(), G4MonopoleTransportation::AlongStepDoIt(), G4CoupledTransportation::AlongStepDoIt(), G4Transportation::AlongStepGetPhysicalInteractionLength(), G4VContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4CoupledTransportation::AlongStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4ParallelWorldProcess::AlongStepGetPhysicalInteractionLength(), G4hImpactIonisation::AntiProtonParametrisedDEDX(), G4AntiNeutronAnnihilationAtRest::AtRestDoIt(), G4ParallelWorldScoringProcess::AtRestDoIt(), G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VITRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VXTRenergyLoss::BuildAngleForEnergyBank(), G4VXTRenergyLoss::BuildAngleTable(), BuildDEDXTable(), G4VEnergyLossProcess::BuildDEDXTable(), G4VXTRenergyLoss::BuildEnergyTable(), G4VXTRenergyLoss::BuildGlobalAngleTable(), G4VEnergyLossProcess::BuildLambdaTable(), G4hImpactIonisation::BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), G4hImpactIonisation::BuildLossTable(), G4ChargeExchangeProcess::BuildPhysicsTable(), G4ElectronCapture::BuildPhysicsTable(), G4LowECapture::BuildPhysicsTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable(), G4hImpactIonisation::BuildPhysicsTable(), G4SynchrotronRadiation::BuildPhysicsTable(), G4VXTRenergyLoss::BuildPhysicsTable(), G4DNABrownianTransportation::BuildPhysicsTable(), G4VMultipleScattering::BuildPhysicsTable(), G4VEmProcess::BuildPhysicsTable(), G4VEnergyLossProcess::BuildPhysicsTable(), G4OpRayleigh::CalculateRayleighMeanFreePaths(), G4eplusPolarizedAnnihilation::ComputeSaturationFactor(), G4ePolarizedIonisation::ComputeSaturationFactor(), G4PolarizedCompton::ComputeSaturationFactor(), G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4VPhononProcess::CreateSecondary(), DMXMaxTimeCuts::DMXMaxTimeCuts(), DMXMinEkineCuts::DMXMinEkineCuts(), DMXSpecialCuts::DMXSpecialCuts(), G4VProcess::EndTracking(), F04StepMax::F04StepMax(), G4VEmProcess::FindLambdaMax(), G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(), G4Cerenkov::G4Cerenkov(), G4ChargeExchangeProcess::G4ChargeExchangeProcess(), G4CoupledTransportation::G4CoupledTransportation(), G4DNAMolecularDissociation::G4DNAMolecularDissociation(), G4ePolarizedIonisation::G4ePolarizedIonisation(), G4ErrorEnergyLoss::G4ErrorEnergyLoss(), G4FastSimulationManagerProcess::G4FastSimulationManagerProcess(), G4ImportanceProcess::G4ImportanceProcess(), G4LowEnergyBremsstrahlung::G4LowEnergyBremsstrahlung(), G4LowEnergyCompton::G4LowEnergyCompton(), G4LowEnergyGammaConversion::G4LowEnergyGammaConversion(), G4LowEnergyIonisation::G4LowEnergyIonisation(), G4LowEnergyPhotoElectric::G4LowEnergyPhotoElectric(), G4LowEnergyPolarizedCompton::G4LowEnergyPolarizedCompton(), G4LowEnergyRayleigh::G4LowEnergyRayleigh(), G4MaxTimeCuts::G4MaxTimeCuts(), G4MinEkineCuts::G4MinEkineCuts(), G4MonopoleTransportation::G4MonopoleTransportation(), G4OpAbsorption::G4OpAbsorption(), G4OpBoundaryProcess::G4OpBoundaryProcess(), G4OpMieHG::G4OpMieHG(), G4OpRayleigh::G4OpRayleigh(), G4OpWLS::G4OpWLS(), G4ParallelWorldProcess::G4ParallelWorldProcess(), G4ParallelWorldScoringProcess::G4ParallelWorldScoringProcess(), G4Scintillation::G4Scintillation(), G4ScoreSplittingProcess::G4ScoreSplittingProcess(), G4SpecialCuts::G4SpecialCuts(), G4StepLimiter::G4StepLimiter(), G4StrawTubeXTRadiator::G4StrawTubeXTRadiator(), G4SynchrotronRadiation::G4SynchrotronRadiation(), G4TransparentRegXTRadiator::G4TransparentRegXTRadiator(), G4Transportation::G4Transportation(), G4UCNAbsorption::G4UCNAbsorption(), G4UCNBoundaryProcess::G4UCNBoundaryProcess(), G4UCNLoss::G4UCNLoss(), G4UCNMultiScattering::G4UCNMultiScattering(), G4UserSpecialCuts::G4UserSpecialCuts(), G4VXTRenergyLoss::G4VXTRenergyLoss(), G4WeightCutOffProcess::G4WeightCutOffProcess(), G4WeightWindowProcess::G4WeightWindowProcess(), G4VXTRenergyLoss::GetAngleVector(), G4Cerenkov::GetAverageNumberOfPhotons(), G4ChargeExchangeProcess::GetElementCrossSection(), G4VXTRenergyLoss::GetGasZmuProduct(), G4PhononScattering::GetMeanFreePath(), G4PhononDownconversion::GetMeanFreePath(), G4SynchrotronRadiation::GetMeanFreePath(), G4eplusPolarizedAnnihilation::GetMeanFreePath(), G4ePolarizedIonisation::GetMeanFreePath(), G4VXTRenergyLoss::GetMeanFreePath(), G4PolarizedCompton::GetMeanFreePath(), G4UCNAbsorption::GetMeanFreePath(), G4ScreenedNuclearRecoil::GetNewCrossSectionHandler(), G4VXTRenergyLoss::GetNumberOfPhotons(), G4VXTRenergyLoss::GetPlateZmuProduct(), G4SynchrotronRadiation::GetRandomEnergySR(), G4VProcess::GetVerboseLevel(), G4ScreenedNuclearRecoil::GetVerboseLevel(), G4hhIonisation::InitialiseEnergyLossProcess(), G4eeToHadrons::InitialiseProcess(), G4hImpactIonisation::InitializeMe(), G4UCNBoundaryProcess::MRreflect(), G4UCNBoundaryProcess::MRreflectHigh(), G4HadronElasticProcess::PostStepDoIt(), G4NeutrinoElectronProcess::PostStepDoIt(), G4DNASecondOrderReaction::PostStepDoIt(), G4OpMieHG::PostStepDoIt(), G4LowEnergyPolarizedCompton::PostStepDoIt(), G4CoupledTransportation::PostStepDoIt(), G4VXTRenergyLoss::PostStepDoIt(), G4UCNMultiScattering::PostStepDoIt(), G4UCNAbsorption::PostStepDoIt(), G4UCNLoss::PostStepDoIt(), G4OpAbsorption::PostStepDoIt(), G4OpRayleigh::PostStepDoIt(), G4UCNBoundaryProcess::PostStepDoIt(), G4OpWLS::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4ScoreSplittingProcess::PostStepDoIt(), G4ParallelWorldScoringProcess::PostStepDoIt(), G4Scintillation::PostStepDoIt(), G4VEmProcess::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt(), G4VITDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4eplusPolarizedAnnihilation::PostStepGetPhysicalInteractionLength(), G4ePolarizedIonisation::PostStepGetPhysicalInteractionLength(), G4PolarizedCompton::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4VMultipleScattering::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), G4VEnergyLossProcess::PreparePhysicsTable(), G4hImpactIonisation::ProtonParametrisedDEDX(), G4UCNBoundaryProcess::Reflect(), G4CoupledTransportation::ReportInexactEnergy(), G4VEmProcess::RetrievePhysicsTable(), G4VEnergyLossProcess::RetrievePhysicsTable(), G4VEnergyLossProcess::RetrieveTable(), G4VEmProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetInverseRangeTable(), G4LowECapture::SetKinEnergyLimit(), G4ElectronCapture::SetKinEnergyLimit(), G4NeutronKiller::SetKinEnergyLimit(), G4VEnergyLossProcess::SetLambdaTable(), G4VEnergyLossProcess::SetRangeTableForLoss(), G4VEnergyLossProcess::SetSecondaryRangeTable(), G4VEnergyLossProcess::SetSubLambdaTable(), G4NeutronKiller::SetTimeLimit(), G4VProcess::SetVerboseLevel(), G4FastSimulationManagerProcess::SetWorldVolume(), G4XTRRegularRadModel::SpectralXTRdEdx(), G4RegularXTRadiator::SpectralXTRdEdx(), G4TransparentRegXTRadiator::SpectralXTRdEdx(), G4CoupledTransportation::StartTracking(), G4VProcess::StartTracking(), G4VMultipleScattering::StorePhysicsTable(), G4VEnergyLossProcess::StorePhysicsTable(), G4VEnergyLossProcess::StreamInfo(), G4VMultipleScattering::StreamInfo(), G4VEmProcess::StreamInfo(), G4VITProcess::SubtractNumberOfInteractionLengthLeft(), G4VProcess::SubtractNumberOfInteractionLengthLeft(), WLSStepMax::WLSStepMax(), XrayTelStepCut::XrayTelStepCut(), G4CoupledTransportation::~G4CoupledTransportation(), G4MonopoleTransportation::~G4MonopoleTransportation(), G4Transportation::~G4Transportation().