Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VEnergyLossProcess.hh>
Protected Attributes | |
G4ParticleChangeForLoss | fParticleChange |
const G4Material * | currentMaterial = nullptr |
const G4MaterialCutsCouple * | currentCouple = nullptr |
G4double | preStepLambda = 0.0 |
G4double | preStepKinEnergy = 0.0 |
G4double | preStepScaledEnergy = 0.0 |
G4double | mfpKinEnergy = 0.0 |
std::size_t | currentCoupleIndex = 0 |
Protected Attributes inherited from G4VProcess | |
const G4ProcessManager * | aProcessManager = nullptr |
G4VParticleChange * | pParticleChange = nullptr |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft = -1.0 |
G4double | currentInteractionLength = -1.0 |
G4double | theInitialNumberOfInteractionLength = -1.0 |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType = fNotDefined |
G4int | theProcessSubType = -1 |
G4double | thePILfactor = 1.0 |
G4int | verboseLevel = 0 |
G4bool | enableAtRestDoIt = true |
G4bool | enableAlongStepDoIt = true |
G4bool | enablePostStepDoIt = true |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Definition at line 82 of file G4VEnergyLossProcess.hh.
G4VEnergyLossProcess::G4VEnergyLossProcess | ( | const G4String & | name = "EnergyLoss", |
G4ProcessType | type = fElectromagnetic ) |
Definition at line 93 of file G4VEnergyLossProcess.cc.
|
override |
Definition at line 139 of file G4VEnergyLossProcess.cc.
|
delete |
void G4VEnergyLossProcess::ActivateForcedInteraction | ( | G4double | length, |
const G4String & | region, | ||
G4bool | flag = true ) |
Definition at line 1358 of file G4VEnergyLossProcess.cc.
Referenced by G4EmExtraParameters::DefineRegParamForLoss().
void G4VEnergyLossProcess::ActivateSecondaryBiasing | ( | const G4String & | region, |
G4double | factor, | ||
G4double | energyLimit ) |
Definition at line 1378 of file G4VEnergyLossProcess.cc.
Referenced by G4EmExtraParameters::DefineRegParamForLoss().
void G4VEnergyLossProcess::ActivateSubCutoff | ( | const G4Region * | region | ) |
Definition at line 514 of file G4VEnergyLossProcess.cc.
Referenced by G4EmExtraParameters::DefineRegParamForLoss().
void G4VEnergyLossProcess::AddEmModel | ( | G4int | order, |
G4VEmModel * | ptr, | ||
G4VEmFluctuationModel * | fluc = nullptr, | ||
const G4Region * | region = nullptr ) |
Definition at line 167 of file G4VEnergyLossProcess.cc.
Referenced by LBE::ConstructEM(), G4EmLivermorePhysics::ConstructProcess(), G4EmLowEPPhysics::ConstructProcess(), G4EmPenelopePhysics::ConstructProcess(), G4EmStandardPhysics_option4::ConstructProcess(), G4eBremsstrahlung::InitialiseEnergyLossProcess(), G4eIonisation::InitialiseEnergyLossProcess(), G4ePairProduction::InitialiseEnergyLossProcess(), G4hhIonisation::InitialiseEnergyLossProcess(), G4hIonisation::InitialiseEnergyLossProcess(), G4ionIonisation::InitialiseEnergyLossProcess(), G4mplIonisation::InitialiseEnergyLossProcess(), G4MuBremsstrahlung::InitialiseEnergyLossProcess(), G4MuIonisation::InitialiseEnergyLossProcess(), G4MuonToMuonPairProduction::InitialiseEnergyLossProcess(), G4MuPairProduction::InitialiseEnergyLossProcess(), G4PolarizedBremsstrahlung::InitialiseEnergyLossProcess(), G4PolarizedIonisation::InitialiseEnergyLossProcess(), and G4EmConfigurator::PrepareModels().
|
overridevirtual |
Reimplemented from G4VContinuousDiscreteProcess.
Definition at line 772 of file G4VEnergyLossProcess.cc.
|
overridevirtual |
Reimplemented from G4VContinuousDiscreteProcess.
Definition at line 570 of file G4VEnergyLossProcess.cc.
Referenced by ContinuousStepLimit().
|
inline |
Definition at line 845 of file G4VEnergyLossProcess.hh.
Referenced by G4LossTableManager::BuildPhysicsTable(), G4LossTableManager::LocalPhysicsTables(), and G4LossTableManager::RegisterExtraParticle().
G4PhysicsTable * G4VEnergyLossProcess::BuildDEDXTable | ( | G4EmTableType | tType = fRestricted | ) |
Definition at line 414 of file G4VEnergyLossProcess.cc.
G4PhysicsTable * G4VEnergyLossProcess::BuildLambdaTable | ( | G4EmTableType | tType = fRestricted | ) |
Definition at line 447 of file G4VEnergyLossProcess.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 345 of file G4VEnergyLossProcess.cc.
Referenced by G4PolarizedIonisation::BuildPhysicsTable().
G4double G4VEnergyLossProcess::ContinuousStepLimit | ( | const G4Track & | track, |
G4double | previousStepSize, | ||
G4double | currentMinimumStep, | ||
G4double & | currentSafety ) |
Definition at line 1199 of file G4VEnergyLossProcess.cc.
|
inline |
Definition at line 917 of file G4VEnergyLossProcess.hh.
G4double G4VEnergyLossProcess::CrossSectionPerVolume | ( | G4double | kineticEnergy, |
const G4MaterialCutsCouple * | couple ) |
G4double G4VEnergyLossProcess::CrossSectionPerVolume | ( | G4double | kineticEnergy, |
const G4MaterialCutsCouple * | couple, | ||
G4double | logKineticEnergy ) |
Definition at line 1166 of file G4VEnergyLossProcess.cc.
|
inline |
Definition at line 882 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inline |
Definition at line 952 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inlineprotected |
Definition at line 530 of file G4VEnergyLossProcess.hh.
|
inline |
Definition at line 931 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess(), G4LossTableManager::LocalPhysicsTables(), and G4EmCalculator::PrintDEDXTable().
|
inline |
Definition at line 938 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inline |
Definition at line 1009 of file G4VEnergyLossProcess.hh.
Referenced by G4eBremsstrahlung::InitialiseEnergyLossProcess(), G4eIonisation::InitialiseEnergyLossProcess(), G4hBremsstrahlung::InitialiseEnergyLossProcess(), G4hhIonisation::InitialiseEnergyLossProcess(), G4hIonisation::InitialiseEnergyLossProcess(), G4hPairProduction::InitialiseEnergyLossProcess(), G4ionIonisation::InitialiseEnergyLossProcess(), G4MuBremsstrahlung::InitialiseEnergyLossProcess(), G4MuIonisation::InitialiseEnergyLossProcess(), G4MuonToMuonPairProduction::InitialiseEnergyLossProcess(), G4MuPairProduction::InitialiseEnergyLossProcess(), G4eBremsstrahlung::StreamProcessInfo(), G4ePairProduction::StreamProcessInfo(), and G4MuPairProduction::StreamProcessInfo().
|
inline |
Definition at line 988 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inline |
Definition at line 808 of file G4VEnergyLossProcess.hh.
Referenced by G4eIonisation::InitialiseEnergyLossProcess(), G4hIonisation::InitialiseEnergyLossProcess(), G4ionIonisation::InitialiseEnergyLossProcess(), G4MuIonisation::InitialiseEnergyLossProcess(), and G4PolarizedIonisation::InitialiseEnergyLossProcess().
|
overrideprotectedvirtual |
Implements G4VContinuousDiscreteProcess.
Definition at line 1220 of file G4VEnergyLossProcess.cc.
|
inline |
|
inline |
Definition at line 757 of file G4VEnergyLossProcess.hh.
Referenced by G4LossTableManager::GetCSDARange().
const G4Element * G4VEnergyLossProcess::GetCurrentElement | ( | ) | const |
Definition at line 1333 of file G4VEnergyLossProcess.cc.
|
inline |
Definition at line 715 of file G4VEnergyLossProcess.hh.
Referenced by G4ContinuousGainOfEnergy::AlongStepDoIt(), G4TransportationWithMsc::AlongStepGetPhysicalInteractionLength(), G4LossTableManager::GetDEDX(), G4VMscModel::GetDEDX(), and G4VMscModel::GetDEDX().
|
inline |
Definition at line 725 of file G4VEnergyLossProcess.hh.
G4double G4VEnergyLossProcess::GetDEDXDispersion | ( | const G4MaterialCutsCouple * | couple, |
const G4DynamicParticle * | dp, | ||
G4double | length ) |
Definition at line 1147 of file G4VEnergyLossProcess.cc.
Referenced by G4LossTableManager::GetDEDXDispersion().
|
inline |
Definition at line 768 of file G4VEnergyLossProcess.hh.
Referenced by G4ContinuousGainOfEnergy::AlongStepDoIt(), G4LossTableManager::GetEnergy(), and G4VMscModel::GetEnergy().
|
inline |
Definition at line 778 of file G4VEnergyLossProcess.hh.
|
inline |
Definition at line 789 of file G4VEnergyLossProcess.hh.
|
overrideprotectedvirtual |
Implements G4VContinuousDiscreteProcess.
Definition at line 1208 of file G4VEnergyLossProcess.cc.
Referenced by G4PolarizedIonisation::GetMeanFreePath().
|
inline |
Definition at line 1017 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inline |
Definition at line 736 of file G4VEnergyLossProcess.hh.
Referenced by G4ContinuousGainOfEnergy::AlongStepDoIt(), G4ContinuousGainOfEnergy::GetContinuousStepLimit(), G4LossTableManager::GetRange(), G4VMscModel::GetRange(), G4VMscModel::GetRange(), and G4LossTableManager::GetRangeFromRestricteDEDX().
|
inline |
Definition at line 746 of file G4VEnergyLossProcess.hh.
|
protectedpure virtual |
Implemented in G4eBremsstrahlung, G4eIonisation, G4ePairProduction, G4hBremsstrahlung, G4hhIonisation, G4hIonisation, G4hPairProduction, G4ionIonisation, G4mplIonisation, G4MuBremsstrahlung, G4MuIonisation, G4MuonToMuonPairProduction, G4MuPairProduction, G4PolarizedBremsstrahlung, and G4PolarizedIonisation.
Referenced by PreparePhysicsTable().
|
inline |
Definition at line 966 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess(), G4LossTableManager::LocalPhysicsTables(), and G4EmCalculator::PrintInverseRangeTable().
|
inline |
Definition at line 945 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inline |
Definition at line 889 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess(), G4LossTableManager::BuildPhysicsTable(), and G4LossTableManager::LocalPhysicsTables().
|
protected |
Definition at line 1230 of file G4VEnergyLossProcess.cc.
|
inline |
Definition at line 973 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inline |
Definition at line 910 of file G4VEnergyLossProcess.hh.
Definition at line 1187 of file G4VEnergyLossProcess.cc.
Referenced by GetMeanFreePath().
|
inline |
Definition at line 903 of file G4VEnergyLossProcess.hh.
|
virtual |
Reimplemented in G4eIonisation, G4ePairProduction, G4hhIonisation, G4hIonisation, G4ionIonisation, G4mplIonisation, G4MuBremsstrahlung, G4MuIonisation, G4MuPairProduction, and G4PolarizedIonisation.
Definition at line 158 of file G4VEnergyLossProcess.cc.
Referenced by G4EmTableUtil::BuildLambdaTable().
|
inline |
Definition at line 1002 of file G4VEnergyLossProcess.hh.
|
inline |
Definition at line 896 of file G4VEnergyLossProcess.hh.
|
delete |
|
inline |
Definition at line 838 of file G4VEnergyLossProcess.hh.
Referenced by G4LossTableManager::BuildPhysicsTable(), and G4LossTableManager::LocalPhysicsTables().
|
overridevirtual |
Reimplemented from G4VContinuousDiscreteProcess.
Definition at line 973 of file G4VEnergyLossProcess.cc.
|
overridevirtual |
Reimplemented from G4VContinuousDiscreteProcess.
Definition at line 592 of file G4VEnergyLossProcess.cc.
Referenced by G4PolarizedIonisation::PostStepGetPhysicalInteractionLength().
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 204 of file G4VEnergyLossProcess.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 1489 of file G4VEnergyLossProcess.cc.
Referenced by G4eBremsstrahlung::ProcessDescription(), G4eIonisation::ProcessDescription(), G4ePairProduction::ProcessDescription(), G4hBremsstrahlung::ProcessDescription(), G4hhIonisation::ProcessDescription(), G4hIonisation::ProcessDescription(), G4hPairProduction::ProcessDescription(), G4ionIonisation::ProcessDescription(), G4mplIonisation::ProcessDescription(), G4MuBremsstrahlung::ProcessDescription(), G4MuIonisation::ProcessDescription(), G4MuPairProduction::ProcessDescription(), and G4PolarizedIonisation::ProcessDescription().
|
inline |
Definition at line 959 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess(), G4LossTableManager::LocalPhysicsTables(), and G4EmCalculator::PrintRangeTable().
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 1132 of file G4VEnergyLossProcess.cc.
|
inline |
Definition at line 853 of file G4VEnergyLossProcess.hh.
|
inlineprotected |
Definition at line 537 of file G4VEnergyLossProcess.hh.
Referenced by CrossSectionPerVolume(), GetDEDXDispersion(), PostStepDoIt(), and PostStepGetPhysicalInteractionLength().
|
inline |
Definition at line 545 of file G4VEnergyLossProcess.hh.
Referenced by G4ContinuousGainOfEnergy::GetContinuousStepLimit().
|
inline |
Definition at line 831 of file G4VEnergyLossProcess.hh.
Referenced by G4hIonisation::InitialiseEnergyLossProcess(), and G4ionIonisation::InitialiseEnergyLossProcess().
Definition at line 1341 of file G4VEnergyLossProcess.cc.
Referenced by G4EmExtraParameters::DefineRegParamForLoss().
|
inline |
Definition at line 875 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess(), and G4eBremsstrahlung::G4eBremsstrahlung().
void G4VEnergyLossProcess::SetCSDARangeTable | ( | G4PhysicsTable * | pRange | ) |
Definition at line 1267 of file G4VEnergyLossProcess.cc.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
void G4VEnergyLossProcess::SetDEDXBinning | ( | G4int | nbins | ) |
Definition at line 1441 of file G4VEnergyLossProcess.cc.
Referenced by G4hhIonisation::InitialiseEnergyLossProcess(), and G4mplIonisation::InitialiseEnergyLossProcess().
void G4VEnergyLossProcess::SetDEDXTable | ( | G4PhysicsTable * | p, |
G4EmTableType | tType ) |
Definition at line 1241 of file G4VEnergyLossProcess.cc.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
Definition at line 190 of file G4VEnergyLossProcess.cc.
Referenced by G4ContinuousGainOfEnergy::AlongStepDoIt(), and G4ContinuousGainOfEnergy::GetContinuousStepLimit().
void G4VEnergyLossProcess::SetEmModel | ( | G4VEmModel * | ptr, |
G4int | index = 0 ) |
Definition at line 179 of file G4VEnergyLossProcess.cc.
Referenced by LBE::ConstructEM(), G4EmLivermorePhysics::ConstructProcess(), G4EmLowEPPhysics::ConstructProcess(), G4EmPenelopePhysics::ConstructProcess(), G4EmStandardPhysics_option3::ConstructProcess(), G4EmStandardPhysics_option4::ConstructProcess(), G4EmStandardPhysicsSS::ConstructProcess(), G4EmStandardPhysicsWVI::ConstructProcess(), G4eBremsstrahlung::InitialiseEnergyLossProcess(), G4eIonisation::InitialiseEnergyLossProcess(), G4ePairProduction::InitialiseEnergyLossProcess(), G4hBremsstrahlung::InitialiseEnergyLossProcess(), G4hIonisation::InitialiseEnergyLossProcess(), G4hPairProduction::InitialiseEnergyLossProcess(), G4ionIonisation::InitialiseEnergyLossProcess(), G4mplIonisation::InitialiseEnergyLossProcess(), G4MuBremsstrahlung::InitialiseEnergyLossProcess(), G4MuIonisation::InitialiseEnergyLossProcess(), G4MuonToMuonPairProduction::InitialiseEnergyLossProcess(), G4MuPairProduction::InitialiseEnergyLossProcess(), and G4PolarizedIonisation::InitialiseEnergyLossProcess().
void G4VEnergyLossProcess::SetEnergyOfCrossSectionMax | ( | std::vector< G4double > * | p | ) |
Definition at line 1319 of file G4VEnergyLossProcess.cc.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inline |
Definition at line 801 of file G4VEnergyLossProcess.hh.
Referenced by G4EmLivermorePhysics::ConstructProcess(), G4EmPenelopePhysics::ConstructProcess(), G4EmStandardPhysics_option3::ConstructProcess(), G4EmStandardPhysics_option4::ConstructProcess(), G4EmStandardPhysicsSS::ConstructProcess(), G4EmStandardPhysicsWVI::ConstructProcess(), G4eIonisation::InitialiseEnergyLossProcess(), G4hIonisation::InitialiseEnergyLossProcess(), G4ionIonisation::InitialiseEnergyLossProcess(), G4MuIonisation::InitialiseEnergyLossProcess(), G4PolarizedIonisation::InitialiseEnergyLossProcess(), and G4EmConfigurator::PrepareModels().
void G4VEnergyLossProcess::SetInverseRangeTable | ( | G4PhysicsTable * | p | ) |
Definition at line 1281 of file G4VEnergyLossProcess.cc.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
void G4VEnergyLossProcess::SetIonisation | ( | G4bool | val | ) |
Definition at line 1402 of file G4VEnergyLossProcess.cc.
Referenced by G4EmTableUtil::BuildLocalElossProcess(), G4eBremsstrahlung::G4eBremsstrahlung(), G4ePairProduction::G4ePairProduction(), G4MuBremsstrahlung::G4MuBremsstrahlung(), and G4MuPairProduction::G4MuPairProduction().
void G4VEnergyLossProcess::SetLambdaTable | ( | G4PhysicsTable * | p | ) |
Definition at line 1288 of file G4VEnergyLossProcess.cc.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
void G4VEnergyLossProcess::SetLinearLossLimit | ( | G4double | val | ) |
Definition at line 1410 of file G4VEnergyLossProcess.cc.
Referenced by G4ionIonisation::G4ionIonisation().
|
inline |
Definition at line 860 of file G4VEnergyLossProcess.hh.
void G4VEnergyLossProcess::SetLowestEnergyLimit | ( | G4double | val | ) |
Definition at line 1433 of file G4VEnergyLossProcess.cc.
void G4VEnergyLossProcess::SetMaxKinEnergy | ( | G4double | e | ) |
Definition at line 1464 of file G4VEnergyLossProcess.cc.
Referenced by G4hhIonisation::InitialiseEnergyLossProcess(), and G4mplIonisation::InitialiseEnergyLossProcess().
void G4VEnergyLossProcess::SetMinKinEnergy | ( | G4double | e | ) |
Definition at line 1454 of file G4VEnergyLossProcess.cc.
Referenced by G4hhIonisation::InitialiseEnergyLossProcess(), and G4mplIonisation::InitialiseEnergyLossProcess().
|
inlineprotected |
Definition at line 815 of file G4VEnergyLossProcess.hh.
void G4VEnergyLossProcess::SetRangeTableForLoss | ( | G4PhysicsTable * | p | ) |
Definition at line 1274 of file G4VEnergyLossProcess.cc.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inlineprotected |
Definition at line 823 of file G4VEnergyLossProcess.hh.
Referenced by G4eBremsstrahlung::G4eBremsstrahlung(), G4eIonisation::G4eIonisation(), G4ePairProduction::G4ePairProduction(), G4hhIonisation::G4hhIonisation(), G4hIonisation::G4hIonisation(), G4ionIonisation::G4ionIonisation(), G4mplIonisation::G4mplIonisation(), G4MuBremsstrahlung::G4MuBremsstrahlung(), G4MuIonisation::G4MuIonisation(), G4MuonToMuonPairProduction::G4MuonToMuonPairProduction(), G4MuPairProduction::G4MuPairProduction(), and G4PolarizedIonisation::G4PolarizedIonisation().
|
inline |
Definition at line 868 of file G4VEnergyLossProcess.hh.
Referenced by G4ePairProduction::G4ePairProduction().
Definition at line 1420 of file G4VEnergyLossProcess.cc.
Referenced by LBE::ConstructEM(), and G4EmExtraParameters::FillStepFunction().
void G4VEnergyLossProcess::SetTwoPeaksXS | ( | std::vector< G4TwoPeaksXS * > * | ptr | ) |
Definition at line 1326 of file G4VEnergyLossProcess.cc.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 544 of file G4VEnergyLossProcess.cc.
|
overridevirtual |
Reimplemented from G4VProcess.
Definition at line 1108 of file G4VEnergyLossProcess.cc.
|
inlineprotectedvirtual |
Reimplemented in G4eBremsstrahlung, G4ePairProduction, and G4MuPairProduction.
Definition at line 98 of file G4VEnergyLossProcess.hh.
|
inline |
Definition at line 924 of file G4VEnergyLossProcess.hh.
|
inline |
Definition at line 995 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
inline |
Definition at line 980 of file G4VEnergyLossProcess.hh.
Referenced by G4EmTableUtil::BuildLocalElossProcess().
|
protected |
Definition at line 417 of file G4VEnergyLossProcess.hh.
Referenced by AlongStepDoIt(), AlongStepGetPhysicalInteractionLength(), PostStepDoIt(), SelectModel(), and StartTracking().
|
protected |
Definition at line 480 of file G4VEnergyLossProcess.hh.
Referenced by AlongStepDoIt(), CrossSectionPerVolume(), CurrentMaterialCutsCoupleIndex(), GetDEDXDispersion(), PostStepDoIt(), PostStepGetPhysicalInteractionLength(), SelectModel(), and SetDynamicMassCharge().
|
protected |
Definition at line 416 of file G4VEnergyLossProcess.hh.
Referenced by AlongStepDoIt(), CrossSectionPerVolume(), GetCurrentElement(), GetDEDXDispersion(), and PostStepGetPhysicalInteractionLength().
|
protected |
Definition at line 415 of file G4VEnergyLossProcess.hh.
Referenced by AlongStepDoIt(), G4VEnergyLossProcess(), and PostStepDoIt().
|
protected |
Definition at line 478 of file G4VEnergyLossProcess.hh.
Referenced by PostStepDoIt(), PostStepGetPhysicalInteractionLength(), and StartTracking().
|
protected |
Definition at line 476 of file G4VEnergyLossProcess.hh.
Referenced by AlongStepDoIt(), and PostStepGetPhysicalInteractionLength().
|
protected |
Definition at line 475 of file G4VEnergyLossProcess.hh.
Referenced by PostStepDoIt(), PostStepGetPhysicalInteractionLength(), and StartTracking().
|
protected |
Definition at line 477 of file G4VEnergyLossProcess.hh.
Referenced by AlongStepDoIt(), AlongStepGetPhysicalInteractionLength(), and PostStepGetPhysicalInteractionLength().