Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | 정적 Public 멤버 함수 | Protected 멤버 함수 | Protected 속성 | Private 멤버 함수 | Private 속성 | 모든 멤버 목록
G4VEnergyLossProcess 클래스 참조abstract

#include <G4VEnergyLossProcess.hh>

G4VEnergyLossProcess에 대한 상속 다이어그램 :
G4VContinuousDiscreteProcess G4VProcess G4alphaIonisation G4eBremsstrahlung G4eIonisation G4ePairProduction G4ePolarizedIonisation G4hhIonisation G4hIonisation G4ionIonisation G4mplIonisation G4MuBremsstrahlung G4MuIonisation G4MuPairProduction

Public 멤버 함수

 G4VEnergyLossProcess (const G4String &name="EnergyLoss", G4ProcessType type=fElectromagnetic)
 
virtual ~G4VEnergyLossProcess ()
 
virtual G4bool IsApplicable (const G4ParticleDefinition &p) override=0
 
virtual void PrintInfo ()
 
virtual void ProcessDescription (std::ostream &outFile) const override
 
virtual void PreparePhysicsTable (const G4ParticleDefinition &) override
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &) override
 
G4PhysicsTableBuildDEDXTable (G4EmTableType tType=fRestricted)
 
G4PhysicsTableBuildLambdaTable (G4EmTableType tType=fRestricted)
 
virtual void StartTracking (G4Track *) override
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety, G4GPILSelection *selection) override
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) override
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &, const G4Step &) override
 
G4double SampleSubCutSecondaries (std::vector< G4Track * > &, const G4Step &, G4VEmModel *model, G4int matIdx)
 
virtual G4VParticleChangePostStepDoIt (const G4Track &, const G4Step &) override
 
virtual G4bool StorePhysicsTable (const G4ParticleDefinition *, const G4String &directory, G4bool ascii=false) override
 
virtual G4bool RetrievePhysicsTable (const G4ParticleDefinition *, const G4String &directory, G4bool ascii) override
 
G4double GetDEDXDispersion (const G4MaterialCutsCouple *couple, const G4DynamicParticle *dp, G4double length)
 
G4double CrossSectionPerVolume (G4double kineticEnergy, const G4MaterialCutsCouple *couple)
 
G4double MeanFreePath (const G4Track &track)
 
G4double ContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety)
 
G4VEmModelSelectModelForMaterial (G4double kinEnergy, size_t &idx) const
 
void AddEmModel (G4int, G4VEmModel *, G4VEmFluctuationModel *fluc=0, const G4Region *region=nullptr)
 
void UpdateEmModel (const G4String &, G4double, G4double)
 
void SetEmModel (G4VEmModel *, G4int index=0)
 
G4VEmModelEmModel (size_t index=0) const
 
G4VEmModelGetModelByIndex (G4int idx=0, G4bool ver=false) const
 
G4int NumberOfModels () const
 
void SetFluctModel (G4VEmFluctuationModel *)
 
G4VEmFluctuationModelFluctModel ()
 
void SetBaseParticle (const G4ParticleDefinition *p)
 
const G4ParticleDefinitionParticle () const
 
const G4ParticleDefinitionBaseParticle () const
 
const G4ParticleDefinitionSecondaryParticle () const
 
void ActivateSubCutoff (G4bool val, const G4Region *region=nullptr)
 
void SetCrossSectionBiasingFactor (G4double f, G4bool flag=true)
 
void ActivateForcedInteraction (G4double length, const G4String &region, G4bool flag=true)
 
void ActivateSecondaryBiasing (const G4String &region, G4double factor, G4double energyLimit)
 
void AddCollaborativeProcess (G4VEnergyLossProcess *)
 
void SetLossFluctuations (G4bool val)
 
void SetIntegral (G4bool val)
 
G4bool IsIntegral () const
 
void SetIonisation (G4bool val)
 
G4bool IsIonisationProcess () const
 
void SetLinearLossLimit (G4double val)
 
void SetStepFunction (G4double v1, G4double v2, G4bool lock=true)
 
void SetLowestEnergyLimit (G4double)
 
G4int NumberOfSubCutoffRegions () const
 
void SetDEDXTable (G4PhysicsTable *p, G4EmTableType tType)
 
void SetCSDARangeTable (G4PhysicsTable *pRange)
 
void SetRangeTableForLoss (G4PhysicsTable *p)
 
void SetSecondaryRangeTable (G4PhysicsTable *p)
 
void SetInverseRangeTable (G4PhysicsTable *p)
 
void SetLambdaTable (G4PhysicsTable *p)
 
void SetSubLambdaTable (G4PhysicsTable *p)
 
void SetDEDXBinning (G4int nbins)
 
void SetMinKinEnergy (G4double e)
 
G4double MinKinEnergy () const
 
void SetMaxKinEnergy (G4double e)
 
G4double MaxKinEnergy () const
 
G4double CrossSectionBiasingFactor () const
 
G4double GetDEDX (G4double &kineticEnergy, const G4MaterialCutsCouple *)
 
G4double GetDEDXForSubsec (G4double &kineticEnergy, const G4MaterialCutsCouple *)
 
G4double GetRange (G4double &kineticEnergy, const G4MaterialCutsCouple *)
 
G4double GetCSDARange (G4double &kineticEnergy, const G4MaterialCutsCouple *)
 
G4double GetRangeForLoss (G4double &kineticEnergy, const G4MaterialCutsCouple *)
 
G4double GetKineticEnergy (G4double &range, const G4MaterialCutsCouple *)
 
G4double GetLambda (G4double &kineticEnergy, const G4MaterialCutsCouple *)
 
G4bool TablesAreBuilt () const
 
G4PhysicsTableDEDXTable () const
 
G4PhysicsTableDEDXTableForSubsec () const
 
G4PhysicsTableDEDXunRestrictedTable () const
 
G4PhysicsTableIonisationTable () const
 
G4PhysicsTableIonisationTableForSubsec () const
 
G4PhysicsTableCSDARangeTable () const
 
G4PhysicsTableSecondaryRangeTable () const
 
G4PhysicsTableRangeTableForLoss () const
 
G4PhysicsTableInverseRangeTable () const
 
G4PhysicsTableLambdaTable () const
 
G4PhysicsTableSubLambdaTable () const
 
const G4ElementGetCurrentElement () const
 
void SetDynamicMassCharge (G4double massratio, G4double charge2ratio)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
 
G4int operator== (const G4VProcess &right) const
 
G4int operator!= (const G4VProcess &right) const
 
G4double GetCurrentInteractionLength () const
 
void SetPILfactor (G4double value)
 
G4double GetPILfactor () const
 
G4double AlongStepGPIL (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
G4double AtRestGPIL (const G4Track &track, G4ForceCondition *condition)
 
G4double PostStepGPIL (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
const G4StringGetPhysicsTableFileName (const G4ParticleDefinition *, const G4String &directory, const G4String &tableName, G4bool ascii=false)
 
const G4StringGetProcessName () const
 
G4ProcessType GetProcessType () const
 
void SetProcessType (G4ProcessType)
 
G4int GetProcessSubType () const
 
void SetProcessSubType (G4int)
 
virtual void EndTracking ()
 
virtual void SetProcessManager (const G4ProcessManager *)
 
virtual const G4ProcessManagerGetProcessManager ()
 
virtual void ResetNumberOfInteractionLengthLeft ()
 
G4double GetNumberOfInteractionLengthLeft () const
 
G4double GetTotalNumberOfInteractionLengthTraversed () const
 
G4bool isAtRestDoItIsEnabled () const
 
G4bool isAlongStepDoItIsEnabled () const
 
G4bool isPostStepDoItIsEnabled () const
 
virtual void DumpInfo () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
virtual void SetMasterProcess (G4VProcess *masterP)
 
const G4VProcessGetMasterProcess () const
 
virtual void BuildWorkerPhysicsTable (const G4ParticleDefinition &part)
 
virtual void PrepareWorkerPhysicsTable (const G4ParticleDefinition &)
 

정적 Public 멤버 함수

static const G4StringGetProcessTypeName (G4ProcessType)
 

Protected 멤버 함수

virtual void StreamProcessInfo (std::ostream &, G4String) const
 
virtual void InitialiseEnergyLossProcess (const G4ParticleDefinition *, const G4ParticleDefinition *)=0
 
virtual G4double MinPrimaryEnergy (const G4ParticleDefinition *, const G4Material *, G4double cut)
 
virtual G4double GetMeanFreePath (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) override
 
virtual G4double GetContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety) override
 
G4PhysicsVectorLambdaPhysicsVector (const G4MaterialCutsCouple *, G4double cut)
 
size_t CurrentMaterialCutsCoupleIndex () const
 
void SelectModel (G4double kinEnergy)
 
void SetParticle (const G4ParticleDefinition *p)
 
void SetSecondaryParticle (const G4ParticleDefinition *p)
 
void SetGPILSelection (G4GPILSelection selection)
 
G4GPILSelection GetGPILSelection () const
 
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Protected 속성

G4ParticleChangeForLoss fParticleChange
 
const G4ProcessManageraProcessManager
 
G4VParticleChangepParticleChange
 
G4ParticleChange aParticleChange
 
G4double theNumberOfInteractionLengthLeft
 
G4double currentInteractionLength
 
G4double theInitialNumberOfInteractionLength
 
G4String theProcessName
 
G4String thePhysicsTableFileName
 
G4ProcessType theProcessType
 
G4int theProcessSubType
 
G4double thePILfactor
 
G4bool enableAtRestDoIt
 
G4bool enableAlongStepDoIt
 
G4bool enablePostStepDoIt
 
G4int verboseLevel
 

Private 멤버 함수

void Clean ()
 
void StreamInfo (std::ostream &out, const G4ParticleDefinition &part, G4String endOfLine=G4String("\n")) const
 
G4bool StoreTable (const G4ParticleDefinition *p, G4PhysicsTable *, G4bool ascii, const G4String &directory, const G4String &tname)
 
G4bool RetrieveTable (const G4ParticleDefinition *p, G4PhysicsTable *, G4bool ascii, const G4String &directory, const G4String &tname, G4bool mandatory)
 
void FillSecondariesAlongStep (G4double &eloss, G4double &weight)
 
void PrintWarning (G4String, G4double val)
 
void DefineMaterial (const G4MaterialCutsCouple *couple)
 
G4double GetDEDXForScaledEnergy (G4double scaledKinEnergy)
 
G4double GetSubDEDXForScaledEnergy (G4double scaledKinEnergy)
 
G4double GetIonisationForScaledEnergy (G4double scaledKinEnergy)
 
G4double GetSubIonisationForScaledEnergy (G4double scaledKinEnergy)
 
G4double GetScaledRangeForScaledEnergy (G4double scaledKinEnergy)
 
G4double GetLimitScaledRangeForScaledEnergy (G4double scaledKinEnergy)
 
G4double ScaledKinEnergyForLoss (G4double range)
 
G4double GetLambdaForScaledEnergy (G4double scaledKinEnergy)
 
void ComputeLambdaForScaledEnergy (G4double scaledKinEnergy)
 
 G4VEnergyLossProcess (G4VEnergyLossProcess &)=delete
 
G4VEnergyLossProcessoperator= (const G4VEnergyLossProcess &right)=delete
 

Private 속성

G4LossTableManagerlManager
 
G4EmModelManagermodelManager
 
G4EmBiasingManagerbiasManager
 
G4SafetyHelpersafetyHelper
 
G4EmParameterstheParameters
 
const G4ParticleDefinitionsecondaryParticle
 
const G4ParticleDefinitiontheElectron
 
const G4ParticleDefinitionthePositron
 
const G4ParticleDefinitiontheGamma
 
const G4ParticleDefinitiontheGenericIon
 
std::vector< G4VEmModel * > emModels
 
G4VEmFluctuationModelfluctModel
 
G4VAtomDeexcitationatomDeexcitation
 
G4VSubCutProducersubcutProducer
 
std::vector< const G4Region * > scoffRegions
 
G4int nSCoffRegions
 
G4boolidxSCoffRegions
 
std::vector
< G4VEnergyLossProcess * > 
scProcesses
 
G4int nProcesses
 
G4PhysicsTabletheDEDXTable
 
G4PhysicsTabletheDEDXSubTable
 
G4PhysicsTabletheDEDXunRestrictedTable
 
G4PhysicsTabletheIonisationTable
 
G4PhysicsTabletheIonisationSubTable
 
G4PhysicsTabletheRangeTableForLoss
 
G4PhysicsTabletheCSDARangeTable
 
G4PhysicsTabletheSecondaryRangeTable
 
G4PhysicsTabletheInverseRangeTable
 
G4PhysicsTabletheLambdaTable
 
G4PhysicsTabletheSubLambdaTable
 
size_t idxDEDX
 
size_t idxDEDXSub
 
size_t idxDEDXunRestricted
 
size_t idxIonisation
 
size_t idxIonisationSub
 
size_t idxRange
 
size_t idxCSDA
 
size_t idxSecRange
 
size_t idxInverseRange
 
size_t idxLambda
 
size_t idxSubLambda
 
std::vector< G4doubletheDEDXAtMaxEnergy
 
std::vector< G4doubletheRangeAtMaxEnergy
 
std::vector< G4doubletheEnergyOfCrossSectionMax
 
std::vector< G4doubletheCrossSectionMax
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
const G4DataVectortheCuts
 
const G4DataVectortheSubCuts
 
const G4ParticleDefinitionbaseParticle
 
G4int nBins
 
G4int nBinsCSDA
 
G4double lowestKinEnergy
 
G4double minKinEnergy
 
G4double maxKinEnergy
 
G4double maxKinEnergyCSDA
 
G4double linLossLimit
 
G4double dRoverRange
 
G4double finalRange
 
G4double lambdaFactor
 
G4double biasFactor
 
G4bool lossFluctuationFlag
 
G4bool rndmStepFlag
 
G4bool tablesAreBuilt
 
G4bool integral
 
G4bool isIon
 
G4bool isIonisation
 
G4bool useSubCutoff
 
G4bool useDeexcitation
 
G4bool biasFlag
 
G4bool weightFlag
 
G4bool isMaster
 
G4bool actIntegral
 
G4bool actStepFunc
 
G4bool actLinLossLimit
 
G4bool actLossFluc
 
G4bool actBinning
 
G4bool actMinKinEnergy
 
G4bool actMaxKinEnergy
 
std::vector< G4DynamicParticle * > secParticles
 
std::vector< G4Track * > scTracks
 
const G4ParticleDefinitionparticle
 
G4VEmModelcurrentModel
 
const G4MaterialcurrentMaterial
 
const G4MaterialCutsCouplecurrentCouple
 
size_t currentCoupleIndex
 
size_t basedCoupleIndex
 
size_t lastIdx
 
G4double massRatio
 
G4double fFactor
 
G4double reduceFactor
 
G4double chargeSqRatio
 
G4double preStepLambda
 
G4double fRange
 
G4double computedRange
 
G4double preStepKinEnergy
 
G4double preStepScaledEnergy
 
G4double preStepRangeEnergy
 
G4double mfpKinEnergy
 
G4GPILSelection aGPILSelection
 
G4int secID
 
G4int subsecID
 
G4int biasID
 

상세한 설명

G4VEnergyLossProcess.hh 파일의 124 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4VEnergyLossProcess::G4VEnergyLossProcess ( const G4String name = "EnergyLoss",
G4ProcessType  type = fElectromagnetic 
)
G4VEnergyLossProcess::~G4VEnergyLossProcess ( )
virtual
G4VEnergyLossProcess::G4VEnergyLossProcess ( G4VEnergyLossProcess )
privatedelete

멤버 함수 문서화

void G4VEnergyLossProcess::ActivateForcedInteraction ( G4double  length,
const G4String region,
G4bool  flag = true 
)
void G4VEnergyLossProcess::ActivateSecondaryBiasing ( const G4String region,
G4double  factor,
G4double  energyLimit 
)
void G4VEnergyLossProcess::ActivateSubCutoff ( G4bool  val,
const G4Region region = nullptr 
)

G4VEnergyLossProcess.cc 파일의 1045 번째 라인에서 정의되었습니다.

다음을 참조함 : G4RegionStore::GetInstance(), G4RegionStore::GetRegion(), nSCoffRegions, reg, scoffRegions.

다음에 의해서 참조됨 : G4EmParameters::DefineRegParamForLoss().

void G4VEnergyLossProcess::AddCollaborativeProcess ( G4VEnergyLossProcess p)

G4VEnergyLossProcess.cc 파일의 2022 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cout, G4endl, G4VProcess::GetProcessName(), nProcesses, scProcesses, G4VProcess::verboseLevel.

다음에 의해서 참조됨 : G4LossTableManager::BuildTables().

void G4VEnergyLossProcess::AddEmModel ( G4int  order,
G4VEmModel p,
G4VEmFluctuationModel fluc = 0,
const G4Region region = nullptr 
)
G4VParticleChange * G4VEnergyLossProcess::AlongStepDoIt ( const G4Track track,
const G4Step step 
)
overridevirtual

G4VContinuousDiscreteProcess(으)로부터 재구현되었습니다.

G4VEnergyLossProcess.cc 파일의 1234 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VAtomDeexcitation::AlongStepDeexcitation(), atomDeexcitation, biasFactor, G4SafetyHelper::ComputeSafety(), G4VEmModel::CorrectionsAlongStep(), currentCouple, currentCoupleIndex, currentMaterial, currentModel, fGeomBoundary, FillSecondariesAlongStep(), fParticleChange, fRange, GetDEDXForScaledEnergy(), G4Track::GetDynamicParticle(), G4VEmModel::GetModelOfFluctuations(), G4VParticleChange::GetParentWeight(), G4VEmModel::GetParticleCharge(), G4Track::GetParticleDefinition(), G4StepPoint::GetPosition(), G4Step::GetPostStepPoint(), G4Step::GetPreStepPoint(), G4ProductionCuts::GetProductionCut(), G4MaterialCutsCouple::GetProductionCuts(), G4StepPoint::GetSafety(), G4Step::GetStepLength(), G4StepPoint::GetStepStatus(), GetSubDEDXForScaledEnergy(), idxSCoffRegions, G4ParticleChangeForLoss::InitializeForAlongStep(), G4VEmModel::IsActive(), isIon, isIonisation, linLossLimit, lossFluctuationFlag, lowestKinEnergy, massRatio, G4INCL::Math::max(), G4VEmModel::MaxSecondaryKinEnergy(), G4INCL::Math::min(), preStepKinEnergy, preStepScaledEnergy, G4VParticleChange::ProposeLocalEnergyDeposit(), G4VParticleChange::ProposeWeight(), reduceFactor, safetyHelper, G4VEmFluctuationModel::SampleFluctuations(), G4VSubCutProducer::SampleSecondaries(), SampleSubCutSecondaries(), ScaledKinEnergyForLoss(), scTracks, G4ParticleChangeForLoss::SetProposedCharge(), G4ParticleChangeForLoss::SetProposedKineticEnergy(), subcutProducer, useDeexcitation, useSubCutoff, weight, weightFlag, x.

G4double G4VEnergyLossProcess::AlongStepGetPhysicalInteractionLength ( const G4Track ,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double currentSafety,
G4GPILSelection selection 
)
overridevirtual
G4double G4VProcess::AlongStepGPIL ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double proposedSafety,
G4GPILSelection selection 
)
inlineinherited

G4VProcess.hh 파일의 482 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::AlongStepGetPhysicalInteractionLength().

다음에 의해서 참조됨 : G4ITStepProcessor::DoDefinePhysicalStepLength().

virtual G4VParticleChange* G4VContinuousDiscreteProcess::AtRestDoIt ( const G4Track ,
const G4Step  
)
inlinevirtualinherited

G4VProcess를 구현.

G4VContinuousDiscreteProcess.hh 파일의 99 번째 라인에서 정의되었습니다.

virtual G4double G4VContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength ( const G4Track ,
G4ForceCondition  
)
inlinevirtualinherited

G4VProcess를 구현.

G4VContinuousDiscreteProcess.hh 파일의 93 번째 라인에서 정의되었습니다.

G4double G4VProcess::AtRestGPIL ( const G4Track track,
G4ForceCondition condition 
)
inlineinherited

G4VProcess.hh 파일의 493 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::AtRestGetPhysicalInteractionLength(), G4VProcess::thePILfactor.

다음에 의해서 참조됨 : G4ITStepProcessor::GetAtRestIL(), G4SteppingManager::InvokeAtRestDoItProcs().

const G4ParticleDefinition * G4VEnergyLossProcess::BaseParticle ( ) const
inline
G4PhysicsTable * G4VEnergyLossProcess::BuildDEDXTable ( G4EmTableType  tType = fRestricted)
G4PhysicsTable * G4VEnergyLossProcess::BuildLambdaTable ( G4EmTableType  tType = fRestricted)
void G4VEnergyLossProcess::BuildPhysicsTable ( const G4ParticleDefinition part)
overridevirtual

G4VProcess(으)로부터 재구현되었습니다.

G4ePolarizedIonisation에서 재구현되었습니다.

G4VEnergyLossProcess.cc 파일의 691 번째 라인에서 정의되었습니다.

다음을 참조함 : G4LossTableManager::AtomDeexcitation(), atomDeexcitation, baseParticle, G4LossTableManager::BuildPhysicsTable(), CSDARangeTable(), DEDXTable(), DEDXTableForSubsec(), DEDXunRestrictedTable(), fIsIonisation, fIsSubIonisation, fRestricted, fSubRestricted, fTotal, G4cout, G4endl, G4LossTableBuilder::GetCoupleIndexes(), G4LossTableBuilder::GetDensityFactors(), G4VProcess::GetMasterProcess(), GetModelByIndex(), G4ParticleDefinition::GetParticleName(), G4VProcess::GetProcessName(), G4LossTableManager::GetTableBuilder(), G4LossTableBuilder::InitialiseBaseMaterials(), G4SafetyHelper::InitialiseHelper(), G4VEmModel::InitialiseLocal(), InverseRangeTable(), IonisationTable(), IonisationTableForSubsec(), isIon, isIonisation, IsIonisationProcess(), isMaster, G4VAtomDeexcitation::IsPIXEActive(), LambdaTable(), lManager, G4LossTableManager::LocalPhysicsTables(), modelManager, nSCoffRegions, G4EmModelManager::NumberOfModels(), particle, RangeTableForLoss(), safetyHelper, SecondaryRangeTable(), SetCSDARangeTable(), SetDEDXTable(), SetInverseRangeTable(), SetLambdaTable(), SetRangeTableForLoss(), SetSecondaryRangeTable(), SetSubLambdaTable(), StreamInfo(), G4LossTableManager::SubCutProducer(), subcutProducer, SubLambdaTable(), tablesAreBuilt, theDensityFactor, theDensityIdx, useDeexcitation, G4VProcess::verboseLevel.

다음에 의해서 참조됨 : G4ePolarizedIonisation::BuildPhysicsTable().

void G4VProcess::BuildWorkerPhysicsTable ( const G4ParticleDefinition part)
virtualinherited

G4BiasingProcessInterface에서 재구현되었습니다.

G4VProcess.cc 파일의 207 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::BuildPhysicsTable().

다음에 의해서 참조됨 : G4BiasingProcessInterface::BuildWorkerPhysicsTable().

void G4VEnergyLossProcess::Clean ( )
private
void G4VProcess::ClearNumberOfInteractionLengthLeft ( )
inlineprotectedinherited
void G4VEnergyLossProcess::ComputeLambdaForScaledEnergy ( G4double  scaledKinEnergy)
inlineprivate
G4double G4VEnergyLossProcess::ContinuousStepLimit ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double currentSafety 
)

G4VEnergyLossProcess.cc 파일의 1979 번째 라인에서 정의되었습니다.

다음을 참조함 : AlongStepGetPhysicalInteractionLength().

G4double G4VEnergyLossProcess::CrossSectionBiasingFactor ( ) const
inline

G4VEnergyLossProcess.hh 파일의 989 번째 라인에서 정의되었습니다.

다음을 참조함 : biasFactor.

G4double G4VEnergyLossProcess::CrossSectionPerVolume ( G4double  kineticEnergy,
const G4MaterialCutsCouple couple 
)
G4PhysicsTable * G4VEnergyLossProcess::CSDARangeTable ( ) const
inline

G4VEnergyLossProcess.hh 파일의 1038 번째 라인에서 정의되었습니다.

다음을 참조함 : theCSDARangeTable.

다음에 의해서 참조됨 : BuildPhysicsTable(), G4LossTableManager::BuildTables(), G4LossTableManager::CopyTables().

size_t G4VEnergyLossProcess::CurrentMaterialCutsCoupleIndex ( ) const
inlineprotected

G4VEnergyLossProcess.hh 파일의 618 번째 라인에서 정의되었습니다.

다음을 참조함 : currentCoupleIndex.

다음에 의해서 참조됨 : G4ePolarizedIonisation::ComputeSaturationFactor().

G4PhysicsTable * G4VEnergyLossProcess::DEDXTable ( ) const
inline

G4VEnergyLossProcess.hh 파일의 1003 번째 라인에서 정의되었습니다.

다음을 참조함 : theDEDXTable.

다음에 의해서 참조됨 : BuildPhysicsTable(), G4LossTableManager::BuildTables(), G4LossTableManager::LocalPhysicsTables(), G4EmCalculator::PrintDEDXTable().

G4PhysicsTable * G4VEnergyLossProcess::DEDXTableForSubsec ( ) const
inline

G4VEnergyLossProcess.hh 파일의 1010 번째 라인에서 정의되었습니다.

다음을 참조함 : theDEDXSubTable.

다음에 의해서 참조됨 : BuildPhysicsTable(), G4LossTableManager::CopyTables().

G4PhysicsTable * G4VEnergyLossProcess::DEDXunRestrictedTable ( ) const
inline

G4VEnergyLossProcess.hh 파일의 1017 번째 라인에서 정의되었습니다.

다음을 참조함 : theDEDXunRestrictedTable.

다음에 의해서 참조됨 : BuildPhysicsTable(), G4LossTableManager::BuildTables(), G4LossTableManager::CopyTables().

void G4VEnergyLossProcess::DefineMaterial ( const G4MaterialCutsCouple couple)
inlineprivate
void G4VProcess::DumpInfo ( ) const
virtualinherited
G4VEmModel * G4VEnergyLossProcess::EmModel ( size_t  index = 0) const
void G4VProcess::EndTracking ( )
virtualinherited
void G4VEnergyLossProcess::FillSecondariesAlongStep ( G4double eloss,
G4double weight 
)
private
G4VEmFluctuationModel * G4VEnergyLossProcess::FluctModel ( )
inline
G4double G4VEnergyLossProcess::GetContinuousStepLimit ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double currentSafety 
)
overrideprotectedvirtual

G4VContinuousDiscreteProcess를 구현.

G4VEnergyLossProcess.cc 파일의 2001 번째 라인에서 정의되었습니다.

다음을 참조함 : DBL_MAX.

G4double G4VEnergyLossProcess::GetCSDARange ( G4double kineticEnergy,
const G4MaterialCutsCouple couple 
)
inline

G4VEnergyLossProcess.hh 파일의 814 번째 라인에서 정의되었습니다.

다음을 참조함 : DBL_MAX, DefineMaterial(), GetLimitScaledRangeForScaledEnergy(), massRatio, reduceFactor, theCSDARangeTable.

다음에 의해서 참조됨 : G4LossTableManager::GetCSDARange().

const G4Element * G4VEnergyLossProcess::GetCurrentElement ( ) const

G4VEnergyLossProcess.cc 파일의 2246 번째 라인에서 정의되었습니다.

다음을 참조함 : currentModel, G4VEmModel::GetCurrentElement().

G4double G4VProcess::GetCurrentInteractionLength ( ) const
inlineinherited
G4double G4VEnergyLossProcess::GetDEDX ( G4double kineticEnergy,
const G4MaterialCutsCouple couple 
)
inline

G4VEnergyLossProcess.hh 파일의 777 번째 라인에서 정의되었습니다.

다음을 참조함 : DefineMaterial(), GetDEDXForScaledEnergy(), massRatio.

다음에 의해서 참조됨 : G4ContinuousGainOfEnergy::AlongStepDoIt(), G4VMscModel::GetDEDX(), G4LossTableManager::GetDEDX().

G4double G4VEnergyLossProcess::GetDEDXDispersion ( const G4MaterialCutsCouple couple,
const G4DynamicParticle dp,
G4double  length 
)
G4double G4VEnergyLossProcess::GetDEDXForScaledEnergy ( G4double  scaledKinEnergy)
inlineprivate

G4VEnergyLossProcess.hh 파일의 669 번째 라인에서 정의되었습니다.

다음을 참조함 : basedCoupleIndex, fFactor, idxDEDX, minKinEnergy, x.

다음에 의해서 참조됨 : AlongStepDoIt(), GetDEDX().

G4double G4VEnergyLossProcess::GetDEDXForSubsec ( G4double kineticEnergy,
const G4MaterialCutsCouple couple 
)
inline

G4VEnergyLossProcess.hh 파일의 787 번째 라인에서 정의되었습니다.

다음을 참조함 : DefineMaterial(), GetSubDEDXForScaledEnergy(), massRatio.

다음에 의해서 참조됨 : G4LossTableManager::GetSubDEDX().

G4GPILSelection G4VContinuousDiscreteProcess::GetGPILSelection ( ) const
inlineprotectedinherited

G4VContinuousDiscreteProcess.hh 파일의 128 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VContinuousDiscreteProcess::valueGPILSelection.

G4double G4VEnergyLossProcess::GetIonisationForScaledEnergy ( G4double  scaledKinEnergy)
inlineprivate

G4VEnergyLossProcess.hh 파일의 693 번째 라인에서 정의되었습니다.

다음을 참조함 : basedCoupleIndex, fFactor, idxIonisation, minKinEnergy, x.

G4double G4VEnergyLossProcess::GetKineticEnergy ( G4double range,
const G4MaterialCutsCouple couple 
)
inline

G4VEnergyLossProcess.hh 파일의 837 번째 라인에서 정의되었습니다.

다음을 참조함 : DefineMaterial(), massRatio, reduceFactor, ScaledKinEnergyForLoss().

다음에 의해서 참조됨 : G4ContinuousGainOfEnergy::AlongStepDoIt(), G4VMscModel::GetEnergy(), G4LossTableManager::GetEnergy().

G4double G4VEnergyLossProcess::GetLambda ( G4double kineticEnergy,
const G4MaterialCutsCouple couple 
)
inline

G4VEnergyLossProcess.hh 파일의 847 번째 라인에서 정의되었습니다.

다음을 참조함 : DefineMaterial(), GetLambdaForScaledEnergy(), massRatio, theLambdaTable.

G4double G4VEnergyLossProcess::GetLambdaForScaledEnergy ( G4double  scaledKinEnergy)
inlineprivate

G4VEnergyLossProcess.hh 파일의 769 번째 라인에서 정의되었습니다.

다음을 참조함 : basedCoupleIndex, fFactor, idxLambda.

다음에 의해서 참조됨 : ComputeLambdaForScaledEnergy(), CrossSectionPerVolume(), GetLambda(), MeanFreePath(), PostStepDoIt(), PostStepGetPhysicalInteractionLength().

G4double G4VEnergyLossProcess::GetLimitScaledRangeForScaledEnergy ( G4double  scaledKinEnergy)
inlineprivate

G4VEnergyLossProcess.hh 파일의 736 번째 라인에서 정의되었습니다.

다음을 참조함 : basedCoupleIndex, idxCSDA, maxKinEnergyCSDA, minKinEnergy, theDEDXAtMaxEnergy, theRangeAtMaxEnergy, x.

다음에 의해서 참조됨 : GetCSDARange(), GetRange().

const G4VProcess * G4VProcess::GetMasterProcess ( ) const
inlineinherited
G4double G4VEnergyLossProcess::GetMeanFreePath ( const G4Track track,
G4double  previousStepSize,
G4ForceCondition condition 
)
overrideprotectedvirtual

G4VContinuousDiscreteProcess를 구현.

G4ePolarizedIonisation에서 재구현되었습니다.

G4VEnergyLossProcess.cc 파일의 1989 번째 라인에서 정의되었습니다.

다음을 참조함 : MeanFreePath(), NotForced.

다음에 의해서 참조됨 : G4ePolarizedIonisation::GetMeanFreePath().

G4VEmModel * G4VEnergyLossProcess::GetModelByIndex ( G4int  idx = 0,
G4bool  ver = false 
) const

G4VEnergyLossProcess.cc 파일의 424 번째 라인에서 정의되었습니다.

다음을 참조함 : G4EmModelManager::GetModel(), modelManager.

다음에 의해서 참조됨 : BuildPhysicsTable().

G4double G4VProcess::GetNumberOfInteractionLengthLeft ( ) const
inlineinherited

G4VProcess.hh 파일의 456 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::theNumberOfInteractionLengthLeft.

const G4String & G4VProcess::GetPhysicsTableFileName ( const G4ParticleDefinition particle,
const G4String directory,
const G4String tableName,
G4bool  ascii = false 
)
inherited
G4double G4VProcess::GetPILfactor ( ) const
inlineinherited

G4VProcess.hh 파일의 477 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::thePILfactor.

다음에 의해서 참조됨 : export_G4VProcess().

const G4ProcessManager * G4VProcess::GetProcessManager ( )
inlinevirtualinherited

G4BiasingProcessInterface, G4WrapperProcess에서 재구현되었습니다.

G4VProcess.hh 파일의 517 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::aProcessManager.

다음에 의해서 참조됨 : G4WrapperProcess::GetProcessManager(), G4BiasingProcessInterface::GetProcessManager().

const G4String & G4VProcess::GetProcessName ( ) const
inlineinherited

G4VProcess.hh 파일의 411 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::theProcessName.

다음에 의해서 참조됨 : G4VEmProcess::ActivateForcedInteraction(), ActivateForcedInteraction(), G4ProcessManager::ActivateProcess(), G4VEmProcess::ActivateSecondaryBiasing(), ActivateSecondaryBiasing(), 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(), BuildDEDXTable(), G4VUserPhysicsList::BuildIntegralPhysicsTable(), BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), StepMax::BuildPhysicsTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable(), G4DNABrownianTransportation::BuildPhysicsTable(), G4VMultipleScattering::BuildPhysicsTable(), G4LossTableManager::BuildPhysicsTable(), G4VEmProcess::BuildPhysicsTable(), 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(), PostStepGetPhysicalInteractionLength(), G4ITSteppingVerbose::PostStepVerbose(), LXeTrackingAction::PostUserTrackingAction(), G4EmConfigurator::PrepareModels(), G4HadronStoppingProcess::PreparePhysicsTable(), G4LossTableManager::PreparePhysicsTable(), G4VMultipleScattering::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), PreparePhysicsTable(), CexmcTrackingAction::PreUserTrackingAction(), G4HadronicProcessStore::Print(), G4HadronicProcessStore::PrintHtml(), G4AnnihiToMuPair::PrintInfoDefinition(), G4GammaConversionToMuons::PrintInfoDefinition(), G4LowEnergyIonisation::PrintInfoDefinition(), G4SynchrotronRadiation::PrintInfoDefinition(), G4LowEnergyBremsstrahlung::PrintInfoDefinition(), G4hImpactIonisation::PrintInfoDefinition(), G4ProcessPlacer::PrintProcVec(), G4VEmProcess::PrintWarning(), 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(), RetrievePhysicsTable(), G4VEmProcess::SetCrossSectionBiasingFactor(), SetCrossSectionBiasingFactor(), SetInverseRangeTable(), SetLambdaTable(), G4ProcessTableMessenger::SetNewValue(), G4ProcessTable::SetProcessActivation(), G4ProcessManager::SetProcessOrdering(), G4ProcessManager::SetProcessOrderingToFirst(), G4ProcessManager::SetProcessOrderingToLast(), G4ProcessManager::SetProcessOrderingToSecond(), SetRangeTableForLoss(), SetSecondaryRangeTable(), SetSubLambdaTable(), G4FastSimulationManagerProcess::SetWorldVolume(), G4SteppingVerbose::ShowStep(), GB01BOptrChangeCrossSection::StartRun(), GB05BOptrSplitAndKillByCrossSection::StartRun(), G4ChannelingOptrChangeCrossSection::StartRun(), ExN04SteppingVerbose::StepInfo(), SteppingVerbose::StepInfo(), OpNoviceSteppingVerbose::StepInfo(), FCALSteppingVerbose::StepInfo(), eRositaSteppingVerbose::StepInfo(), XrayFluoSteppingVerbose::StepInfo(), PurgMagSteppingVerbose::StepInfo(), ExN02SteppingVerbose::StepInfo(), RE05SteppingVerbose::StepInfo(), ExP01SteppingVerbose::StepInfo(), F05SteppingVerbose::StepInfo(), G4SteppingVerbose::StepInfo(), F02SteppingVerbose::StepInfo(), F01SteppingVerbose::StepInfo(), F03SteppingVerbose::StepInfo(), G4VMultipleScattering::StorePhysicsTable(), G4VEmProcess::StorePhysicsTable(), StorePhysicsTable(), 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().

G4int G4VProcess::GetProcessSubType ( ) const
inlineinherited
G4ProcessType G4VProcess::GetProcessType ( ) const
inlineinherited
const G4String & G4VProcess::GetProcessTypeName ( G4ProcessType  aType)
staticinherited
G4double G4VEnergyLossProcess::GetRange ( G4double kineticEnergy,
const G4MaterialCutsCouple couple 
)
inline
G4double G4VEnergyLossProcess::GetRangeForLoss ( G4double kineticEnergy,
const G4MaterialCutsCouple couple 
)
inline
G4double G4VEnergyLossProcess::GetScaledRangeForScaledEnergy ( G4double  scaledKinEnergy)
inlineprivate

G4VEnergyLossProcess.hh 파일의 714 번째 라인에서 정의되었습니다.

다음을 참조함 : basedCoupleIndex, computedRange, e, idxRange, lastIdx, minKinEnergy, preStepRangeEnergy.

다음에 의해서 참조됨 : AlongStepGetPhysicalInteractionLength(), GetRange(), GetRangeForLoss().

G4double G4VEnergyLossProcess::GetSubDEDXForScaledEnergy ( G4double  scaledKinEnergy)
inlineprivate

G4VEnergyLossProcess.hh 파일의 683 번째 라인에서 정의되었습니다.

다음을 참조함 : basedCoupleIndex, fFactor, idxDEDXSub, minKinEnergy, x.

다음에 의해서 참조됨 : AlongStepDoIt(), GetDEDXForSubsec().

G4double G4VEnergyLossProcess::GetSubIonisationForScaledEnergy ( G4double  scaledKinEnergy)
inlineprivate

G4VEnergyLossProcess.hh 파일의 704 번째 라인에서 정의되었습니다.

다음을 참조함 : basedCoupleIndex, fFactor, idxIonisationSub, minKinEnergy, x.

G4double G4VProcess::GetTotalNumberOfInteractionLengthTraversed ( ) const
inlineinherited
G4int G4VProcess::GetVerboseLevel ( ) const
inlineinherited
virtual void G4VEnergyLossProcess::InitialiseEnergyLossProcess ( const G4ParticleDefinition ,
const G4ParticleDefinition  
)
protectedpure virtual
G4PhysicsTable * G4VEnergyLossProcess::InverseRangeTable ( ) const
inline
G4PhysicsTable * G4VEnergyLossProcess::IonisationTable ( ) const
inline

G4VEnergyLossProcess.hh 파일의 1024 번째 라인에서 정의되었습니다.

다음을 참조함 : theIonisationTable.

다음에 의해서 참조됨 : BuildPhysicsTable(), G4LossTableManager::CopyTables().

G4PhysicsTable * G4VEnergyLossProcess::IonisationTableForSubsec ( ) const
inline

G4VEnergyLossProcess.hh 파일의 1031 번째 라인에서 정의되었습니다.

다음을 참조함 : theIonisationSubTable.

다음에 의해서 참조됨 : BuildPhysicsTable(), G4LossTableManager::BuildTables().

G4bool G4VProcess::isAlongStepDoItIsEnabled ( ) const
inlineinherited

G4VProcess.hh 파일의 529 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::enableAlongStepDoIt.

다음에 의해서 참조됨 : G4ProcessManager::CheckOrderingParameters().

virtual G4bool G4VEnergyLossProcess::IsApplicable ( const G4ParticleDefinition p)
overridepure virtual
G4bool G4VProcess::isAtRestDoItIsEnabled ( ) const
inlineinherited

G4VProcess.hh 파일의 523 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::enableAtRestDoIt.

다음에 의해서 참조됨 : G4ProcessManager::CheckOrderingParameters().

G4bool G4VEnergyLossProcess::IsIntegral ( ) const
inline

G4VEnergyLossProcess.hh 파일의 954 번째 라인에서 정의되었습니다.

다음을 참조함 : integral.

G4bool G4VEnergyLossProcess::IsIonisationProcess ( ) const
inline
G4bool G4VProcess::isPostStepDoItIsEnabled ( ) const
inlineinherited

G4VProcess.hh 파일의 535 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::enablePostStepDoIt.

다음에 의해서 참조됨 : G4ProcessManager::CheckOrderingParameters().

G4PhysicsVector * G4VEnergyLossProcess::LambdaPhysicsVector ( const G4MaterialCutsCouple ,
G4double  cut 
)
protected

G4VEnergyLossProcess.cc 파일의 2011 번째 라인에서 정의되었습니다.

다음을 참조함 : maxKinEnergy, minKinEnergy, nBins, G4PhysicsVector::SetSpline(), G4EmParameters::Spline(), theParameters.

다음에 의해서 참조됨 : G4ePolarizedIonisation::BuildAsymmetryTables().

G4PhysicsTable * G4VEnergyLossProcess::LambdaTable ( ) const
inline

G4VEnergyLossProcess.hh 파일의 1066 번째 라인에서 정의되었습니다.

다음을 참조함 : theLambdaTable.

다음에 의해서 참조됨 : BuildPhysicsTable(), G4LossTableManager::CopyTables(), G4EmCalculator::FindLambdaTable().

G4double G4VEnergyLossProcess::MaxKinEnergy ( ) const
inline

G4VEnergyLossProcess.hh 파일의 982 번째 라인에서 정의되었습니다.

다음을 참조함 : maxKinEnergy.

G4double G4VEnergyLossProcess::MeanFreePath ( const G4Track track)

G4VEnergyLossProcess.cc 파일의 1968 번째 라인에서 정의되었습니다.

다음을 참조함 : DBL_MAX, DefineMaterial(), G4Track::GetKineticEnergy(), GetLambdaForScaledEnergy(), G4Track::GetMaterialCutsCouple(), massRatio, preStepLambda, x.

다음에 의해서 참조됨 : GetMeanFreePath().

G4double G4VEnergyLossProcess::MinKinEnergy ( ) const
inline

G4VEnergyLossProcess.hh 파일의 975 번째 라인에서 정의되었습니다.

다음을 참조함 : minKinEnergy.

다음에 의해서 참조됨 : G4LDMBremsstrahlung::MinPrimaryEnergy().

G4double G4VEnergyLossProcess::MinPrimaryEnergy ( const G4ParticleDefinition ,
const G4Material ,
G4double  cut 
)
protectedvirtual
G4int G4VEnergyLossProcess::NumberOfModels ( ) const

G4VEnergyLossProcess.cc 파일의 431 번째 라인에서 정의되었습니다.

다음을 참조함 : modelManager, G4EmModelManager::NumberOfModels().

G4int G4VEnergyLossProcess::NumberOfSubCutoffRegions ( ) const
inline

G4VEnergyLossProcess.hh 파일의 968 번째 라인에서 정의되었습니다.

다음을 참조함 : nSCoffRegions.

다음에 의해서 참조됨 : G4LossTableManager::BuildTables().

G4int G4VProcess::operator!= ( const G4VProcess right) const
inherited

G4VProcess.cc 파일의 174 번째 라인에서 정의되었습니다.

G4VEnergyLossProcess& G4VEnergyLossProcess::operator= ( const G4VEnergyLossProcess right)
privatedelete
G4int G4VProcess::operator== ( const G4VProcess right) const
inherited

G4VProcess.cc 파일의 169 번째 라인에서 정의되었습니다.

const G4ParticleDefinition * G4VEnergyLossProcess::Particle ( ) const
inline

G4VEnergyLossProcess.hh 파일의 916 번째 라인에서 정의되었습니다.

다음을 참조함 : particle.

다음에 의해서 참조됨 : G4LossTableManager::BuildPhysicsTable(), G4LossTableManager::LocalPhysicsTables().

G4VParticleChange * G4VEnergyLossProcess::PostStepDoIt ( const G4Track track,
const G4Step step 
)
overridevirtual

G4VContinuousDiscreteProcess(으)로부터 재구현되었습니다.

G4VEnergyLossProcess.cc 파일의 1604 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VParticleChange::AddSecondary(), G4EmBiasingManager::ApplySecondaryBiasing(), biasFactor, biasFlag, biasID, biasManager, currentCouple, currentCoupleIndex, G4VProcess::currentInteractionLength, currentModel, DBL_MAX, fAlive, G4EmBiasingManager::ForcedInteractionRegion(), fParticleChange, fStopAndKill, fStopButAlive, G4UniformRand, G4ProcessManager::GetAtRestProcessVector(), G4Track::GetDynamicParticle(), G4Track::GetGlobalTime(), G4Track::GetKineticEnergy(), GetLambdaForScaledEnergy(), G4VParticleChange::GetLocalEnergyDeposit(), G4VParticleChange::GetParentWeight(), G4Track::GetPosition(), G4Step::GetPostStepPoint(), G4ParticleDefinition::GetProcessManager(), G4ParticleChangeForLoss::GetProposedKineticEnergy(), G4StepPoint::GetSafety(), G4Track::GetTouchableHandle(), G4VParticleChange::GetTrackStatus(), G4ParticleChangeForLoss::InitializeForPostStep(), integral, G4VEmModel::IsActive(), lowestKinEnergy, massRatio, mfpKinEnergy, particle, G4VProcess::pParticleChange, preStepLambda, G4VParticleChange::ProposeLocalEnergyDeposit(), G4VParticleChange::ProposeTrackStatus(), G4VParticleChange::ProposeWeight(), G4VEmModel::SampleSecondaries(), secID, G4EmBiasingManager::SecondaryBiasingRegion(), secParticles, SelectModel(), G4Track::SetCreatorModelIndex(), G4VParticleChange::SetNumberOfSecondaries(), G4Track::SetTouchableHandle(), G4Track::SetWeight(), G4ProcessVector::size(), G4VProcess::theNumberOfInteractionLengthLeft, weight, weightFlag.

G4double G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength ( const G4Track track,
G4double  previousStepSize,
G4ForceCondition condition 
)
overridevirtual
G4double G4VProcess::PostStepGPIL ( const G4Track track,
G4double  previousStepSize,
G4ForceCondition condition 
)
inlineinherited

G4VProcess.hh 파일의 501 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::PostStepGetPhysicalInteractionLength(), G4VProcess::thePILfactor.

다음에 의해서 참조됨 : G4ITStepProcessor::DoDefinePhysicalStepLength().

void G4VEnergyLossProcess::PreparePhysicsTable ( const G4ParticleDefinition part)
overridevirtual

G4VProcess(으)로부터 재구현되었습니다.

G4VEnergyLossProcess.cc 파일의 439 번째 라인에서 정의되었습니다.

다음을 참조함 : actBinning, actIntegral, actLinLossLimit, actLossFluc, actMaxKinEnergy, actMinKinEnergy, baseParticle, biasFlag, biasID, biasManager, G4EmParameters::BuildCSDARange(), chargeSqRatio, Clean(), G4PhysicsTable::clearAndDestroy(), currentCouple, DBL_MAX, G4EmParameters::DefineRegParamForLoss(), fFactor, G4ParticleTable::FindParticle(), fRange, G4cout, G4endl, G4lrint(), G4ProcessManager::GetAlongStepProcessVector(), G4ProductionCutsTable::GetMaterialCutsCouple(), G4EmModelManager::GetModel(), G4Region::GetName(), G4ParticleDefinition::GetParticleName(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetParticleType(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4ParticleDefinition::GetProcessManager(), G4VProcess::GetProcessName(), G4MaterialCutsCouple::GetProductionCuts(), G4ProductionCutsTable::GetProductionCutsTable(), G4LossTableManager::GetTableBuilder(), G4ProductionCutsTable::GetTableSize(), G4VEmModel::HighEnergyLimit(), idxSCoffRegions, G4EmBiasingManager::Initialise(), G4EmModelManager::Initialise(), G4LossTableBuilder::InitialiseBaseMaterials(), InitialiseEnergyLossProcess(), G4EmParameters::Integral(), integral, isIon, isIonisation, G4LossTableManager::IsMaster(), isMaster, G4EmParameters::LambdaFactor(), lambdaFactor, lastIdx, G4EmParameters::LinearLossLimit(), linLossLimit, lManager, G4EmParameters::LossFluctuation(), lossFluctuationFlag, G4EmParameters::LowestElectronEnergy(), lowestKinEnergy, G4EmParameters::LowestMuHadEnergy(), massRatio, G4EmParameters::MaxEnergyForCSDARange(), G4EmParameters::MaxKinEnergy(), maxKinEnergy, maxKinEnergyCSDA, CLHEP::MeV, MeV, mfpKinEnergy, G4EmParameters::MinKinEnergy(), minKinEnergy, G4EmParameters::MinSubRange(), modelManager, n, nBins, nBinsCSDA, nSCoffRegions, G4EmParameters::NumberOfBinsPerDecade(), G4EmModelManager::NumberOfModels(), part, particle, G4PhysicsTableHelper::PreparePhysicsTable(), G4LossTableManager::PreparePhysicsTable(), preStepKinEnergy, preStepLambda, preStepRangeEnergy, reduceFactor, reg, G4PhysicsModelCatalog::Register(), G4LossTableManager::RegisterExtraParticle(), rndmStepFlag, scoffRegions, secID, secondaryParticle, G4VEmModel::SetAngularGeneratorFlag(), G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetMasterThread(), G4VProcess::SetVerboseLevel(), G4ProcessVector::size(), G4EmModelManager::SubCutoff(), G4LossTableManager::SubCutProducer(), subsecID, theCrossSectionMax, theCSDARangeTable, theCuts, theDEDXAtMaxEnergy, theDEDXSubTable, theDEDXTable, theDEDXunRestrictedTable, theEnergyOfCrossSectionMax, theGenericIon, theInverseRangeTable, theIonisationSubTable, theIonisationTable, theLambdaTable, theParameters, theRangeAtMaxEnergy, theRangeTableForLoss, theSubCuts, theSubLambdaTable, G4EmParameters::UseAngularGeneratorForIonisation(), G4EmParameters::UseCutAsFinalRange(), useSubCutoff, G4EmParameters::Verbose(), G4VProcess::verboseLevel, G4EmParameters::WorkerVerbose().

void G4VProcess::PrepareWorkerPhysicsTable ( const G4ParticleDefinition part)
virtualinherited

G4BiasingProcessInterface에서 재구현되었습니다.

G4VProcess.cc 파일의 212 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::PreparePhysicsTable().

다음에 의해서 참조됨 : G4BiasingProcessInterface::PrepareWorkerPhysicsTable().

virtual void G4VEnergyLossProcess::PrintInfo ( )
inlinevirtual

G4MuIonisation, G4hIonisation, G4MuBremsstrahlung, G4eIonisation, G4ePolarizedIonisation, G4mplIonisation, G4hhIonisation, G4alphaIonisation에서 재구현되었습니다.

G4VEnergyLossProcess.hh 파일의 145 번째 라인에서 정의되었습니다.

void G4VEnergyLossProcess::PrintWarning ( G4String  tit,
G4double  val 
)
private
void G4VEnergyLossProcess::ProcessDescription ( std::ostream &  outFile) const
overridevirtual
G4PhysicsTable * G4VEnergyLossProcess::RangeTableForLoss ( ) const
inline
void G4VProcess::ResetNumberOfInteractionLengthLeft ( )
virtualinherited
G4bool G4VEnergyLossProcess::RetrievePhysicsTable ( const G4ParticleDefinition part,
const G4String directory,
G4bool  ascii 
)
overridevirtual
G4bool G4VEnergyLossProcess::RetrieveTable ( const G4ParticleDefinition p,
G4PhysicsTable aTable,
G4bool  ascii,
const G4String directory,
const G4String tname,
G4bool  mandatory 
)
private
G4double G4VEnergyLossProcess::SampleSubCutSecondaries ( std::vector< G4Track * > &  tracks,
const G4Step step,
G4VEmModel model,
G4int  matIdx 
)
G4double G4VEnergyLossProcess::ScaledKinEnergyForLoss ( G4double  range)
inlineprivate

G4VEnergyLossProcess.hh 파일의 751 번째 라인에서 정의되었습니다.

다음을 참조함 : basedCoupleIndex, e, G4PhysicsVector::Energy(), idxInverseRange, minKinEnergy, G4PhysicsVector::Value(), x.

다음에 의해서 참조됨 : AlongStepDoIt(), GetKineticEnergy().

const G4ParticleDefinition * G4VEnergyLossProcess::SecondaryParticle ( ) const
inline

G4VEnergyLossProcess.hh 파일의 931 번째 라인에서 정의되었습니다.

다음을 참조함 : secondaryParticle.

다음에 의해서 참조됨 : G4LossTableManager::CopyTables().

G4PhysicsTable * G4VEnergyLossProcess::SecondaryRangeTable ( ) const
inline

G4VEnergyLossProcess.hh 파일의 1045 번째 라인에서 정의되었습니다.

다음을 참조함 : theSecondaryRangeTable.

다음에 의해서 참조됨 : BuildPhysicsTable().

void G4VEnergyLossProcess::SelectModel ( G4double  kinEnergy)
inlineprotected
G4VEmModel * G4VEnergyLossProcess::SelectModelForMaterial ( G4double  kinEnergy,
size_t &  idx 
) const
inline

G4VEnergyLossProcess.hh 파일의 633 번째 라인에서 정의되었습니다.

다음을 참조함 : modelManager, G4EmModelManager::SelectModel().

다음에 의해서 참조됨 : G4EmCalculator::FindEmModel(), G4ContinuousGainOfEnergy::GetContinuousStepLimit().

void G4VEnergyLossProcess::SetBaseParticle ( const G4ParticleDefinition p)
inline
void G4VEnergyLossProcess::SetCrossSectionBiasingFactor ( G4double  f,
G4bool  flag = true 
)

G4VEnergyLossProcess.cc 파일의 2255 번째 라인에서 정의되었습니다.

다음을 참조함 : biasFactor, f, G4cout, G4endl, G4VProcess::GetProcessName(), G4VProcess::verboseLevel, weightFlag.

다음에 의해서 참조됨 : G4EmParameters::DefineRegParamForLoss().

void G4VEnergyLossProcess::SetCSDARangeTable ( G4PhysicsTable pRange)
void G4VEnergyLossProcess::SetDEDXBinning ( G4int  nbins)
void G4VEnergyLossProcess::SetDEDXTable ( G4PhysicsTable p,
G4EmTableType  tType 
)
void G4VEnergyLossProcess::SetDynamicMassCharge ( G4double  massratio,
G4double  charge2ratio 
)
inline
void G4VEnergyLossProcess::SetEmModel ( G4VEmModel ptr,
G4int  index = 0 
)

G4VEnergyLossProcess.cc 파일의 409 번째 라인에서 정의되었습니다.

다음을 참조함 : emModels.

다음에 의해서 참조됨 : DMXPhysicsList::ConstructEM(), G4EmLowEPPhysics::ConstructProcess(), G4EmLivermorePhysics::ConstructProcess(), G4EmLivermorePolarizedPhysics::ConstructProcess(), G4EmPenelopePhysics::ConstructProcess(), ElectromagneticPhysics::ConstructProcess(), PhysListEmStandardGS::ConstructProcess(), PhysListEmStandardNR::ConstructProcess(), PhysListEmStandardWVI::ConstructProcess(), PhysListEmStandard_WVI::ConstructProcess(), PhysListEmStandard_GS::ConstructProcess(), PhysListEmStandard_SS::ConstructProcess(), PhysListEmStandard_option0::ConstructProcess(), PhysListEmStandard_option3::ConstructProcess(), PhysListEm19DStandard::ConstructProcess(), GammaRayTelEMlowePhysics::ConstructProcess(), G4EmStandardPhysics_option3::ConstructProcess(), G4EmStandardPhysics_option4_channeling::ConstructProcess(), G4EmStandardPhysics_option4::ConstructProcess(), G4EmStandardPhysics_option2::ConstructProcess(), G4LDMBremsstrahlung::InitialiseEnergyLossProcess(), G4hPairProduction::InitialiseEnergyLossProcess(), G4hBremsstrahlung::InitialiseEnergyLossProcess(), G4alphaIonisation::InitialiseEnergyLossProcess(), G4ePolarizedIonisation::InitialiseEnergyLossProcess(), G4ePairProduction::InitialiseEnergyLossProcess(), G4hhIonisation::InitialiseEnergyLossProcess(), G4mplIonisation::InitialiseEnergyLossProcess(), G4MuPairProduction::InitialiseEnergyLossProcess(), G4eIonisation::InitialiseEnergyLossProcess(), G4eBremsstrahlung::InitialiseEnergyLossProcess(), G4MuBremsstrahlung::InitialiseEnergyLossProcess(), G4ionIonisation::InitialiseEnergyLossProcess(), G4MuIonisation::InitialiseEnergyLossProcess(), G4hIonisation::InitialiseEnergyLossProcess().

void G4VEnergyLossProcess::SetFluctModel ( G4VEmFluctuationModel p)
inline
void G4VContinuousDiscreteProcess::SetGPILSelection ( G4GPILSelection  selection)
inlineprotectedinherited

G4VContinuousDiscreteProcess.hh 파일의 125 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VContinuousDiscreteProcess::valueGPILSelection.

void G4VEnergyLossProcess::SetIntegral ( G4bool  val)
inline

G4VEnergyLossProcess.hh 파일의 946 번째 라인에서 정의되었습니다.

다음을 참조함 : actIntegral, integral.

void G4VEnergyLossProcess::SetInverseRangeTable ( G4PhysicsTable p)
void G4VEnergyLossProcess::SetIonisation ( G4bool  val)
void G4VEnergyLossProcess::SetLambdaTable ( G4PhysicsTable p)
void G4VEnergyLossProcess::SetLinearLossLimit ( G4double  val)

G4VEnergyLossProcess.cc 파일의 2327 번째 라인에서 정의되었습니다.

다음을 참조함 : actLinLossLimit, linLossLimit, PrintWarning().

다음에 의해서 참조됨 : G4alphaIonisation::G4alphaIonisation(), G4ionIonisation::G4ionIonisation().

void G4VEnergyLossProcess::SetLossFluctuations ( G4bool  val)
inline

G4VEnergyLossProcess.hh 파일의 938 번째 라인에서 정의되었습니다.

다음을 참조함 : actLossFluc, lossFluctuationFlag.

다음에 의해서 참조됨 : G4AdjointPhysicsList::ConstructEM(), G4AdjointPhysicsList::SetLossFluctuationFlag().

void G4VEnergyLossProcess::SetLowestEnergyLimit ( G4double  val)

G4VEnergyLossProcess.cc 파일의 2354 번째 라인에서 정의되었습니다.

다음을 참조함 : e, lowestKinEnergy, PrintWarning().

void G4VProcess::SetMasterProcess ( G4VProcess masterP)
virtualinherited

G4BiasingProcessInterface, G4WrapperProcess에서 재구현되었습니다.

G4VProcess.cc 파일의 217 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::masterProcessShadow.

다음에 의해서 참조됨 : G4WrapperProcess::SetMasterProcess(), G4BiasingProcessInterface::SetMasterProcess().

void G4VEnergyLossProcess::SetMaxKinEnergy ( G4double  e)
void G4VEnergyLossProcess::SetMinKinEnergy ( G4double  e)
void G4VEnergyLossProcess::SetParticle ( const G4ParticleDefinition p)
inlineprotected

G4VEnergyLossProcess.hh 파일의 893 번째 라인에서 정의되었습니다.

다음을 참조함 : particle.

void G4VProcess::SetPILfactor ( G4double  value)
inlineinherited

G4VProcess.hh 파일의 470 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::thePILfactor.

다음에 의해서 참조됨 : export_G4VProcess().

void G4VProcess::SetProcessManager ( const G4ProcessManager procMan)
inlinevirtualinherited

G4BiasingProcessInterface, G4WrapperProcess, G4ParallelGeometriesLimiterProcess에서 재구현되었습니다.

G4VProcess.hh 파일의 511 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::aProcessManager.

다음에 의해서 참조됨 : G4ProcessManager::AddProcess(), G4WrapperProcess::SetProcessManager(), G4BiasingProcessInterface::SetProcessManager().

void G4VProcess::SetProcessSubType ( G4int  value)
inlineinherited

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().

void G4VProcess::SetProcessType ( G4ProcessType  aType)
inlineinherited

G4VProcess.hh 파일의 423 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VProcess::theProcessType.

다음에 의해서 참조됨 : DMXMaxTimeCuts::DMXMaxTimeCuts(), DMXMinEkineCuts::DMXMinEkineCuts(), G4MaxTimeCuts::G4MaxTimeCuts(), G4MinEkineCuts::G4MinEkineCuts().

void G4VEnergyLossProcess::SetRangeTableForLoss ( G4PhysicsTable p)
void G4VEnergyLossProcess::SetSecondaryParticle ( const G4ParticleDefinition p)
inlineprotected
void G4VEnergyLossProcess::SetSecondaryRangeTable ( G4PhysicsTable p)
void G4VEnergyLossProcess::SetStepFunction ( G4double  v1,
G4double  v2,
G4bool  lock = true 
)

G4VEnergyLossProcess.cc 파일의 2338 번째 라인에서 정의되었습니다.

다음을 참조함 : actStepFunc, dRoverRange, e, finalRange, G4INCL::Math::min(), PrintWarning().

다음에 의해서 참조됨 : DMXPhysicsList::ConstructEM(), G4EmDNAPhysics_option3::ConstructProcess(), G4EmDNAPhysics_stationary_option2::ConstructProcess(), G4EmDNAPhysics_stationary_option4::ConstructProcess(), G4EmDNAPhysics_stationary::ConstructProcess(), G4EmDNAPhysics_stationary_option6::ConstructProcess(), G4EmLowEPPhysics::ConstructProcess(), G4EmDNAPhysics_option2::ConstructProcess(), G4EmDNAPhysics_option7::ConstructProcess(), G4EmPenelopePhysics::ConstructProcess(), G4EmDNAPhysics::ConstructProcess(), G4EmDNAPhysics_option4::ConstructProcess(), G4EmDNAPhysics_option1::ConstructProcess(), G4EmDNAPhysics_option5::ConstructProcess(), G4EmLivermorePhysics::ConstructProcess(), G4EmLivermorePolarizedPhysics::ConstructProcess(), PhysListEmStandardNR::ConstructProcess(), G4EmDNAPhysics_option6::ConstructProcess(), PhysListEmStandard_option3::ConstructProcess(), PhysListEm5DStandard::ConstructProcess(), PhysListEm19DStandard::ConstructProcess(), G4EmStandardPhysics_option4_channeling::ConstructProcess(), G4EmStandardPhysics_option3::ConstructProcess(), G4EmStandardPhysics_option4::ConstructProcess(), G4EmStandardPhysics_option1::ConstructProcess(), G4EmStandardPhysics_option2::ConstructProcess(), G4EmParameters::DefineRegParamForLoss(), G4hhIonisation::G4hhIonisation(), G4mplIonisation::G4mplIonisation().

void G4VEnergyLossProcess::SetSubLambdaTable ( G4PhysicsTable p)
void G4VProcess::SetVerboseLevel ( G4int  value)
inlineinherited
void G4VEnergyLossProcess::StartTracking ( G4Track track)
overridevirtual
G4bool G4VEnergyLossProcess::StorePhysicsTable ( const G4ParticleDefinition part,
const G4String directory,
G4bool  ascii = false 
)
overridevirtual
G4bool G4VEnergyLossProcess::StoreTable ( const G4ParticleDefinition p,
G4PhysicsTable aTable,
G4bool  ascii,
const G4String directory,
const G4String tname 
)
private

G4VEnergyLossProcess.cc 파일의 1868 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cout, G4endl, G4VProcess::GetPhysicsTableFileName(), G4PhysicsTable::StorePhysicsTable().

다음에 의해서 참조됨 : StorePhysicsTable().

void G4VEnergyLossProcess::StreamInfo ( std::ostream &  out,
const G4ParticleDefinition part,
G4String  endOfLine = G4String("\n") 
) const
private
virtual void G4VEnergyLossProcess::StreamProcessInfo ( std::ostream &  ,
G4String   
) const
inlineprotectedvirtual

G4ionIonisation, G4eBremsstrahlung, G4MuPairProduction, G4ePairProduction에서 재구현되었습니다.

G4VEnergyLossProcess.hh 파일의 151 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : StreamInfo().

G4PhysicsTable * G4VEnergyLossProcess::SubLambdaTable ( ) const
inline

G4VEnergyLossProcess.hh 파일의 1073 번째 라인에서 정의되었습니다.

다음을 참조함 : theSubLambdaTable.

다음에 의해서 참조됨 : BuildPhysicsTable(), G4LossTableManager::CopyTables().

void G4VProcess::SubtractNumberOfInteractionLengthLeft ( G4double  previousStepSize)
inlineprotectedinherited
G4bool G4VEnergyLossProcess::TablesAreBuilt ( ) const
inline

G4VEnergyLossProcess.hh 파일의 996 번째 라인에서 정의되었습니다.

다음을 참조함 : tablesAreBuilt.

void G4VEnergyLossProcess::UpdateEmModel ( const G4String nam,
G4double  emin,
G4double  emax 
)

G4VEnergyLossProcess.cc 파일의 401 번째 라인에서 정의되었습니다.

다음을 참조함 : modelManager, G4EmModelManager::UpdateEmModel().

멤버 데이타 문서화

G4bool G4VEnergyLossProcess::actBinning
private

G4VEnergyLossProcess.hh 파일의 572 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PreparePhysicsTable(), SetDEDXBinning().

G4bool G4VEnergyLossProcess::actIntegral
private

G4VEnergyLossProcess.hh 파일의 568 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PreparePhysicsTable(), SetIntegral().

G4bool G4VEnergyLossProcess::actLinLossLimit
private

G4VEnergyLossProcess.hh 파일의 570 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PreparePhysicsTable(), SetLinearLossLimit().

G4bool G4VEnergyLossProcess::actLossFluc
private

G4VEnergyLossProcess.hh 파일의 571 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PreparePhysicsTable(), SetLossFluctuations().

G4bool G4VEnergyLossProcess::actMaxKinEnergy
private

G4VEnergyLossProcess.hh 파일의 574 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PreparePhysicsTable(), SetMaxKinEnergy().

G4bool G4VEnergyLossProcess::actMinKinEnergy
private

G4VEnergyLossProcess.hh 파일의 573 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PreparePhysicsTable(), SetMinKinEnergy().

G4bool G4VEnergyLossProcess::actStepFunc
private

G4VEnergyLossProcess.hh 파일의 569 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), SetStepFunction().

G4GPILSelection G4VEnergyLossProcess::aGPILSelection
private

G4VEnergyLossProcess.hh 파일의 609 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepGetPhysicalInteractionLength(), G4VEnergyLossProcess(), SetIonisation().

G4ParticleChange G4VProcess::aParticleChange
protectedinherited

G4VProcess.hh 파일의 289 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4ErrorEnergyLoss::AlongStepDoIt(), G4ContinuousGainOfEnergy::AlongStepDoIt(), G4eLowEnergyLoss::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(), G4UCNAbsorption::PostStepDoIt(), G4UCNLoss::PostStepDoIt(), G4UCNMultiScattering::PostStepDoIt(), G4GammaConversionToMuons::PostStepDoIt(), G4OpAbsorption::PostStepDoIt(), G4OpRayleigh::PostStepDoIt(), G4UCNBoundaryProcess::PostStepDoIt(), G4OpWLS::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4Scintillation::PostStepDoIt(), G4hImpactIonisation::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt().

const G4ProcessManager* G4VProcess::aProcessManager
protectedinherited

G4VProcess.hh 파일의 280 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VProcess::GetProcessManager(), G4VProcess::SetProcessManager().

G4VAtomDeexcitation* G4VEnergyLossProcess::atomDeexcitation
private

G4VEnergyLossProcess.hh 파일의 496 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), BuildPhysicsTable(), G4VEnergyLossProcess().

size_t G4VEnergyLossProcess::basedCoupleIndex
private
const G4ParticleDefinition* G4VEnergyLossProcess::baseParticle
private
G4double G4VEnergyLossProcess::biasFactor
private
G4bool G4VEnergyLossProcess::biasFlag
private

G4VEnergyLossProcess.hh 파일의 565 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PostStepDoIt(), PostStepGetPhysicalInteractionLength(), PreparePhysicsTable(), StartTracking().

G4int G4VEnergyLossProcess::biasID
private

G4VEnergyLossProcess.hh 파일의 613 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : FillSecondariesAlongStep(), G4VEnergyLossProcess(), PostStepDoIt(), PreparePhysicsTable().

G4EmBiasingManager* G4VEnergyLossProcess::biasManager
private
G4double G4VEnergyLossProcess::chargeSqRatio
private
G4double G4VEnergyLossProcess::computedRange
private

G4VEnergyLossProcess.hh 파일의 603 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), GetScaledRangeForScaledEnergy().

const G4MaterialCutsCouple* G4VEnergyLossProcess::currentCouple
private

G4VEnergyLossProcess.hh 파일의 591 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), AlongStepGetPhysicalInteractionLength(), DefineMaterial(), PostStepDoIt(), PreparePhysicsTable(), SelectModel().

size_t G4VEnergyLossProcess::currentCoupleIndex
private
G4double G4VProcess::currentInteractionLength
protectedinherited
const G4Material* G4VEnergyLossProcess::currentMaterial
private
G4VEmModel* G4VEnergyLossProcess::currentModel
private
G4double G4VEnergyLossProcess::dRoverRange
private

G4VEnergyLossProcess.hh 파일의 552 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepGetPhysicalInteractionLength(), G4VEnergyLossProcess(), SetStepFunction(), StreamInfo().

std::vector<G4VEmModel*> G4VEnergyLossProcess::emModels
private

G4VEnergyLossProcess.hh 파일의 494 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : EmModel(), SetEmModel().

G4bool G4VProcess::enableAlongStepDoIt
protectedinherited
G4bool G4VProcess::enableAtRestDoIt
protectedinherited
G4bool G4VProcess::enablePostStepDoIt
protectedinherited
G4double G4VEnergyLossProcess::fFactor
private
G4double G4VEnergyLossProcess::finalRange
private

G4VEnergyLossProcess.hh 파일의 553 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepGetPhysicalInteractionLength(), G4VEnergyLossProcess(), SetStepFunction(), StreamInfo().

G4VEmFluctuationModel* G4VEnergyLossProcess::fluctModel
private

G4VEnergyLossProcess.hh 파일의 495 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : FluctModel(), G4VEnergyLossProcess(), SetFluctModel().

G4ParticleChangeForLoss G4VEnergyLossProcess::fParticleChange
protected

G4VEnergyLossProcess.hh 파일의 578 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), FillSecondariesAlongStep(), G4VEnergyLossProcess(), PostStepDoIt().

G4double G4VEnergyLossProcess::fRange
private

G4VEnergyLossProcess.hh 파일의 602 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), AlongStepGetPhysicalInteractionLength(), G4VEnergyLossProcess(), GetRange(), PreparePhysicsTable().

size_t G4VEnergyLossProcess::idxCSDA
private

G4VEnergyLossProcess.hh 파일의 524 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), G4VEnergyLossProcess(), GetLimitScaledRangeForScaledEnergy(), SetCSDARangeTable().

size_t G4VEnergyLossProcess::idxDEDX
private

G4VEnergyLossProcess.hh 파일의 518 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), G4VEnergyLossProcess(), GetDEDXForScaledEnergy().

size_t G4VEnergyLossProcess::idxDEDXSub
private

G4VEnergyLossProcess.hh 파일의 519 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), G4VEnergyLossProcess(), GetSubDEDXForScaledEnergy().

size_t G4VEnergyLossProcess::idxDEDXunRestricted
private

G4VEnergyLossProcess.hh 파일의 520 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), G4VEnergyLossProcess(), SetDEDXTable().

size_t G4VEnergyLossProcess::idxInverseRange
private

G4VEnergyLossProcess.hh 파일의 526 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), G4VEnergyLossProcess(), ScaledKinEnergyForLoss().

size_t G4VEnergyLossProcess::idxIonisation
private

G4VEnergyLossProcess.hh 파일의 521 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), G4VEnergyLossProcess(), GetIonisationForScaledEnergy().

size_t G4VEnergyLossProcess::idxIonisationSub
private

G4VEnergyLossProcess.hh 파일의 522 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), G4VEnergyLossProcess(), GetSubIonisationForScaledEnergy().

size_t G4VEnergyLossProcess::idxLambda
private

G4VEnergyLossProcess.hh 파일의 527 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), DefineMaterial(), G4VEnergyLossProcess(), GetLambdaForScaledEnergy().

size_t G4VEnergyLossProcess::idxRange
private

G4VEnergyLossProcess.hh 파일의 523 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), G4VEnergyLossProcess(), GetScaledRangeForScaledEnergy().

G4bool* G4VEnergyLossProcess::idxSCoffRegions
private

G4VEnergyLossProcess.hh 파일의 500 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), Clean(), PreparePhysicsTable().

size_t G4VEnergyLossProcess::idxSecRange
private

G4VEnergyLossProcess.hh 파일의 525 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), G4VEnergyLossProcess().

size_t G4VEnergyLossProcess::idxSubLambda
private

G4VEnergyLossProcess.hh 파일의 528 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : Clean(), DefineMaterial(), G4VEnergyLossProcess(), SampleSubCutSecondaries().

G4bool G4VEnergyLossProcess::integral
private

G4VEnergyLossProcess.hh 파일의 560 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : IsIntegral(), PostStepDoIt(), PostStepGetPhysicalInteractionLength(), PreparePhysicsTable(), SetIntegral(), StreamInfo().

G4bool G4VEnergyLossProcess::isIon
private

G4VEnergyLossProcess.hh 파일의 561 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), BuildPhysicsTable(), PostStepGetPhysicalInteractionLength(), PreparePhysicsTable(), StartTracking().

G4bool G4VEnergyLossProcess::isIonisation
private
G4bool G4VEnergyLossProcess::isMaster
private
G4double G4VEnergyLossProcess::lambdaFactor
private

G4VEnergyLossProcess.hh 파일의 554 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeLambdaForScaledEnergy(), G4VEnergyLossProcess(), PreparePhysicsTable().

size_t G4VEnergyLossProcess::lastIdx
private

G4VEnergyLossProcess.hh 파일의 594 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), GetScaledRangeForScaledEnergy(), PreparePhysicsTable().

G4double G4VEnergyLossProcess::linLossLimit
private

G4VEnergyLossProcess.hh 파일의 551 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), G4VEnergyLossProcess(), PreparePhysicsTable(), SetLinearLossLimit(), StreamInfo().

G4LossTableManager* G4VEnergyLossProcess::lManager
private
G4bool G4VEnergyLossProcess::lossFluctuationFlag
private

G4VEnergyLossProcess.hh 파일의 557 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), PreparePhysicsTable(), SetLossFluctuations(), StreamInfo().

G4double G4VEnergyLossProcess::lowestKinEnergy
private

G4VEnergyLossProcess.hh 파일의 546 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), G4VEnergyLossProcess(), PostStepDoIt(), PreparePhysicsTable(), SetLowestEnergyLimit().

G4double G4VEnergyLossProcess::massRatio
private
G4double G4VEnergyLossProcess::maxKinEnergy
private
G4double G4VEnergyLossProcess::maxKinEnergyCSDA
private
G4double G4VEnergyLossProcess::mfpKinEnergy
private
G4double G4VEnergyLossProcess::minKinEnergy
private
G4EmModelManager* G4VEnergyLossProcess::modelManager
private
G4int G4VEnergyLossProcess::nBins
private
G4int G4VEnergyLossProcess::nBinsCSDA
private

G4VEnergyLossProcess.hh 파일의 544 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildDEDXTable(), G4VEnergyLossProcess(), PreparePhysicsTable(), StreamInfo().

G4int G4VEnergyLossProcess::nProcesses
private

G4VEnergyLossProcess.hh 파일의 503 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AddCollaborativeProcess(), Clean().

G4int G4VEnergyLossProcess::nSCoffRegions
private

G4VEnergyLossProcess.hh 파일의 499 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ActivateSubCutoff(), BuildPhysicsTable(), NumberOfSubCutoffRegions(), PreparePhysicsTable(), RetrievePhysicsTable(), StreamInfo().

const G4ParticleDefinition* G4VEnergyLossProcess::particle
private
G4VParticleChange* G4VProcess::pParticleChange
protectedinherited

G4VProcess.hh 파일의 283 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VMultipleScattering::AddEmModel(), G4VEmProcess::AddEmModel(), 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(), 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(), G4VMultipleScattering::G4VMultipleScattering(), G4VProcess::G4VProcess(), G4VXTRenergyLoss::G4VXTRenergyLoss(), G4WeightCutOffProcess::G4WeightCutOffProcess(), G4WeightWindowProcess::G4WeightWindowProcess(), G4VITDiscreteProcess::PostStepDoIt(), G4VTransitionRadiation::PostStepDoIt(), G4VContinuousDiscreteProcess::PostStepDoIt(), G4VRestDiscreteProcess::PostStepDoIt(), G4VRestContinuousDiscreteProcess::PostStepDoIt(), G4VDiscreteProcess::PostStepDoIt(), G4VITRestDiscreteProcess::PostStepDoIt(), G4ElectronCapture::PostStepDoIt(), G4LowECapture::PostStepDoIt(), G4NeutronKiller::PostStepDoIt(), G4ParallelWorldProcess::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4ScoreSplittingProcess::PostStepDoIt(), G4ParallelWorldScoringProcess::PostStepDoIt(), G4VEmProcess::PostStepDoIt(), PostStepDoIt(), G4ScreenedNuclearRecoil::PostStepDoIt().

G4double G4VEnergyLossProcess::preStepKinEnergy
private

G4VEnergyLossProcess.hh 파일의 604 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), G4VEnergyLossProcess(), PostStepGetPhysicalInteractionLength(), PreparePhysicsTable().

G4double G4VEnergyLossProcess::preStepLambda
private
G4double G4VEnergyLossProcess::preStepRangeEnergy
private

G4VEnergyLossProcess.hh 파일의 606 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), GetScaledRangeForScaledEnergy(), PreparePhysicsTable(), StartTracking().

G4double G4VEnergyLossProcess::preStepScaledEnergy
private

G4VEnergyLossProcess.hh 파일의 605 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), AlongStepGetPhysicalInteractionLength(), G4VEnergyLossProcess(), PostStepGetPhysicalInteractionLength().

G4double G4VEnergyLossProcess::reduceFactor
private
G4bool G4VEnergyLossProcess::rndmStepFlag
private

G4VEnergyLossProcess.hh 파일의 558 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepGetPhysicalInteractionLength(), PreparePhysicsTable().

G4SafetyHelper* G4VEnergyLossProcess::safetyHelper
private

G4VEnergyLossProcess.hh 파일의 483 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), BuildPhysicsTable(), G4VEnergyLossProcess().

std::vector<const G4Region*> G4VEnergyLossProcess::scoffRegions
private

G4VEnergyLossProcess.hh 파일의 498 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ActivateSubCutoff(), PreparePhysicsTable().

std::vector<G4VEnergyLossProcess*> G4VEnergyLossProcess::scProcesses
private

G4VEnergyLossProcess.hh 파일의 502 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AddCollaborativeProcess(), Clean().

std::vector<G4Track*> G4VEnergyLossProcess::scTracks
private

G4VEnergyLossProcess.hh 파일의 585 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), FillSecondariesAlongStep(), G4VEnergyLossProcess().

G4int G4VEnergyLossProcess::secID
private

G4VEnergyLossProcess.hh 파일의 611 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PostStepDoIt(), PreparePhysicsTable().

const G4ParticleDefinition* G4VEnergyLossProcess::secondaryParticle
private

G4VEnergyLossProcess.hh 파일의 486 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ActivateSecondaryBiasing(), PreparePhysicsTable(), SecondaryParticle(), SetSecondaryParticle().

std::vector<G4DynamicParticle*> G4VEnergyLossProcess::secParticles
private

G4VEnergyLossProcess.hh 파일의 584 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PostStepDoIt(), SampleSubCutSecondaries().

G4VSubCutProducer* G4VEnergyLossProcess::subcutProducer
private

G4VEnergyLossProcess.hh 파일의 497 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), BuildPhysicsTable(), G4VEnergyLossProcess().

G4int G4VEnergyLossProcess::subsecID
private

G4VEnergyLossProcess.hh 파일의 612 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PreparePhysicsTable(), SampleSubCutSecondaries().

G4bool G4VEnergyLossProcess::tablesAreBuilt
private

G4VEnergyLossProcess.hh 파일의 559 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildPhysicsTable(), Clean(), RetrievePhysicsTable(), SetLambdaTable(), TablesAreBuilt().

std::vector<G4double> G4VEnergyLossProcess::theCrossSectionMax
private

G4VEnergyLossProcess.hh 파일의 533 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeLambdaForScaledEnergy(), PreparePhysicsTable(), SetLambdaTable().

G4PhysicsTable* G4VEnergyLossProcess::theCSDARangeTable
private
const G4DataVector* G4VEnergyLossProcess::theCuts
private

G4VEnergyLossProcess.hh 파일의 538 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CrossSectionPerVolume(), G4VEnergyLossProcess(), GetDEDXDispersion(), PreparePhysicsTable().

std::vector<G4double> G4VEnergyLossProcess::theDEDXAtMaxEnergy
private

G4VEnergyLossProcess.hh 파일의 530 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetLimitScaledRangeForScaledEnergy(), PreparePhysicsTable(), SetDEDXTable().

G4PhysicsTable* G4VEnergyLossProcess::theDEDXSubTable
private
G4PhysicsTable* G4VEnergyLossProcess::theDEDXTable
private
G4PhysicsTable* G4VEnergyLossProcess::theDEDXunRestrictedTable
private
const std::vector<G4double>* G4VEnergyLossProcess::theDensityFactor
private

G4VEnergyLossProcess.hh 파일의 535 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildLambdaTable(), BuildPhysicsTable(), SetDEDXTable(), SetLambdaTable().

const std::vector<G4int>* G4VEnergyLossProcess::theDensityIdx
private

G4VEnergyLossProcess.hh 파일의 536 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildLambdaTable(), BuildPhysicsTable(), SetDEDXTable(), SetLambdaTable().

const G4ParticleDefinition* G4VEnergyLossProcess::theElectron
private

G4VEnergyLossProcess.hh 파일의 487 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess().

std::vector<G4double> G4VEnergyLossProcess::theEnergyOfCrossSectionMax
private

G4VEnergyLossProcess.hh 파일의 532 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeLambdaForScaledEnergy(), PreparePhysicsTable(), SetLambdaTable().

const G4ParticleDefinition* G4VEnergyLossProcess::theGamma
private

G4VEnergyLossProcess.hh 파일의 489 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess().

const G4ParticleDefinition* G4VEnergyLossProcess::theGenericIon
private

G4VEnergyLossProcess.hh 파일의 490 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PreparePhysicsTable(), StartTracking().

G4double G4VProcess::theInitialNumberOfInteractionLength
protectedinherited
G4PhysicsTable* G4VEnergyLossProcess::theInverseRangeTable
private
G4PhysicsTable* G4VEnergyLossProcess::theIonisationSubTable
private
G4PhysicsTable* G4VEnergyLossProcess::theIonisationTable
private

G4VEnergyLossProcess.hh 파일의 509 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : IonisationTable(), PreparePhysicsTable(), SetDEDXTable(), StorePhysicsTable(), ~G4VEnergyLossProcess().

G4PhysicsTable* G4VEnergyLossProcess::theLambdaTable
private
G4double G4VProcess::theNumberOfInteractionLengthLeft
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(), PostStepDoIt(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4eplusPolarizedAnnihilation::PostStepGetPhysicalInteractionLength(), G4AdjointForcedInteractionForGamma::PostStepGetPhysicalInteractionLength(), G4ePolarizedIonisation::PostStepGetPhysicalInteractionLength(), G4PolarizedCompton::PostStepGetPhysicalInteractionLength(), G4Decay::PostStepGetPhysicalInteractionLength(), G4VEmProcess::PostStepGetPhysicalInteractionLength(), PostStepGetPhysicalInteractionLength(), G4VProcess::ResetNumberOfInteractionLengthLeft(), G4VEmProcess::StartTracking(), StartTracking(), G4VProcess::StartTracking(), G4VProcess::SubtractNumberOfInteractionLengthLeft().

G4EmParameters* G4VEnergyLossProcess::theParameters
private

G4VEnergyLossProcess.hh 파일의 484 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BuildDEDXTable(), BuildLambdaTable(), G4VEnergyLossProcess(), LambdaPhysicsVector(), PreparePhysicsTable(), RetrieveTable(), StreamInfo().

G4String G4VProcess::thePhysicsTableFileName
protectedinherited

G4VProcess.hh 파일의 338 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VProcess::GetPhysicsTableFileName().

G4double G4VProcess::thePILfactor
protectedinherited

G4VProcess.hh 파일의 346 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VProcess::AtRestGPIL(), G4VProcess::GetPILfactor(), G4VProcess::PostStepGPIL(), G4VProcess::SetPILfactor().

const G4ParticleDefinition* G4VEnergyLossProcess::thePositron
private

G4VEnergyLossProcess.hh 파일의 488 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), SampleSubCutSecondaries().

G4String G4VProcess::theProcessName
protectedinherited
G4int G4VProcess::theProcessSubType
protectedinherited

G4VProcess.hh 파일의 343 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VProcess::DumpInfo(), G4MuonicAtomDecay::G4MuonicAtomDecay(), G4VProcess::GetProcessSubType(), G4VProcess::SetProcessSubType().

G4ProcessType G4VProcess::theProcessType
protectedinherited
std::vector<G4double> G4VEnergyLossProcess::theRangeAtMaxEnergy
private

G4VEnergyLossProcess.hh 파일의 531 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetLimitScaledRangeForScaledEnergy(), PreparePhysicsTable(), SetCSDARangeTable().

G4PhysicsTable* G4VEnergyLossProcess::theRangeTableForLoss
private
G4PhysicsTable* G4VEnergyLossProcess::theSecondaryRangeTable
private

G4VEnergyLossProcess.hh 파일의 513 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : SecondaryRangeTable(), SetSecondaryRangeTable().

const G4DataVector* G4VEnergyLossProcess::theSubCuts
private

G4VEnergyLossProcess.hh 파일의 539 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEnergyLossProcess(), PreparePhysicsTable().

G4PhysicsTable* G4VEnergyLossProcess::theSubLambdaTable
private
G4bool G4VEnergyLossProcess::useDeexcitation
private

G4VEnergyLossProcess.hh 파일의 564 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), BuildPhysicsTable().

G4bool G4VEnergyLossProcess::useSubCutoff
private

G4VEnergyLossProcess.hh 파일의 563 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AlongStepDoIt(), PreparePhysicsTable().

G4int G4VProcess::verboseLevel
protectedinherited

G4VProcess.hh 파일의 371 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEmProcess::ActivateForcedInteraction(), ActivateForcedInteraction(), G4VEmProcess::ActivateSecondaryBiasing(), ActivateSecondaryBiasing(), 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(), G4eLowEnergyLoss::BuildDEDXTable(), BuildDEDXTable(), G4VXTRenergyLoss::BuildEnergyTable(), G4VXTRenergyLoss::BuildGlobalAngleTable(), 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(), 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(), G4UCNAbsorption::PostStepDoIt(), G4UCNLoss::PostStepDoIt(), G4UCNMultiScattering::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(), PostStepGetPhysicalInteractionLength(), G4VMultipleScattering::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), PreparePhysicsTable(), G4hImpactIonisation::ProtonParametrisedDEDX(), G4UCNBoundaryProcess::Reflect(), G4CoupledTransportation::ReportInexactEnergy(), G4VEmProcess::RetrievePhysicsTable(), RetrievePhysicsTable(), RetrieveTable(), G4VEmProcess::SetCrossSectionBiasingFactor(), SetCrossSectionBiasingFactor(), SetInverseRangeTable(), G4LowECapture::SetKinEnergyLimit(), G4ElectronCapture::SetKinEnergyLimit(), G4NeutronKiller::SetKinEnergyLimit(), SetLambdaTable(), SetRangeTableForLoss(), SetSecondaryRangeTable(), SetSubLambdaTable(), G4NeutronKiller::SetTimeLimit(), G4VProcess::SetVerboseLevel(), G4FastSimulationManagerProcess::SetWorldVolume(), G4XTRRegularRadModel::SpectralXTRdEdx(), G4RegularXTRadiator::SpectralXTRdEdx(), G4TransparentRegXTRadiator::SpectralXTRdEdx(), G4CoupledTransportation::StartTracking(), G4VProcess::StartTracking(), G4VMultipleScattering::StorePhysicsTable(), StorePhysicsTable(), StreamInfo(), G4VMultipleScattering::StreamInfo(), G4VEmProcess::StreamInfo(), G4VITProcess::SubtractNumberOfInteractionLengthLeft(), G4VProcess::SubtractNumberOfInteractionLengthLeft(), WLSStepMax::WLSStepMax(), XrayTelStepCut::XrayTelStepCut(), G4CoupledTransportation::~G4CoupledTransportation(), G4MonopoleTransportation::~G4MonopoleTransportation(), G4Transportation::~G4Transportation().

G4bool G4VEnergyLossProcess::weightFlag
private

G4VEnergyLossProcess.hh 파일의 566 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ActivateForcedInteraction(), AlongStepDoIt(), G4VEnergyLossProcess(), PostStepDoIt(), SetCrossSectionBiasingFactor().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: