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

#include <G4VEmProcess.hh>

G4VEmProcess에 대한 상속 다이어그램 :
G4VDiscreteProcess G4VProcess G4ComptonScattering G4CoulombScattering G4DNAAttachment G4DNAChargeDecrease G4DNAChargeIncrease G4DNADissociation G4DNAElastic G4DNAElectronSolvation G4DNAExcitation G4DNAIonisation G4DNAPositronium G4DNARotExcitation G4DNAVibExcitation G4eeToHadrons G4eplusAnnihilation G4GammaConversion G4MicroElecElastic G4MicroElecInelastic G4MuElecElastic G4MuElecInelastic G4NuclearStopping G4PhotoElectricEffect G4PolarizedCompton G4PolarizedGammaConversion G4PolarizedPhotoElectricEffect G4RayleighScattering StepMax StepMax StepMax StepMax

Public 멤버 함수

 G4VEmProcess (const G4String &name, G4ProcessType type=fElectromagnetic)
 
virtual ~G4VEmProcess ()
 
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
 
virtual void StartTracking (G4Track *) override
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) override
 
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 CrossSectionPerVolume (G4double kineticEnergy, const G4MaterialCutsCouple *couple)
 
G4double ComputeCrossSectionPerAtom (G4double kineticEnergy, G4double Z, G4double A=0., G4double cut=0.0)
 
G4double MeanFreePath (const G4Track &track)
 
G4double GetLambda (G4double &kinEnergy, const G4MaterialCutsCouple *couple)
 
void SetLambdaBinning (G4int nbins)
 
void SetMinKinEnergy (G4double e)
 
void SetMinKinEnergyPrim (G4double e)
 
void SetMaxKinEnergy (G4double e)
 
G4PhysicsTableLambdaTable () const
 
G4PhysicsTableLambdaTablePrim () const
 
const G4ParticleDefinitionParticle () const
 
const G4ParticleDefinitionSecondaryParticle () const
 
G4VEmModelSelectModelForMaterial (G4double kinEnergy, size_t &idxRegion) const
 
void AddEmModel (G4int, G4VEmModel *, const G4Region *region=nullptr)
 
void SetEmModel (G4VEmModel *, G4int index=0)
 
G4VEmModelEmModel (size_t index=0) const
 
void UpdateEmModel (const G4String &, G4double, G4double)
 
G4int GetNumberOfModels () const
 
G4int GetNumberOfRegionModels (size_t couple_index) const
 
G4VEmModelGetRegionModel (G4int idx, size_t couple_index) const
 
G4VEmModelGetModelByIndex (G4int idx=0, G4bool ver=false) const
 
const G4VEmModelGetCurrentModel () const
 
const G4ElementGetCurrentElement () const
 
void SetCrossSectionBiasingFactor (G4double f, G4bool flag=true)
 
G4double CrossSectionBiasingFactor () const
 
void ActivateForcedInteraction (G4double length=0.0, const G4String &r="", G4bool flag=true)
 
void ActivateSecondaryBiasing (const G4String &region, G4double factor, G4double energyLimit)
 
void SetIntegral (G4bool val)
 
void SetBuildTableFlag (G4bool val)
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double, G4double, G4double &, G4GPILSelection *)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
 
virtual G4VParticleChangeAlongStepDoIt (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 InitialiseProcess (const G4ParticleDefinition *)=0
 
virtual G4double MinPrimaryEnergy (const G4ParticleDefinition *, const G4Material *)
 
G4VEmModelSelectModel (G4double &kinEnergy, size_t index)
 
virtual G4double GetMeanFreePath (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) override
 
G4PhysicsVectorLambdaPhysicsVector (const G4MaterialCutsCouple *)
 
G4int LambdaBinning () const
 
G4double MinKinEnergy () const
 
G4double MaxKinEnergy () const
 
G4double PolarAngleLimit () const
 
G4bool IsIntegral () const
 
G4double RecalculateLambda (G4double kinEnergy, const G4MaterialCutsCouple *couple)
 
G4ParticleChangeForGammaGetParticleChange ()
 
void SetParticle (const G4ParticleDefinition *p)
 
void SetSecondaryParticle (const G4ParticleDefinition *p)
 
size_t CurrentMaterialCutsCoupleIndex () const
 
const G4MaterialCutsCoupleMaterialCutsCouple () const
 
G4bool ApplyCuts () const
 
G4double GetGammaEnergyCut ()
 
G4double GetElectronEnergyCut ()
 
void SetStartFromNullFlag (G4bool val)
 
void SetSplineFlag (G4bool val)
 
const G4ElementGetTargetElement () const
 
const G4IsotopeGetTargetIsotope () const
 
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Protected 속성

G4EmBiasingManagerbiasManager
 
const G4ParticleDefinitiontheGamma
 
const G4ParticleDefinitiontheElectron
 
G4ParticleChangeForGamma fParticleChange
 
std::vector< G4DynamicParticle * > secParticles
 
const G4MaterialCutsCouplecurrentCouple
 
G4int mainSecondaries
 
G4int secID
 
G4int fluoID
 
G4int augerID
 
G4int biasID
 
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 Clear ()
 
void BuildLambdaTable ()
 
void StreamInfo (std::ostream &outFile, const G4ParticleDefinition &, G4String endOfLine=G4String("\n")) const
 
void FindLambdaMax ()
 
void PrintWarning (G4String tit, G4double val)
 
void DefineMaterial (const G4MaterialCutsCouple *couple)
 
void ComputeIntegralLambda (G4double kinEnergy)
 
G4double GetLambdaFromTable (G4double kinEnergy)
 
G4double GetLambdaFromTablePrim (G4double kinEnergy)
 
G4double GetCurrentLambda (G4double kinEnergy)
 
G4double ComputeCurrentLambda (G4double kinEnergy)
 
 G4VEmProcess (G4VEmProcess &)=delete
 
G4VEmProcessoperator= (const G4VEmProcess &right)=delete
 

Private 속성

G4LossTableManagerlManager
 
G4EmParameterstheParameters
 
G4EmModelManagermodelManager
 
const G4ParticleDefinitionthePositron
 
const G4ParticleDefinitionsecondaryParticle
 
G4bool buildLambdaTable
 
std::vector< G4VEmModel * > emModels
 
G4int numberOfModels
 
G4PhysicsTabletheLambdaTable
 
G4PhysicsTabletheLambdaTablePrim
 
std::vector< G4doubletheEnergyOfCrossSectionMax
 
std::vector< G4doubletheCrossSectionMax
 
size_t idxLambda
 
size_t idxLambdaPrim
 
const std::vector< G4double > * theCuts
 
const std::vector< G4double > * theCutsGamma
 
const std::vector< G4double > * theCutsElectron
 
const std::vector< G4double > * theCutsPositron
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
G4int nLambdaBins
 
G4double minKinEnergy
 
G4double minKinEnergyPrim
 
G4double maxKinEnergy
 
G4double lambdaFactor
 
G4double biasFactor
 
G4double massRatio
 
G4bool integral
 
G4bool applyCuts
 
G4bool startFromNull
 
G4bool splineFlag
 
G4bool actMinKinEnergy
 
G4bool actMaxKinEnergy
 
G4bool actBinning
 
G4bool actSpline
 
G4bool isIon
 
G4VEmModelcurrentModel
 
const G4ParticleDefinitionparticle
 
const G4ParticleDefinitioncurrentParticle
 
const G4MaterialbaseMaterial
 
const G4MaterialcurrentMaterial
 
size_t currentCoupleIndex
 
size_t basedCoupleIndex
 
G4double mfpKinEnergy
 
G4double preStepKinEnergy
 
G4double preStepLambda
 
G4double fFactor
 
G4bool biasFlag
 
G4bool weightFlag
 

상세한 설명

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

생성자 & 소멸자 문서화

G4VEmProcess::G4VEmProcess ( const G4String name,
G4ProcessType  type = fElectromagnetic 
)
G4VEmProcess::~G4VEmProcess ( )
virtual
G4VEmProcess::G4VEmProcess ( G4VEmProcess )
privatedelete

멤버 함수 문서화

void G4VEmProcess::ActivateForcedInteraction ( G4double  length = 0.0,
const G4String r = "",
G4bool  flag = true 
)
void G4VEmProcess::ActivateSecondaryBiasing ( const G4String region,
G4double  factor,
G4double  energyLimit 
)
void G4VEmProcess::AddEmModel ( G4int  order,
G4VEmModel p,
const G4Region region = nullptr 
)

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

다음을 참조함 : G4EmModelManager::AddEmModel(), modelManager, G4VProcess::pParticleChange, G4VEmModel::SetParticleChange().

다음에 의해서 참조됨 : G4EmLowEPPhysics::ConstructProcess(), G4EmDNAPhysics_option7::ConstructProcess(), G4EmPenelopePhysics::ConstructProcess(), G4EmDNAPhysicsActivator::ConstructProcess(), G4EmLEPTSPhysics::ConstructProcess(), PhysListEmLivermore::ConstructProcess(), PhysListEmPenelope::ConstructProcess(), PhysListEmStandardSSM::ConstructProcess(), G4EmStandardPhysics_option4_channeling::ConstructProcess(), G4EmStandardPhysics_option4::ConstructProcess(), G4DNAPositronium::InitialiseProcess(), G4DNADissociation::InitialiseProcess(), G4DNARotExcitation::InitialiseProcess(), G4DNAChargeIncrease::InitialiseProcess(), G4DNAAttachment::InitialiseProcess(), G4DNAChargeDecrease::InitialiseProcess(), G4DNAExcitation::InitialiseProcess(), G4DNAElastic::InitialiseProcess(), G4DNAIonisation::InitialiseProcess(), G4DNAVibExcitation::InitialiseProcess(), G4MicroElecElastic::InitialiseProcess(), G4MuElecElastic::InitialiseProcess(), G4RayleighScattering::InitialiseProcess(), G4MuElecInelastic::InitialiseProcess(), G4MicroElecInelastic::InitialiseProcess(), G4CoulombScattering::InitialiseProcess(), G4DNAElectronSolvation::InitialiseProcess(), G4eeToHadrons::InitialiseProcess(), G4PolarizedGammaConversion::InitialiseProcess(), G4PolarizedCompton::InitialiseProcess(), G4ComptonScattering::InitialiseProcess(), G4eplusAnnihilation::InitialiseProcess(), G4PolarizedPhotoElectricEffect::InitialiseProcess(), G4NuclearStopping::InitialiseProcess(), G4GammaConversion::InitialiseProcess(), G4PhotoElectricEffect::InitialiseProcess(), G4EmConfigurator::PrepareModels(), G4EmConfigurator::SetModelForRegion().

virtual G4VParticleChange* G4VDiscreteProcess::AlongStepDoIt ( const G4Track ,
const G4Step  
)
inlinevirtualinherited

G4VProcess를 구현.

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

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

virtual G4double G4VDiscreteProcess::AlongStepGetPhysicalInteractionLength ( const G4Track ,
G4double  ,
G4double  ,
G4double ,
G4GPILSelection  
)
inlinevirtualinherited

G4VProcess를 구현.

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

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

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

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

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

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

G4bool G4VEmProcess::ApplyCuts ( ) const
inlineprotected

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

다음을 참조함 : applyCuts.

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

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

G4VProcess를 구현.

G4HadronStoppingProcess, G4eplusAnnihilation에서 재구현되었습니다.

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

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

G4VProcess를 구현.

G4eplusAnnihilation, G4HadronStoppingProcess에서 재구현되었습니다.

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

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

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

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

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

void G4VEmProcess::BuildLambdaTable ( )
private
void G4VEmProcess::BuildPhysicsTable ( const G4ParticleDefinition part)
overridevirtual
void G4VProcess::BuildWorkerPhysicsTable ( const G4ParticleDefinition part)
virtualinherited

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

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

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

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

void G4VEmProcess::Clear ( )
private

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

다음을 참조함 : currentCouple, DBL_MAX, idxLambda, idxLambdaPrim, mfpKinEnergy, preStepLambda.

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

void G4VProcess::ClearNumberOfInteractionLengthLeft ( )
inlineprotectedinherited
G4double G4VEmProcess::ComputeCrossSectionPerAtom ( G4double  kineticEnergy,
G4double  Z,
G4double  A = 0.,
G4double  cut = 0.0 
)

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

다음을 참조함 : G4VEmModel::ComputeCrossSectionPerAtom(), currentCoupleIndex, currentModel, currentParticle, SelectModel(), x.

G4double G4VEmProcess::ComputeCurrentLambda ( G4double  kinEnergy)
inlineprivate

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

다음을 참조함 : baseMaterial, G4VEmModel::CrossSectionPerVolume(), currentCoupleIndex, currentModel, currentParticle, theCuts.

다음에 의해서 참조됨 : GetCurrentLambda(), RecalculateLambda().

void G4VEmProcess::ComputeIntegralLambda ( G4double  kinEnergy)
inlineprivate

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

다음을 참조함 : currentCoupleIndex, fFactor, GetCurrentLambda(), lambdaFactor, mfpKinEnergy, preStepLambda, theCrossSectionMax, theEnergyOfCrossSectionMax.

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

G4double G4VEmProcess::CrossSectionBiasingFactor ( ) const
inline

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

다음을 참조함 : biasFactor.

G4double G4VEmProcess::CrossSectionPerVolume ( G4double  kineticEnergy,
const G4MaterialCutsCouple couple 
)
size_t G4VEmProcess::CurrentMaterialCutsCoupleIndex ( ) const
inlineprotected

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

다음을 참조함 : currentCoupleIndex.

다음에 의해서 참조됨 : G4eplusAnnihilation::AtRestDoIt(), G4eplusPolarizedAnnihilation::ComputeSaturationFactor(), G4PolarizedCompton::ComputeSaturationFactor().

void G4VEmProcess::DefineMaterial ( const G4MaterialCutsCouple couple)
inlineprivate
void G4VProcess::DumpInfo ( ) const
virtualinherited
G4VEmModel * G4VEmProcess::EmModel ( size_t  index = 0) const

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

다음을 참조함 : emModels.

다음에 의해서 참조됨 : G4EmDNAPhysics_stationary::ConstructProcess(), G4EmDNAPhysics_stationary_option2::ConstructProcess(), G4EmDNAPhysics_stationary_option6::ConstructProcess(), G4EmDNAPhysics_stationary_option4::ConstructProcess(), G4EmDNAChemistry::ConstructProcess(), G4DNAPositronium::InitialiseProcess(), G4DNARotExcitation::InitialiseProcess(), G4DNADissociation::InitialiseProcess(), G4DNAChargeIncrease::InitialiseProcess(), G4DNAAttachment::InitialiseProcess(), G4DNAChargeDecrease::InitialiseProcess(), G4DNAElastic::InitialiseProcess(), G4DNAExcitation::InitialiseProcess(), G4DNAIonisation::InitialiseProcess(), G4DNAVibExcitation::InitialiseProcess(), G4MuElecElastic::InitialiseProcess(), G4MicroElecElastic::InitialiseProcess(), G4MicroElecInelastic::InitialiseProcess(), G4MuElecInelastic::InitialiseProcess(), G4RayleighScattering::InitialiseProcess(), G4CoulombScattering::InitialiseProcess(), G4DNAElectronSolvation::InitialiseProcess(), G4PolarizedGammaConversion::InitialiseProcess(), G4PolarizedCompton::InitialiseProcess(), G4ComptonScattering::InitialiseProcess(), G4eplusAnnihilation::InitialiseProcess(), G4PolarizedPhotoElectricEffect::InitialiseProcess(), G4NuclearStopping::InitialiseProcess(), G4GammaConversion::InitialiseProcess(), G4PhotoElectricEffect::InitialiseProcess(), G4DNAPositronium::PrintInfo(), G4DNADissociation::PrintInfo(), G4DNARotExcitation::PrintInfo(), G4DNAChargeIncrease::PrintInfo(), G4DNAVibExcitation::PrintInfo(), G4DNAAttachment::PrintInfo(), G4DNAChargeDecrease::PrintInfo(), G4DNAExcitation::PrintInfo(), G4DNAElastic::PrintInfo(), G4DNAIonisation::PrintInfo(), G4PolarizedCompton::PrintInfo().

void G4VProcess::EndTracking ( )
virtualinherited
void G4VEmProcess::FindLambdaMax ( )
private
const G4Element * G4VEmProcess::GetCurrentElement ( ) const

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

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

G4double G4VProcess::GetCurrentInteractionLength ( ) const
inlineinherited
G4double G4VEmProcess::GetCurrentLambda ( G4double  kinEnergy)
inlineprivate
const G4VEmModel * G4VEmProcess::GetCurrentModel ( ) const
inline

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

다음을 참조함 : currentModel.

G4double G4VEmProcess::GetElectronEnergyCut ( )
inlineprotected

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

다음을 참조함 : currentCoupleIndex, theCutsElectron.

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

G4double G4VEmProcess::GetGammaEnergyCut ( )
inlineprotected

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

다음을 참조함 : currentCoupleIndex, theCutsGamma.

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

G4double G4VEmProcess::GetLambda ( G4double kinEnergy,
const G4MaterialCutsCouple couple 
)
inline

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

다음을 참조함 : currentCoupleIndex, DefineMaterial(), GetCurrentLambda(), SelectModel().

다음에 의해서 참조됨 : PostStepDoIt(), G4AdjointComptonModel::RapidSampleSecondaries().

G4double G4VEmProcess::GetLambdaFromTable ( G4double  kinEnergy)
inlineprivate

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

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

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

G4double G4VEmProcess::GetLambdaFromTablePrim ( G4double  kinEnergy)
inlineprivate

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

다음을 참조함 : basedCoupleIndex, e, idxLambdaPrim, theLambdaTablePrim.

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

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

G4VDiscreteProcess를 구현.

G4PolarizedCompton, G4eplusPolarizedAnnihilation, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax, StepMax에서 재구현되었습니다.

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

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

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

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

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

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

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

G4double G4VProcess::GetNumberOfInteractionLengthLeft ( ) const
inlineinherited

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

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

G4int G4VEmProcess::GetNumberOfModels ( ) const

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

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

G4int G4VEmProcess::GetNumberOfRegionModels ( size_t  couple_index) const

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

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

G4ParticleChangeForGamma * G4VEmProcess::GetParticleChange ( )
inlineprotected

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

다음을 참조함 : fParticleChange.

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.

다음에 의해서 참조됨 : ActivateForcedInteraction(), G4VEnergyLossProcess::ActivateForcedInteraction(), G4ProcessManager::ActivateProcess(), ActivateSecondaryBiasing(), G4VEnergyLossProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::AddCollaborativeProcess(), G4ParallelGeometriesLimiterProcess::AddParallelWorld(), G4IonINCLXXPhysics::AddProcess(), G4IonQMDPhysics::AddProcess(), G4ProcessManager::AddProcess(), G4ProcessPlacer::AddProcessAs(), G4ITSteppingVerbose::AlongStepDoItAllDone(), G4SteppingVerbose::AlongStepDoItAllDone(), G4SteppingVerbose::AlongStepDoItOneByOne(), G4VContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4ParallelWorldProcess::AlongStepGetPhysicalInteractionLength(), XrayFluoAnalysisManager::analyseStepping(), G4ITSteppingVerbose::AtRestDoItInvoked(), G4SteppingVerbose::AtRestDoItInvoked(), G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VITRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4HadronicProcess::BiasCrossSectionByFactor(), G4VXTRenergyLoss::BuildAngleForEnergyBank(), G4VEnergyLossProcess::BuildDEDXTable(), G4VUserPhysicsList::BuildIntegralPhysicsTable(), G4VEnergyLossProcess::BuildLambdaTable(), BuildLambdaTable(), StepMax::BuildPhysicsTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable(), G4DNABrownianTransportation::BuildPhysicsTable(), G4VMultipleScattering::BuildPhysicsTable(), G4LossTableManager::BuildPhysicsTable(), BuildPhysicsTable(), G4VEnergyLossProcess::BuildPhysicsTable(), G4ScreenedNuclearRecoil::BuildPhysicsTable(), G4LossTableManager::BuildTables(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4ProcessManager::CheckOrderingParameters(), G4HadronicProcess::CheckResult(), LXeStackingAction::ClassifyNewTrack(), OpNoviceStackingAction::ClassifyNewTrack(), G4StackChecker::ClassifyNewTrack(), G4BOptrForceCollision::ConfigureForWorker(), G4RunManagerKernel::ConfirmCoupledTransportation(), G4HadronDElasticPhysics::ConstructProcess(), G4IonElasticPhysics::ConstructProcess(), G4HadronHElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), G4FastSimulationPhysics::ConstructProcess(), G4GenericBiasingPhysics::ConstructProcess(), G4LossTableManager::CopyTables(), Run::CountProcesses(), G4RichTrajectory::CreateAttValues(), G4RichTrajectoryPoint::CreateAttValues(), CCaloSD::createNewHit(), G4VPhononProcess::CreateSecondary(), G4EmParameters::DefineRegParamForEM(), G4EmParameters::DefineRegParamForLoss(), G4HadronicProcessStore::DeRegisterExtraProcess(), DMXMaxTimeCuts::DMXMaxTimeCuts(), DMXMinEkineCuts::DMXMinEkineCuts(), DMXSpecialCuts::DMXSpecialCuts(), G4SteppingVerbose::DPSLAlongStep(), G4SteppingVerbose::DPSLPostStep(), G4HadronicProcessStore::Dump(), G4MuonicAtomDecay::DumpState(), G4HadronicProcess::DumpState(), G4ExceptionHandler::DumpTrackInfo(), export_G4VProcess(), F04StepMax::F04StepMax(), G4EmCalculator::FindEmModel(), 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(), 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(), PostStepDoIt(), G4SteppingVerbose::PostStepDoItAllDone(), G4ITSteppingVerbose::PostStepDoItAllDone(), G4SteppingVerbose::PostStepDoItOneByOne(), G4VITDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4ITSteppingVerbose::PostStepVerbose(), LXeTrackingAction::PostUserTrackingAction(), G4EmConfigurator::PrepareModels(), G4HadronStoppingProcess::PreparePhysicsTable(), G4LossTableManager::PreparePhysicsTable(), G4VMultipleScattering::PreparePhysicsTable(), PreparePhysicsTable(), G4VEnergyLossProcess::PreparePhysicsTable(), CexmcTrackingAction::PreUserTrackingAction(), G4HadronicProcessStore::Print(), G4HadronicProcessStore::PrintHtml(), G4AnnihiToMuPair::PrintInfoDefinition(), G4GammaConversionToMuons::PrintInfoDefinition(), G4LowEnergyIonisation::PrintInfoDefinition(), G4SynchrotronRadiation::PrintInfoDefinition(), G4LowEnergyBremsstrahlung::PrintInfoDefinition(), G4hImpactIonisation::PrintInfoDefinition(), G4ProcessPlacer::PrintProcVec(), PrintWarning(), G4VEnergyLossProcess::PrintWarning(), G4PionDecayMakeSpin::ProcessDescription(), G4DecayWithSpin::ProcessDescription(), G4UnknownDecay::ProcessDescription(), G4Decay::ProcessDescription(), G4ChannelingOptrChangeCrossSection::ProposeOccurenceBiasingOperation(), G4StackManager::PushOneTrack(), G4HadronicProcessStore::Register(), G4LossTableManager::Register(), G4LossTableManager::RegisterExtraParticle(), G4HadronicProcessStore::RegisterExtraProcess(), G4HadronicProcess::RegisterMe(), G4HadronicProcessStore::RegisterParticle(), G4PhysicsListHelper::RegisterProcess(), G4WrapperProcess::RegisterProcess(), G4ProcessTable::Remove(), G4ParallelGeometriesLimiterProcess::RemoveParallelWorld(), G4ProcessPlacer::RemoveProcess(), G4ProcessManager::RemoveProcess(), RetrievePhysicsTable(), G4VEnergyLossProcess::RetrievePhysicsTable(), SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetInverseRangeTable(), G4VEnergyLossProcess::SetLambdaTable(), G4ProcessTableMessenger::SetNewValue(), G4ProcessTable::SetProcessActivation(), G4ProcessManager::SetProcessOrdering(), G4ProcessManager::SetProcessOrderingToFirst(), G4ProcessManager::SetProcessOrderingToLast(), G4ProcessManager::SetProcessOrderingToSecond(), G4VEnergyLossProcess::SetRangeTableForLoss(), G4VEnergyLossProcess::SetSecondaryRangeTable(), G4VEnergyLossProcess::SetSubLambdaTable(), G4FastSimulationManagerProcess::SetWorldVolume(), G4SteppingVerbose::ShowStep(), GB01BOptrChangeCrossSection::StartRun(), G4ChannelingOptrChangeCrossSection::StartRun(), GB05BOptrSplitAndKillByCrossSection::StartRun(), ExN04SteppingVerbose::StepInfo(), SteppingVerbose::StepInfo(), OpNoviceSteppingVerbose::StepInfo(), eRositaSteppingVerbose::StepInfo(), FCALSteppingVerbose::StepInfo(), PurgMagSteppingVerbose::StepInfo(), XrayFluoSteppingVerbose::StepInfo(), ExN02SteppingVerbose::StepInfo(), RE05SteppingVerbose::StepInfo(), ExP01SteppingVerbose::StepInfo(), F05SteppingVerbose::StepInfo(), G4SteppingVerbose::StepInfo(), F03SteppingVerbose::StepInfo(), F01SteppingVerbose::StepInfo(), F02SteppingVerbose::StepInfo(), G4VMultipleScattering::StorePhysicsTable(), StorePhysicsTable(), G4VEnergyLossProcess::StorePhysicsTable(), G4VEnergyLossProcess::StreamInfo(), G4VMultipleScattering::StreamInfo(), 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
G4VEmModel * G4VEmProcess::GetRegionModel ( G4int  idx,
size_t  couple_index 
) const

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

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

const G4Element * G4VEmProcess::GetTargetElement ( ) const
inlineprotected

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

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

const G4Isotope * G4VEmProcess::GetTargetIsotope ( ) const
inlineprotected

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

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

G4double G4VProcess::GetTotalNumberOfInteractionLengthTraversed ( ) const
inlineinherited
G4int G4VProcess::GetVerboseLevel ( ) const
inlineinherited
virtual void G4VEmProcess::InitialiseProcess ( const G4ParticleDefinition )
protectedpure virtual
G4bool G4VProcess::isAlongStepDoItIsEnabled ( ) const
inlineinherited

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

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

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

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

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

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

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

G4bool G4VEmProcess::IsIntegral ( ) const
inlineprotected

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

다음을 참조함 : integral.

G4bool G4VProcess::isPostStepDoItIsEnabled ( ) const
inlineinherited

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

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

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

G4int G4VEmProcess::LambdaBinning ( ) const
inlineprotected

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

다음을 참조함 : nLambdaBins.

다음에 의해서 참조됨 : G4PolarizedCompton::BuildAsymmetryTable(), G4eplusPolarizedAnnihilation::BuildAsymmetryTables().

G4PhysicsVector * G4VEmProcess::LambdaPhysicsVector ( const G4MaterialCutsCouple )
protected

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

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

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

G4PhysicsTable * G4VEmProcess::LambdaTable ( ) const
inline

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

다음을 참조함 : theLambdaTable.

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

G4PhysicsTable * G4VEmProcess::LambdaTablePrim ( ) const
inline

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

다음을 참조함 : theLambdaTablePrim.

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

const G4MaterialCutsCouple * G4VEmProcess::MaterialCutsCouple ( ) const
inlineprotected

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

다음을 참조함 : currentCouple.

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

G4double G4VEmProcess::MaxKinEnergy ( ) const
inlineprotected

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

다음을 참조함 : maxKinEnergy.

다음에 의해서 참조됨 : G4PolarizedCompton::BuildAsymmetryTable(), G4eplusAnnihilation::InitialiseProcess().

G4double G4VEmProcess::MeanFreePath ( const G4Track track)

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

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

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

G4double G4VEmProcess::MinKinEnergy ( ) const
inlineprotected

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

다음을 참조함 : minKinEnergy.

다음에 의해서 참조됨 : G4PolarizedCompton::BuildAsymmetryTable(), G4eplusAnnihilation::InitialiseProcess().

G4double G4VEmProcess::MinPrimaryEnergy ( const G4ParticleDefinition ,
const G4Material  
)
protectedvirtual

G4GammaConversion, G4CoulombScattering에서 재구현되었습니다.

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

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

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

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

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

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

const G4ParticleDefinition * G4VEmProcess::Particle ( ) const
inline

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

다음을 참조함 : particle.

G4double G4VEmProcess::PolarAngleLimit ( ) const
inlineprotected

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

다음을 참조함 : G4EmParameters::MscThetaLimit(), theParameters.

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

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

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

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

다음을 참조함 : G4VParticleChange::AddSecondary(), applyCuts, G4EmBiasingManager::ApplySecondaryBiasing(), augerID, biasFactor, biasFlag, biasID, biasManager, G4VProcess::ClearNumberOfInteractionLengthLeft(), currentCouple, currentCoupleIndex, currentModel, currentParticle, DBL_MAX, e, edep, CLHEP::electron_mass_c2, fAlive, fluoID, G4EmBiasingManager::ForcedInteractionRegion(), fParticleChange, fStopAndKill, fStopButAlive, G4cout, G4endl, G4UniformRand, G4ProcessManager::GetAtRestProcessVector(), G4Track::GetDynamicParticle(), G4Track::GetGlobalTime(), G4DynamicParticle::GetKineticEnergy(), G4Track::GetKineticEnergy(), GetLambda(), G4VParticleChange::GetLocalEnergyDeposit(), G4VParticleChange::GetParentWeight(), G4DynamicParticle::GetParticleDefinition(), G4ParticleDefinition::GetParticleName(), G4Track::GetPosition(), G4Step::GetPostStepPoint(), G4ParticleDefinition::GetProcessManager(), G4VProcess::GetProcessName(), G4ParticleChangeForGamma::GetProposedKineticEnergy(), G4StepPoint::GetSafety(), G4Track::GetTouchableHandle(), G4VParticleChange::GetTrackStatus(), G4Track::GetTrackStatus(), G4ParticleChangeForGamma::InitializeForPostStep(), integral, G4VEmModel::IsActive(), mainSecondaries, massRatio, MeV, 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(), theCuts, theCutsElectron, theCutsGamma, theCutsPositron, theElectron, theGamma, G4VProcess::theNumberOfInteractionLengthLeft, thePositron, G4VProcess::verboseLevel, weight, weightFlag.

G4double G4VEmProcess::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 G4VEmProcess::PreparePhysicsTable ( const G4ParticleDefinition part)
overridevirtual

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

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

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

다음을 참조함 : actMaxKinEnergy, actMinKinEnergy, actSpline, G4EmParameters::ApplyCuts(), applyCuts, G4LossTableManager::AtomDeexcitation(), augerID, biasFlag, biasID, biasManager, buildLambdaTable, Clear(), currentModel, DBL_MAX, G4EmParameters::DefineRegParamForEM(), fluoID, G4cout, G4endl, G4GenericIon::GenericIon(), G4ProductionCutsTable::GetEnergyCutsVector(), G4EmModelManager::GetModel(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetParticleSubType(), G4ParticleDefinition::GetParticleType(), G4VProcess::GetProcessName(), G4ProductionCutsTable::GetProductionCutsTable(), G4LossTableManager::GetTableBuilder(), G4ProductionCutsTable::GetTableSize(), G4VEmModel::HighEnergyLimit(), idxG4ElectronCut, idxG4GammaCut, idxG4PositronCut, G4EmBiasingManager::Initialise(), G4EmModelManager::Initialise(), G4LossTableBuilder::InitialiseBaseMaterials(), InitialiseProcess(), isIon, G4LossTableManager::IsMaster(), G4EmParameters::LambdaFactor(), lambdaFactor, lManager, mainSecondaries, G4EmParameters::MaxKinEnergy(), maxKinEnergy, G4EmParameters::MinKinEnergy(), minKinEnergy, minKinEnergyPrim, modelManager, G4EmParameters::MscThetaLimit(), n, G4EmModelManager::NumberOfModels(), numberOfModels, particle, G4PhysicsTableHelper::PreparePhysicsTable(), G4LossTableManager::PreparePhysicsTable(), G4PhysicsModelCatalog::Register(), secID, secondaryParticle, G4EmModelManager::SetFluoFlag(), G4VEmModel::SetHighEnergyLimit(), G4VEmModel::SetMasterThread(), SetParticle(), G4VEmModel::SetPolarAngleLimit(), G4VProcess::SetVerboseLevel(), G4EmParameters::Spline(), splineFlag, theCrossSectionMax, theCuts, theCutsElectron, theCutsGamma, theCutsPositron, theEnergyOfCrossSectionMax, theLambdaTable, theLambdaTablePrim, theParameters, G4EmParameters::Verbose(), G4VProcess::verboseLevel, G4EmParameters::WorkerVerbose().

void G4VProcess::PrepareWorkerPhysicsTable ( const G4ParticleDefinition part)
virtualinherited

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

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

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

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

virtual void G4VEmProcess::PrintInfo ( )
inlinevirtual
void G4VEmProcess::PrintWarning ( G4String  tit,
G4double  val 
)
private
void G4VEmProcess::ProcessDescription ( std::ostream &  outFile) const
overridevirtual
G4double G4VEmProcess::RecalculateLambda ( G4double  kinEnergy,
const G4MaterialCutsCouple couple 
)
inlineprotected

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

다음을 참조함 : ComputeCurrentLambda(), currentCoupleIndex, DefineMaterial(), fFactor, SelectModel().

void G4VProcess::ResetNumberOfInteractionLengthLeft ( )
virtualinherited
G4bool G4VEmProcess::RetrievePhysicsTable ( const G4ParticleDefinition part,
const G4String directory,
G4bool  ascii 
)
overridevirtual
const G4ParticleDefinition * G4VEmProcess::SecondaryParticle ( ) const
inline

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

다음을 참조함 : secondaryParticle.

G4VEmModel * G4VEmProcess::SelectModel ( G4double kinEnergy,
size_t  index 
)
inlineprotected
G4VEmModel * G4VEmProcess::SelectModelForMaterial ( G4double  kinEnergy,
size_t &  idxRegion 
) const
inline

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

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

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

void G4VEmProcess::SetBuildTableFlag ( G4bool  val)
inline
void G4VEmProcess::SetCrossSectionBiasingFactor ( G4double  f,
G4bool  flag = true 
)

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

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

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

void G4VEmProcess::SetEmModel ( G4VEmModel ptr,
G4int  index = 0 
)

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

다음을 참조함 : emModels.

다음에 의해서 참조됨 : PhysicsList::ConstructEM(), DMXPhysicsList::ConstructEM(), G4EmDNAPhysics_option3::ConstructProcess(), G4EmDNAPhysics_stationary_option2::ConstructProcess(), G4EmDNAPhysics_stationary_option4::ConstructProcess(), G4EmDNAPhysics_stationary_option6::ConstructProcess(), G4EmDNAPhysics_stationary::ConstructProcess(), G4EmLowEPPhysics::ConstructProcess(), G4EmDNAPhysics::ConstructProcess(), G4EmLivermorePolarizedPhysics::ConstructProcess(), G4EmPenelopePhysics::ConstructProcess(), G4EmDNAPhysics_option1::ConstructProcess(), G4EmDNAPhysics_option2::ConstructProcess(), G4EmDNAPhysics_option4::ConstructProcess(), G4EmDNAPhysics_option5::ConstructProcess(), G4EmDNAPhysics_option7::ConstructProcess(), G4EmLivermorePhysics::ConstructProcess(), G4EmDNAPhysicsActivator::ConstructProcess(), G4EmLEPTSPhysics::ConstructProcess(), PhysListEmStandardNR::ConstructProcess(), G4EmDNAPhysics_option6::ConstructProcess(), PhysListEmStandard_WVI::ConstructProcess(), PhysListEmStandard_GS::ConstructProcess(), PhysListEmStandard_option3::ConstructProcess(), PhysListEmStandard_SS::ConstructProcess(), PhysListEmStandard_option0::ConstructProcess(), PhysListEm5DStandard::ConstructProcess(), G4EmStandardPhysicsSS::ConstructProcess(), PhysListEm19DStandard::ConstructProcess(), GammaRayTelEMlowePhysics::ConstructProcess(), G4EmStandardPhysics::ConstructProcess(), G4EmStandardPhysics_option3::ConstructProcess(), G4EmStandardPhysics_option4_channeling::ConstructProcess(), G4EmStandardPhysicsGS::ConstructProcess(), G4EmStandardPhysics_option4::ConstructProcess(), G4EmStandardPhysicsWVI::ConstructProcess(), G4EmStandardPhysics_option1::ConstructProcess(), G4EmStandardPhysics_option2::ConstructProcess(), G4EmDNAPhysicsActivator::DeactivateNuclearStopping(), G4EmModelActivator::FindOrAddProcess(), G4eplusPolarizedAnnihilation::G4eplusPolarizedAnnihilation(), G4DNADissociation::InitialiseProcess(), G4DNARotExcitation::InitialiseProcess(), G4DNAPositronium::InitialiseProcess(), G4DNAChargeIncrease::InitialiseProcess(), G4DNAAttachment::InitialiseProcess(), G4DNAChargeDecrease::InitialiseProcess(), G4DNAElastic::InitialiseProcess(), G4DNAExcitation::InitialiseProcess(), G4DNAIonisation::InitialiseProcess(), G4DNAVibExcitation::InitialiseProcess(), G4MicroElecElastic::InitialiseProcess(), G4MuElecElastic::InitialiseProcess(), G4RayleighScattering::InitialiseProcess(), G4MicroElecInelastic::InitialiseProcess(), G4MuElecInelastic::InitialiseProcess(), G4CoulombScattering::InitialiseProcess(), G4DNAElectronSolvation::InitialiseProcess(), G4eeToHadrons::InitialiseProcess(), G4PolarizedGammaConversion::InitialiseProcess(), G4PolarizedCompton::InitialiseProcess(), G4ComptonScattering::InitialiseProcess(), G4eplusAnnihilation::InitialiseProcess(), G4PolarizedPhotoElectricEffect::InitialiseProcess(), G4NuclearStopping::InitialiseProcess(), G4GammaConversion::InitialiseProcess(), G4PhotoElectricEffect::InitialiseProcess().

void G4VEmProcess::SetIntegral ( G4bool  val)
inline

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

다음을 참조함 : integral.

다음에 의해서 참조됨 : G4CoulombScattering::G4CoulombScattering(), G4eeToHadrons::G4eeToHadrons(), G4eplusAnnihilation::G4eplusAnnihilation().

void G4VEmProcess::SetLambdaBinning ( G4int  nbins)

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

다음을 참조함 : actBinning, e, n, nLambdaBins, PrintWarning().

다음에 의해서 참조됨 : G4GammaConversion::G4GammaConversion(), G4PolarizedGammaConversion::G4PolarizedGammaConversion().

void G4VProcess::SetMasterProcess ( G4VProcess masterP)
virtualinherited

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

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

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

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

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

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

다음을 참조함 : currentParticle, particle.

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

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 G4VEmProcess::SetSecondaryParticle ( const G4ParticleDefinition p)
inlineprotected
void G4VEmProcess::SetSplineFlag ( G4bool  val)
inlineprotected

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

다음을 참조함 : actSpline, splineFlag.

다음에 의해서 참조됨 : G4ComptonScattering::G4ComptonScattering(), G4PolarizedCompton::G4PolarizedCompton(), G4RayleighScattering::G4RayleighScattering().

void G4VEmProcess::SetStartFromNullFlag ( G4bool  val)
inlineprotected
void G4VProcess::SetVerboseLevel ( G4int  value)
inlineinherited
void G4VEmProcess::StartTracking ( G4Track track)
overridevirtual
G4bool G4VEmProcess::StorePhysicsTable ( const G4ParticleDefinition part,
const G4String directory,
G4bool  ascii = false 
)
overridevirtual
void G4VEmProcess::StreamInfo ( std::ostream &  outFile,
const G4ParticleDefinition part,
G4String  endOfLine = G4String("\n") 
) const
private
virtual void G4VEmProcess::StreamProcessInfo ( std::ostream &  ,
G4String   
) const
inlineprotectedvirtual

G4eplusAnnihilation, G4eeToHadrons, G4CoulombScattering에서 재구현되었습니다.

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

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

void G4VProcess::SubtractNumberOfInteractionLengthLeft ( G4double  previousStepSize)
inlineprotectedinherited
void G4VEmProcess::UpdateEmModel ( const G4String nam,
G4double  emin,
G4double  emax 
)

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

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

멤버 데이타 문서화

G4bool G4VEmProcess::actBinning
private

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

다음에 의해서 참조됨 : BuildLambdaTable(), G4VEmProcess(), SetLambdaBinning().

G4bool G4VEmProcess::actMaxKinEnergy
private

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

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

G4bool G4VEmProcess::actMinKinEnergy
private

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

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

G4bool G4VEmProcess::actSpline
private

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

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

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(), G4UCNMultiScattering::PostStepDoIt(), G4UCNLoss::PostStepDoIt(), G4UCNAbsorption::PostStepDoIt(), G4GammaConversionToMuons::PostStepDoIt(), G4OpAbsorption::PostStepDoIt(), G4OpRayleigh::PostStepDoIt(), G4UCNBoundaryProcess::PostStepDoIt(), G4OpWLS::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4Scintillation::PostStepDoIt(), G4hImpactIonisation::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt().

G4bool G4VEmProcess::applyCuts
private

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

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

const G4ProcessManager* G4VProcess::aProcessManager
protectedinherited

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

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

G4int G4VEmProcess::augerID
protected

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

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

size_t G4VEmProcess::basedCoupleIndex
private

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

다음에 의해서 참조됨 : DefineMaterial(), G4VEmProcess(), GetLambdaFromTable(), GetLambdaFromTablePrim().

const G4Material* G4VEmProcess::baseMaterial
private

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

다음에 의해서 참조됨 : ComputeCurrentLambda(), DefineMaterial(), G4VEmProcess().

G4double G4VEmProcess::biasFactor
private

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

다음에 의해서 참조됨 : CrossSectionBiasingFactor(), DefineMaterial(), G4VEmProcess(), PostStepDoIt(), SetCrossSectionBiasingFactor(), StreamInfo().

G4bool G4VEmProcess::biasFlag
private

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

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

G4int G4VEmProcess::biasID
protected

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

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

G4EmBiasingManager* G4VEmProcess::biasManager
protected
G4bool G4VEmProcess::buildLambdaTable
private

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

다음에 의해서 참조됨 : BuildLambdaTable(), BuildPhysicsTable(), CrossSectionPerVolume(), PreparePhysicsTable(), RetrievePhysicsTable(), SetBuildTableFlag(), StreamInfo().

const G4MaterialCutsCouple* G4VEmProcess::currentCouple
protected

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

다음에 의해서 참조됨 : Clear(), DefineMaterial(), MaterialCutsCouple(), PostStepDoIt(), SelectModel().

size_t G4VEmProcess::currentCoupleIndex
private
G4double G4VProcess::currentInteractionLength
protectedinherited
const G4Material* G4VEmProcess::currentMaterial
private

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

다음에 의해서 참조됨 : CrossSectionPerVolume(), DefineMaterial(), G4VEmProcess().

G4VEmModel* G4VEmProcess::currentModel
private
const G4ParticleDefinition* G4VEmProcess::currentParticle
private

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

다음에 의해서 참조됨 : ComputeCrossSectionPerAtom(), ComputeCurrentLambda(), CrossSectionPerVolume(), PostStepDoIt(), SetParticle(), StartTracking().

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

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

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

G4bool G4VProcess::enableAlongStepDoIt
protectedinherited
G4bool G4VProcess::enableAtRestDoIt
protectedinherited
G4bool G4VProcess::enablePostStepDoIt
protectedinherited
G4double G4VEmProcess::fFactor
private

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

다음에 의해서 참조됨 : ComputeIntegralLambda(), CrossSectionPerVolume(), DefineMaterial(), G4VEmProcess(), GetCurrentLambda(), RecalculateLambda().

G4int G4VEmProcess::fluoID
protected

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

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

G4ParticleChangeForGamma G4VEmProcess::fParticleChange
protected

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

다음에 의해서 참조됨 : G4eplusAnnihilation::AtRestDoIt(), G4VEmProcess(), GetParticleChange(), PostStepDoIt().

size_t G4VEmProcess::idxLambda
private

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

다음에 의해서 참조됨 : Clear(), DefineMaterial(), G4VEmProcess(), GetLambdaFromTable().

size_t G4VEmProcess::idxLambdaPrim
private

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

다음에 의해서 참조됨 : Clear(), DefineMaterial(), G4VEmProcess(), GetLambdaFromTablePrim().

G4bool G4VEmProcess::integral
private

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

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

G4bool G4VEmProcess::isIon
private

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

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

G4double G4VEmProcess::lambdaFactor
private

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

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

G4LossTableManager* G4VEmProcess::lManager
private

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

다음에 의해서 참조됨 : BuildLambdaTable(), BuildPhysicsTable(), G4VEmProcess(), PreparePhysicsTable(), ~G4VEmProcess().

G4int G4VEmProcess::mainSecondaries
protected

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

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

G4double G4VEmProcess::massRatio
private

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

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

G4double G4VEmProcess::maxKinEnergy
private
G4double G4VEmProcess::mfpKinEnergy
private

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

다음에 의해서 참조됨 : Clear(), ComputeIntegralLambda(), DefineMaterial(), G4VEmProcess(), PostStepDoIt(), PostStepGetPhysicalInteractionLength(), StartTracking().

G4double G4VEmProcess::minKinEnergy
private

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

다음에 의해서 참조됨 : BuildLambdaTable(), G4VEmProcess(), LambdaPhysicsVector(), MinKinEnergy(), PreparePhysicsTable(), SetMaxKinEnergy(), SetMinKinEnergy(), StreamInfo().

G4double G4VEmProcess::minKinEnergyPrim
private
G4EmModelManager* G4VEmProcess::modelManager
private
G4int G4VEmProcess::nLambdaBins
private

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

다음에 의해서 참조됨 : BuildLambdaTable(), G4VEmProcess(), LambdaBinning(), LambdaPhysicsVector(), SetLambdaBinning(), SetMaxKinEnergy(), SetMinKinEnergy().

G4int G4VEmProcess::numberOfModels
private

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

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

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

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

다음에 의해서 참조됨 : G4VMultipleScattering::AddEmModel(), AddEmModel(), G4VEnergyLossProcess::AddEmModel(), G4VContinuousProcess::AlongStepDoIt(), G4VContinuousDiscreteProcess::AlongStepDoIt(), G4VRestContinuousDiscreteProcess::AlongStepDoIt(), G4VRestContinuousProcess::AlongStepDoIt(), G4ParallelWorldProcess::AlongStepDoIt(), G4WeightCutOffProcess::AlongStepDoIt(), G4ParallelWorldScoringProcess::AlongStepDoIt(), G4ImportanceProcess::AlongStepDoIt(), G4WeightWindowProcess::AlongStepDoIt(), G4VRestContinuousProcess::AtRestDoIt(), G4eplusAnnihilation::AtRestDoIt(), G4VRestProcess::AtRestDoIt(), G4VITRestProcess::AtRestDoIt(), G4VRestDiscreteProcess::AtRestDoIt(), G4VITRestDiscreteProcess::AtRestDoIt(), G4VRestContinuousDiscreteProcess::AtRestDoIt(), G4ScoreSplittingProcess::AtRestDoIt(), G4ParallelWorldScoringProcess::AtRestDoIt(), G4ParallelWorldProcess::AtRestDoIt(), G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4VEnergyLossProcess::FillSecondariesAlongStep(), G4Decay::G4Decay(), G4DNAMolecularDissociation::G4DNAMolecularDissociation(), G4ElectronCapture::G4ElectronCapture(), G4ImportanceProcess::G4ImportanceProcess(), G4ITTransportation::G4ITTransportation(), G4ParallelWorldProcess::G4ParallelWorldProcess(), G4ParallelWorldScoringProcess::G4ParallelWorldScoringProcess(), G4RadioactiveDecay::G4RadioactiveDecay(), G4RadioactiveDecayBase::G4RadioactiveDecayBase(), G4ScoreSplittingProcess::G4ScoreSplittingProcess(), G4Transportation::G4Transportation(), G4UnknownDecay::G4UnknownDecay(), G4VEmProcess(), G4VEnergyLossProcess::G4VEnergyLossProcess(), G4VMultipleScattering::G4VMultipleScattering(), G4VProcess::G4VProcess(), G4VXTRenergyLoss::G4VXTRenergyLoss(), G4WeightCutOffProcess::G4WeightCutOffProcess(), G4WeightWindowProcess::G4WeightWindowProcess(), G4VITDiscreteProcess::PostStepDoIt(), G4VTransitionRadiation::PostStepDoIt(), G4VRestDiscreteProcess::PostStepDoIt(), G4VContinuousDiscreteProcess::PostStepDoIt(), G4VRestContinuousDiscreteProcess::PostStepDoIt(), G4VDiscreteProcess::PostStepDoIt(), G4VITRestDiscreteProcess::PostStepDoIt(), G4ElectronCapture::PostStepDoIt(), G4LowECapture::PostStepDoIt(), G4NeutronKiller::PostStepDoIt(), G4ParallelWorldProcess::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4ScoreSplittingProcess::PostStepDoIt(), G4ParallelWorldScoringProcess::PostStepDoIt(), PostStepDoIt(), G4VEnergyLossProcess::PostStepDoIt(), G4ScreenedNuclearRecoil::PostStepDoIt().

G4double G4VEmProcess::preStepKinEnergy
private

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

다음에 의해서 참조됨 : G4VEmProcess(), PostStepGetPhysicalInteractionLength().

G4double G4VEmProcess::preStepLambda
private

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

다음에 의해서 참조됨 : Clear(), ComputeIntegralLambda(), G4VEmProcess(), MeanFreePath(), PostStepDoIt(), PostStepGetPhysicalInteractionLength().

G4int G4VEmProcess::secID
protected

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

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

const G4ParticleDefinition* G4VEmProcess::secondaryParticle
private

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

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

std::vector<G4DynamicParticle*> G4VEmProcess::secParticles
protected

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

다음에 의해서 참조됨 : G4eplusAnnihilation::AtRestDoIt(), G4VEmProcess(), PostStepDoIt().

G4bool G4VEmProcess::splineFlag
private

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

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

G4bool G4VEmProcess::startFromNull
private

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

다음에 의해서 참조됨 : BuildLambdaTable(), SetStartFromNullFlag().

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

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

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

const std::vector<G4double>* G4VEmProcess::theCuts
private

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

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

const std::vector<G4double>* G4VEmProcess::theCutsElectron
private

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

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

const std::vector<G4double>* G4VEmProcess::theCutsGamma
private

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

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

const std::vector<G4double>* G4VEmProcess::theCutsPositron
private

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

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

const std::vector<G4double>* G4VEmProcess::theDensityFactor
private

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

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

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

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

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

const G4ParticleDefinition* G4VEmProcess::theElectron
protected

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

다음에 의해서 참조됨 : G4eplusAnnihilation::AtRestDoIt(), G4VEmProcess(), PostStepDoIt().

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

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

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

const G4ParticleDefinition* G4VEmProcess::theGamma
protected

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

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

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

G4EmParameters* G4VEmProcess::theParameters
private
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* G4VEmProcess::thePositron
private

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

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

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

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

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

G4ProcessType G4VProcess::theProcessType
protectedinherited
G4int G4VProcess::verboseLevel
protectedinherited

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

다음에 의해서 참조됨 : ActivateForcedInteraction(), G4VEnergyLossProcess::ActivateForcedInteraction(), ActivateSecondaryBiasing(), G4VEnergyLossProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::AddCollaborativeProcess(), G4LowECapture::AddRegion(), G4Transportation::AlongStepDoIt(), G4MonopoleTransportation::AlongStepDoIt(), G4CoupledTransportation::AlongStepDoIt(), G4Transportation::AlongStepGetPhysicalInteractionLength(), G4VContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4CoupledTransportation::AlongStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4ParallelWorldProcess::AlongStepGetPhysicalInteractionLength(), G4hImpactIonisation::AntiProtonParametrisedDEDX(), G4AntiNeutronAnnihilationAtRest::AtRestDoIt(), G4ParallelWorldScoringProcess::AtRestDoIt(), G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VITRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VXTRenergyLoss::BuildAngleForEnergyBank(), G4VXTRenergyLoss::BuildAngleTable(), G4eLowEnergyLoss::BuildDEDXTable(), G4VEnergyLossProcess::BuildDEDXTable(), G4VXTRenergyLoss::BuildEnergyTable(), G4VXTRenergyLoss::BuildGlobalAngleTable(), G4VEnergyLossProcess::BuildLambdaTable(), G4hImpactIonisation::BuildLambdaTable(), 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(), BuildPhysicsTable(), G4VEnergyLossProcess::BuildPhysicsTable(), G4OpRayleigh::CalculateRayleighMeanFreePaths(), G4eplusPolarizedAnnihilation::ComputeSaturationFactor(), G4ePolarizedIonisation::ComputeSaturationFactor(), G4PolarizedCompton::ComputeSaturationFactor(), G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4VPhononProcess::CreateSecondary(), DMXMaxTimeCuts::DMXMaxTimeCuts(), DMXMinEkineCuts::DMXMinEkineCuts(), DMXSpecialCuts::DMXSpecialCuts(), G4VProcess::EndTracking(), F04StepMax::F04StepMax(), 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(), G4UCNLoss::PostStepDoIt(), G4UCNMultiScattering::PostStepDoIt(), G4UCNAbsorption::PostStepDoIt(), G4OpAbsorption::PostStepDoIt(), G4OpRayleigh::PostStepDoIt(), G4UCNBoundaryProcess::PostStepDoIt(), G4OpWLS::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4ScoreSplittingProcess::PostStepDoIt(), G4ParallelWorldScoringProcess::PostStepDoIt(), G4Scintillation::PostStepDoIt(), PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt(), G4VITDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4eplusPolarizedAnnihilation::PostStepGetPhysicalInteractionLength(), G4ePolarizedIonisation::PostStepGetPhysicalInteractionLength(), G4PolarizedCompton::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4VMultipleScattering::PreparePhysicsTable(), PreparePhysicsTable(), G4VEnergyLossProcess::PreparePhysicsTable(), G4hImpactIonisation::ProtonParametrisedDEDX(), G4UCNBoundaryProcess::Reflect(), G4CoupledTransportation::ReportInexactEnergy(), RetrievePhysicsTable(), G4VEnergyLossProcess::RetrievePhysicsTable(), G4VEnergyLossProcess::RetrieveTable(), SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetInverseRangeTable(), G4LowECapture::SetKinEnergyLimit(), G4ElectronCapture::SetKinEnergyLimit(), G4NeutronKiller::SetKinEnergyLimit(), G4VEnergyLossProcess::SetLambdaTable(), G4VEnergyLossProcess::SetRangeTableForLoss(), G4VEnergyLossProcess::SetSecondaryRangeTable(), G4VEnergyLossProcess::SetSubLambdaTable(), G4NeutronKiller::SetTimeLimit(), G4VProcess::SetVerboseLevel(), G4FastSimulationManagerProcess::SetWorldVolume(), G4XTRRegularRadModel::SpectralXTRdEdx(), G4RegularXTRadiator::SpectralXTRdEdx(), G4TransparentRegXTRadiator::SpectralXTRdEdx(), G4CoupledTransportation::StartTracking(), G4VProcess::StartTracking(), G4VMultipleScattering::StorePhysicsTable(), G4VEnergyLossProcess::StorePhysicsTable(), G4VEnergyLossProcess::StreamInfo(), G4VMultipleScattering::StreamInfo(), StreamInfo(), G4VITProcess::SubtractNumberOfInteractionLengthLeft(), G4VProcess::SubtractNumberOfInteractionLengthLeft(), WLSStepMax::WLSStepMax(), XrayTelStepCut::XrayTelStepCut(), G4CoupledTransportation::~G4CoupledTransportation(), G4MonopoleTransportation::~G4MonopoleTransportation(), G4Transportation::~G4Transportation().

G4bool G4VEmProcess::weightFlag
private

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

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


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