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

#include <G4BiasingProcessInterface.hh>

G4BiasingProcessInterface에 대한 상속 다이어그램 :
G4VProcess

Public 멤버 함수

 G4BiasingProcessInterface (G4String name="biasWrapper(0)")
 
 G4BiasingProcessInterface (G4VProcess *wrappedProcess, G4bool wrappedIsAtRest, G4bool wrappedIsAlongStep, G4bool wrappedIsPostStep, G4String useThisName="")
 
 ~G4BiasingProcessInterface ()
 
G4VProcessGetWrappedProcess () const
 
G4VBiasingOperatorGetCurrentBiasingOperator () const
 
G4VBiasingOperatorGetPreviousBiasingOperator () const
 
G4VBiasingOperationGetCurrentNonPhysicsBiasingOperation () const
 
G4VBiasingOperationGetPreviousNonPhysicsBiasingOperation () const
 
G4VBiasingOperationGetCurrentOccurenceBiasingOperation () const
 
G4VBiasingOperationGetPreviousOccurenceBiasingOperation () const
 
G4VBiasingOperationGetCurrentFinalStateBiasingOperation () const
 
G4VBiasingOperationGetPreviousFinalStateBiasingOperation () const
 
const std::vector< const
G4BiasingProcessInterface * > & 
GetBiasingProcessInterfaces () const
 
const std::vector< const
G4BiasingProcessInterface * > & 
GetPhysicsBiasingProcessInterfaces () const
 
const std::vector< const
G4BiasingProcessInterface * > & 
GetNonPhysicsBiasingProcessInterfaces () const
 
const G4BiasingProcessSharedDataGetSharedData () const
 
G4bool GetIsFirstPostStepGPILInterface (G4bool physOnly=true) const
 
G4bool GetIsLastPostStepGPILInterface (G4bool physOnly=true) const
 
G4bool GetIsFirstPostStepDoItInterface (G4bool physOnly=true) const
 
G4bool GetIsLastPostStepDoItInterface (G4bool physOnly=true) const
 
G4bool IsFirstPostStepGPILInterface (G4bool physOnly=true) const
 
G4bool IsLastPostStepGPILInterface (G4bool physOnly=true) const
 
G4bool IsFirstPostStepDoItInterface (G4bool physOnly=true) const
 
G4bool IsLastPostStepDoItInterface (G4bool physOnly=true) const
 
G4bool GetWrappedProcessIsAtRest () const
 
G4bool GetWrappedProcessIsAlong () const
 
G4bool GetWrappedProcessIsPost () const
 
G4double GetPreviousStepSize () const
 
G4double GetCurrentMinimumStep () const
 
G4double GetProposedSafety () const
 
void SetProposedSafety (G4double sft)
 
G4double GetPostStepGPIL () const
 
G4double GetAlongStepGPIL () const
 
void StartTracking (G4Track *track)
 
void EndTracking ()
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4VParticleChangePostStepDoIt (const G4Track &track, const G4Step &step)
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &track, const G4Step &step)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
 
virtual G4bool IsApplicable (const G4ParticleDefinition &pd)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &pd)
 
virtual void PreparePhysicsTable (const G4ParticleDefinition &pd)
 
virtual G4bool StorePhysicsTable (const G4ParticleDefinition *pd, const G4String &s, G4bool f)
 
virtual G4bool RetrievePhysicsTable (const G4ParticleDefinition *pd, const G4String &s, G4bool f)
 
virtual void SetProcessManager (const G4ProcessManager *)
 
virtual const G4ProcessManagerGetProcessManager ()
 
virtual void ResetNumberOfInteractionLengthLeft ()
 
virtual void SetMasterProcess (G4VProcess *masterP)
 
virtual void BuildWorkerPhysicsTable (const G4ParticleDefinition &pd)
 
virtual void PrepareWorkerPhysicsTable (const G4ParticleDefinition &pd)
 
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)
 
G4double GetNumberOfInteractionLengthLeft () const
 
G4double GetTotalNumberOfInteractionLengthTraversed () const
 
G4bool isAtRestDoItIsEnabled () const
 
G4bool isAlongStepDoItIsEnabled () const
 
G4bool isPostStepDoItIsEnabled () const
 
virtual void DumpInfo () const
 
virtual void ProcessDescription (std::ostream &outfile) const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
const G4VProcessGetMasterProcess () const
 

정적 Public 멤버 함수

static const
G4BiasingProcessSharedData
GetSharedData (const G4ProcessManager *)
 
static const G4StringGetProcessTypeName (G4ProcessType)
 

Protected 멤버 함수

void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Protected 속성

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 SetUpFirstLastFlags ()
 
void ResetForUnbiasedTracking ()
 
void ReorderBiasingVectorAsGPIL ()
 
G4int IdxFirstLast (G4int firstLast, G4int GPILDoIt, G4int physAll) const
 
void InvokeWrappedProcessPostStepGPIL (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 

Private 속성

G4TrackfCurrentTrack
 
G4double fPreviousStepSize
 
G4double fCurrentMinimumStep
 
G4double fProposedSafety
 
G4VBiasingOperationfOccurenceBiasingOperation
 
G4VBiasingOperationfFinalStateBiasingOperation
 
G4VBiasingOperationfNonPhysicsBiasingOperation
 
G4VBiasingOperationfPreviousOccurenceBiasingOperation
 
G4VBiasingOperationfPreviousFinalStateBiasingOperation
 
G4VBiasingOperationfPreviousNonPhysicsBiasingOperation
 
G4bool fResetWrappedProcessInteractionLength
 
G4VProcessfWrappedProcess
 
const G4bool fIsPhysicsBasedBiasing
 
const G4bool fWrappedProcessIsAtRest
 
const G4bool fWrappedProcessIsAlong
 
const G4bool fWrappedProcessIsPost
 
G4double fWrappedProcessPostStepGPIL
 
G4double fBiasingPostStepGPIL
 
G4double fWrappedProcessInteractionLength
 
G4ForceCondition fWrappedProcessForceCondition
 
G4ForceCondition fBiasingForceCondition
 
G4double fWrappedProcessAlongStepGPIL
 
G4double fBiasingAlongStepGPIL
 
G4GPILSelection fWrappedProcessGPILSelection
 
G4GPILSelection fBiasingGPILSelection
 
const G4VBiasingInteractionLawfBiasingInteractionLaw
 
const G4VBiasingInteractionLawfPreviousBiasingInteractionLaw
 
G4InteractionLawPhysicalfPhysicalInteractionLaw
 
G4ParticleChangeForOccurenceBiasingfOccurenceBiasingParticleChange
 
G4ParticleChangeForNothingfDummyParticleChange
 
G4bool fFirstLastFlags [8]
 
G4bool fIamFirstGPIL
 
const G4ProcessManagerfProcessManager
 
G4BiasingProcessSharedDatafSharedData
 

정적 Private 속성

static G4Cache< G4boolfResetInteractionLaws
 
static G4Cache< G4boolfCommonStart
 
static G4Cache< G4boolfCommonEnd
 
static G4Cache< G4boolfDoCommonConfigure
 

상세한 설명

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

생성자 & 소멸자 문서화

G4BiasingProcessInterface::G4BiasingProcessInterface ( G4String  name = "biasWrapper(0)")

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

다음을 참조함 : fCommonEnd, fCommonStart, fDoCommonConfigure, fFirstLastFlags, fResetInteractionLaws, G4Cache< VALTYPE >::Put().

G4BiasingProcessInterface::G4BiasingProcessInterface ( G4VProcess wrappedProcess,
G4bool  wrappedIsAtRest,
G4bool  wrappedIsAlongStep,
G4bool  wrappedIsPostStep,
G4String  useThisName = "" 
)
G4BiasingProcessInterface::~G4BiasingProcessInterface ( )

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

다음을 참조함 : fDummyParticleChange, fOccurenceBiasingParticleChange, fPhysicalInteractionLaw.

멤버 함수 문서화

G4VParticleChange * G4BiasingProcessInterface::AlongStepDoIt ( const G4Track track,
const G4Step step 
)
virtual
G4double G4BiasingProcessInterface::AlongStepGetPhysicalInteractionLength ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double proposedSafety,
G4GPILSelection selection 
)
virtual
G4double G4VProcess::AlongStepGPIL ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double proposedSafety,
G4GPILSelection selection 
)
inlineinherited

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

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

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

G4VParticleChange * G4BiasingProcessInterface::AtRestDoIt ( const G4Track track,
const G4Step step 
)
virtual

G4VProcess를 구현.

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

다음을 참조함 : G4VProcess::AtRestDoIt(), fWrappedProcess.

G4double G4BiasingProcessInterface::AtRestGetPhysicalInteractionLength ( const G4Track track,
G4ForceCondition condition 
)
virtual

G4VProcess를 구현.

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

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

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

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

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

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

void G4BiasingProcessInterface::BuildPhysicsTable ( const G4ParticleDefinition pd)
virtual
void G4BiasingProcessInterface::BuildWorkerPhysicsTable ( const G4ParticleDefinition pd)
virtual
void G4VProcess::ClearNumberOfInteractionLengthLeft ( )
inlineprotectedinherited
void G4VProcess::DumpInfo ( ) const
virtualinherited
void G4BiasingProcessInterface::EndTracking ( )
virtual
G4double G4BiasingProcessInterface::GetAlongStepGPIL ( ) const
inline

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

다음을 참조함 : fWrappedProcessAlongStepGPIL.

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

const std::vector< const G4BiasingProcessInterface* >& G4BiasingProcessInterface::GetBiasingProcessInterfaces ( ) const
inline

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

다음을 참조함 : fSharedData.

G4VBiasingOperator* G4BiasingProcessInterface::GetCurrentBiasingOperator ( ) const
inline

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

다음을 참조함 : fSharedData.

G4VBiasingOperation* G4BiasingProcessInterface::GetCurrentFinalStateBiasingOperation ( ) const
inline

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

다음을 참조함 : fFinalStateBiasingOperation.

G4double G4VProcess::GetCurrentInteractionLength ( ) const
inlineinherited
G4double G4BiasingProcessInterface::GetCurrentMinimumStep ( ) const
inline

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

다음을 참조함 : fCurrentMinimumStep.

G4VBiasingOperation* G4BiasingProcessInterface::GetCurrentNonPhysicsBiasingOperation ( ) const
inline

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

다음을 참조함 : fNonPhysicsBiasingOperation.

G4VBiasingOperation* G4BiasingProcessInterface::GetCurrentOccurenceBiasingOperation ( ) const
inline

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

다음을 참조함 : fOccurenceBiasingOperation.

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

G4bool G4BiasingProcessInterface::GetIsFirstPostStepDoItInterface ( G4bool  physOnly = true) const

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

다음을 참조함 : fFirstLastFlags, IdxFirstLast().

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

G4bool G4BiasingProcessInterface::GetIsFirstPostStepGPILInterface ( G4bool  physOnly = true) const

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

다음을 참조함 : fFirstLastFlags, IdxFirstLast().

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

G4bool G4BiasingProcessInterface::GetIsLastPostStepDoItInterface ( G4bool  physOnly = true) const

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

다음을 참조함 : fFirstLastFlags, IdxFirstLast().

G4bool G4BiasingProcessInterface::GetIsLastPostStepGPILInterface ( G4bool  physOnly = true) const

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

다음을 참조함 : fFirstLastFlags, IdxFirstLast().

const G4VProcess * G4VProcess::GetMasterProcess ( ) const
inlineinherited
const std::vector< const G4BiasingProcessInterface* >& G4BiasingProcessInterface::GetNonPhysicsBiasingProcessInterfaces ( ) const
inline

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

다음을 참조함 : G4BiasingProcessSharedData::fPublicNonPhysicsBiasingProcessInterfaces, fSharedData.

G4double G4VProcess::GetNumberOfInteractionLengthLeft ( ) const
inlineinherited

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

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

const std::vector< const G4BiasingProcessInterface* >& G4BiasingProcessInterface::GetPhysicsBiasingProcessInterfaces ( ) const
inline

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

다음을 참조함 : fSharedData.

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

G4double G4BiasingProcessInterface::GetPostStepGPIL ( ) const
inline

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

다음을 참조함 : fBiasingPostStepGPIL.

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

G4VBiasingOperator* G4BiasingProcessInterface::GetPreviousBiasingOperator ( ) const
inline

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

다음을 참조함 : G4BiasingProcessSharedData::fPreviousBiasingOperator, fSharedData.

G4VBiasingOperation* G4BiasingProcessInterface::GetPreviousFinalStateBiasingOperation ( ) const
inline

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

다음을 참조함 : fPreviousFinalStateBiasingOperation.

G4VBiasingOperation* G4BiasingProcessInterface::GetPreviousNonPhysicsBiasingOperation ( ) const
inline

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

다음을 참조함 : fPreviousNonPhysicsBiasingOperation.

G4VBiasingOperation* G4BiasingProcessInterface::GetPreviousOccurenceBiasingOperation ( ) const
inline
G4double G4BiasingProcessInterface::GetPreviousStepSize ( ) const
inline
const G4ProcessManager * G4BiasingProcessInterface::GetProcessManager ( )
virtual

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

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

다음을 참조함 : fWrappedProcess, G4VProcess::GetProcessManager().

const G4String & G4VProcess::GetProcessName ( ) const
inlineinherited

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

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

다음에 의해서 참조됨 : G4VEmProcess::ActivateForcedInteraction(), G4VEnergyLossProcess::ActivateForcedInteraction(), G4ProcessManager::ActivateProcess(), G4VEmProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::AddCollaborativeProcess(), G4ParallelGeometriesLimiterProcess::AddParallelWorld(), G4IonINCLXXPhysics::AddProcess(), G4IonQMDPhysics::AddProcess(), G4ProcessManager::AddProcess(), G4ProcessPlacer::AddProcessAs(), G4ITSteppingVerbose::AlongStepDoItAllDone(), G4SteppingVerbose::AlongStepDoItAllDone(), G4SteppingVerbose::AlongStepDoItOneByOne(), G4VContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4ParallelWorldProcess::AlongStepGetPhysicalInteractionLength(), XrayFluoAnalysisManager::analyseStepping(), G4ITSteppingVerbose::AtRestDoItInvoked(), G4SteppingVerbose::AtRestDoItInvoked(), G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VITRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4HadronicProcess::BiasCrossSectionByFactor(), G4VXTRenergyLoss::BuildAngleForEnergyBank(), G4VEnergyLossProcess::BuildDEDXTable(), G4VUserPhysicsList::BuildIntegralPhysicsTable(), G4VEnergyLossProcess::BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), StepMax::BuildPhysicsTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable(), G4DNABrownianTransportation::BuildPhysicsTable(), G4VMultipleScattering::BuildPhysicsTable(), G4LossTableManager::BuildPhysicsTable(), G4VEmProcess::BuildPhysicsTable(), G4VEnergyLossProcess::BuildPhysicsTable(), G4ScreenedNuclearRecoil::BuildPhysicsTable(), G4LossTableManager::BuildTables(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4ProcessManager::CheckOrderingParameters(), G4HadronicProcess::CheckResult(), LXeStackingAction::ClassifyNewTrack(), OpNoviceStackingAction::ClassifyNewTrack(), G4StackChecker::ClassifyNewTrack(), G4BOptrForceCollision::ConfigureForWorker(), G4RunManagerKernel::ConfirmCoupledTransportation(), G4HadronDElasticPhysics::ConstructProcess(), G4IonElasticPhysics::ConstructProcess(), G4HadronHElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), G4FastSimulationPhysics::ConstructProcess(), G4GenericBiasingPhysics::ConstructProcess(), G4LossTableManager::CopyTables(), Run::CountProcesses(), G4RichTrajectory::CreateAttValues(), G4RichTrajectoryPoint::CreateAttValues(), CCaloSD::createNewHit(), G4VPhononProcess::CreateSecondary(), G4EmParameters::DefineRegParamForEM(), G4EmParameters::DefineRegParamForLoss(), G4HadronicProcessStore::DeRegisterExtraProcess(), DMXMaxTimeCuts::DMXMaxTimeCuts(), DMXMinEkineCuts::DMXMinEkineCuts(), DMXSpecialCuts::DMXSpecialCuts(), G4SteppingVerbose::DPSLAlongStep(), G4SteppingVerbose::DPSLPostStep(), G4HadronicProcessStore::Dump(), G4MuonicAtomDecay::DumpState(), G4HadronicProcess::DumpState(), G4ExceptionHandler::DumpTrackInfo(), export_G4VProcess(), F04StepMax::F04StepMax(), G4EmCalculator::FindEmModel(), G4VEmProcess::FindLambdaMax(), G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(), G4BiasingProcessInterface(), G4Cerenkov::G4Cerenkov(), G4ErrorEnergyLoss::G4ErrorEnergyLoss(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4FastSimulationManagerProcess::G4FastSimulationManagerProcess(), G4ImportanceProcess::G4ImportanceProcess(), G4LowEnergyCompton::G4LowEnergyCompton(), G4LowEnergyGammaConversion::G4LowEnergyGammaConversion(), G4LowEnergyPhotoElectric::G4LowEnergyPhotoElectric(), G4LowEnergyPolarizedCompton::G4LowEnergyPolarizedCompton(), G4LowEnergyRayleigh::G4LowEnergyRayleigh(), G4MaxTimeCuts::G4MaxTimeCuts(), G4MinEkineCuts::G4MinEkineCuts(), G4OpAbsorption::G4OpAbsorption(), G4OpBoundaryProcess::G4OpBoundaryProcess(), G4OpMieHG::G4OpMieHG(), G4OpRayleigh::G4OpRayleigh(), G4OpWLS::G4OpWLS(), G4ParallelWorldProcess::G4ParallelWorldProcess(), G4ParallelWorldScoringProcess::G4ParallelWorldScoringProcess(), G4Scintillation::G4Scintillation(), G4ScoreSplittingProcess::G4ScoreSplittingProcess(), G4SpecialCuts::G4SpecialCuts(), G4StepLimiter::G4StepLimiter(), G4UCNAbsorption::G4UCNAbsorption(), G4UCNBoundaryProcess::G4UCNBoundaryProcess(), G4UCNLoss::G4UCNLoss(), G4UCNMultiScattering::G4UCNMultiScattering(), G4UserSpecialCuts::G4UserSpecialCuts(), G4VEmProcess::G4VEmProcess(), G4WeightCutOffProcess::G4WeightCutOffProcess(), G4WeightWindowProcess::G4WeightWindowProcess(), G4HadronicProcess::GetElementCrossSection(), G4WeightWindowProcess::GetName(), PhysicsList::GetProcess(), G4ProcessManager::GetProcess(), G4ProcessManager::GetProcessVectorIndex(), G4ProcessManager::InActivateProcess(), G4hhIonisation::InitialiseEnergyLossProcess(), G4ProcessTable::Insert(), G4SteppingManager::InvokeAlongStepDoItProcs(), G4SteppingManager::InvokeAtRestDoItProcs(), G4SteppingManager::InvokePSDIP(), G4LossTableManager::LocalPhysicsTables(), G4ErrorPropagator::MakeOneStep(), G4VEmProcess::PostStepDoIt(), G4SteppingVerbose::PostStepDoItAllDone(), G4ITSteppingVerbose::PostStepDoItAllDone(), G4SteppingVerbose::PostStepDoItOneByOne(), G4VITDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4ITSteppingVerbose::PostStepVerbose(), LXeTrackingAction::PostUserTrackingAction(), G4EmConfigurator::PrepareModels(), G4HadronStoppingProcess::PreparePhysicsTable(), G4LossTableManager::PreparePhysicsTable(), G4VMultipleScattering::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), G4VEnergyLossProcess::PreparePhysicsTable(), CexmcTrackingAction::PreUserTrackingAction(), G4HadronicProcessStore::Print(), G4HadronicProcessStore::PrintHtml(), G4AnnihiToMuPair::PrintInfoDefinition(), G4GammaConversionToMuons::PrintInfoDefinition(), G4LowEnergyIonisation::PrintInfoDefinition(), G4SynchrotronRadiation::PrintInfoDefinition(), G4LowEnergyBremsstrahlung::PrintInfoDefinition(), G4hImpactIonisation::PrintInfoDefinition(), G4ProcessPlacer::PrintProcVec(), G4VEmProcess::PrintWarning(), G4VEnergyLossProcess::PrintWarning(), G4PionDecayMakeSpin::ProcessDescription(), G4DecayWithSpin::ProcessDescription(), G4UnknownDecay::ProcessDescription(), G4Decay::ProcessDescription(), G4ChannelingOptrChangeCrossSection::ProposeOccurenceBiasingOperation(), G4StackManager::PushOneTrack(), G4HadronicProcessStore::Register(), G4LossTableManager::Register(), G4LossTableManager::RegisterExtraParticle(), G4HadronicProcessStore::RegisterExtraProcess(), G4HadronicProcess::RegisterMe(), G4HadronicProcessStore::RegisterParticle(), G4PhysicsListHelper::RegisterProcess(), G4WrapperProcess::RegisterProcess(), G4ProcessTable::Remove(), G4ParallelGeometriesLimiterProcess::RemoveParallelWorld(), G4ProcessPlacer::RemoveProcess(), G4ProcessManager::RemoveProcess(), G4VEmProcess::RetrievePhysicsTable(), G4VEnergyLossProcess::RetrievePhysicsTable(), G4VEmProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetInverseRangeTable(), G4VEnergyLossProcess::SetLambdaTable(), G4ProcessTableMessenger::SetNewValue(), G4ProcessTable::SetProcessActivation(), G4ProcessManager::SetProcessOrdering(), G4ProcessManager::SetProcessOrderingToFirst(), G4ProcessManager::SetProcessOrderingToLast(), G4ProcessManager::SetProcessOrderingToSecond(), G4VEnergyLossProcess::SetRangeTableForLoss(), G4VEnergyLossProcess::SetSecondaryRangeTable(), G4VEnergyLossProcess::SetSubLambdaTable(), G4FastSimulationManagerProcess::SetWorldVolume(), G4SteppingVerbose::ShowStep(), GB01BOptrChangeCrossSection::StartRun(), 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(), G4VEnergyLossProcess::StorePhysicsTable(), G4VEnergyLossProcess::StreamInfo(), G4VMultipleScattering::StreamInfo(), G4VEmProcess::StreamInfo(), EventAction::SumEnergyTransfered(), G4EmCalculator::UpdateParticle(), LXeSteppingAction::UserSteppingAction(), F04SteppingAction::UserSteppingAction(), PurgMagSteppingAction::UserSteppingAction(), G4ScoreSplittingProcess::Verbose(), G4ParallelWorldScoringProcess::Verbose(), G4SteppingVerbose::VerboseTrack(), WLSStepMax::WLSStepMax(), XrayTelStepCut::XrayTelStepCut().

G4int G4VProcess::GetProcessSubType ( ) const
inlineinherited
G4ProcessType G4VProcess::GetProcessType ( ) const
inlineinherited
const G4String & G4VProcess::GetProcessTypeName ( G4ProcessType  aType)
staticinherited
G4double G4BiasingProcessInterface::GetProposedSafety ( ) const
inline

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

다음을 참조함 : fProposedSafety.

const G4BiasingProcessSharedData* G4BiasingProcessInterface::GetSharedData ( ) const
inline
const G4BiasingProcessSharedData * G4BiasingProcessInterface::GetSharedData ( const G4ProcessManager mgr)
static

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

다음을 참조함 : G4MapCache< KEYTYPE, VALTYPE >::Find(), G4BiasingProcessSharedData::fSharedDataMap.

G4double G4VProcess::GetTotalNumberOfInteractionLengthTraversed ( ) const
inlineinherited
G4int G4VProcess::GetVerboseLevel ( ) const
inlineinherited
G4VProcess* G4BiasingProcessInterface::GetWrappedProcess ( ) const
inline
G4bool G4BiasingProcessInterface::GetWrappedProcessIsAlong ( ) const
inline

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

다음을 참조함 : fWrappedProcessIsAlong.

G4bool G4BiasingProcessInterface::GetWrappedProcessIsAtRest ( ) const
inline

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

다음을 참조함 : fWrappedProcessIsAtRest.

G4bool G4BiasingProcessInterface::GetWrappedProcessIsPost ( ) const
inline

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

다음을 참조함 : fWrappedProcessIsPost.

G4int G4BiasingProcessInterface::IdxFirstLast ( G4int  firstLast,
G4int  GPILDoIt,
G4int  physAll 
) const
inlineprivate
void G4BiasingProcessInterface::InvokeWrappedProcessPostStepGPIL ( const G4Track track,
G4double  previousStepSize,
G4ForceCondition condition 
)
private
G4bool G4VProcess::isAlongStepDoItIsEnabled ( ) const
inlineinherited

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

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

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

G4bool G4BiasingProcessInterface::IsApplicable ( const G4ParticleDefinition pd)
virtual

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

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

다음을 참조함 : fWrappedProcess, G4VProcess::IsApplicable().

G4bool G4VProcess::isAtRestDoItIsEnabled ( ) const
inlineinherited

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

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

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

G4bool G4BiasingProcessInterface::IsFirstPostStepDoItInterface ( G4bool  physOnly = true) const
G4bool G4BiasingProcessInterface::IsFirstPostStepGPILInterface ( G4bool  physOnly = true) const
G4bool G4BiasingProcessInterface::IsLastPostStepDoItInterface ( G4bool  physOnly = true) const
G4bool G4BiasingProcessInterface::IsLastPostStepGPILInterface ( G4bool  physOnly = true) const
G4bool G4VProcess::isPostStepDoItIsEnabled ( ) const
inlineinherited

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

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

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

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

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

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

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

G4VParticleChange * G4BiasingProcessInterface::PostStepDoIt ( const G4Track track,
const G4Step step 
)
virtual
G4double G4BiasingProcessInterface::PostStepGetPhysicalInteractionLength ( const G4Track track,
G4double  previousStepSize,
G4ForceCondition condition 
)
virtual

G4VProcess를 구현.

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

다음을 참조함 : DBL_MAX, G4VBiasingOperation::DistanceToApplyOperation(), fBiasingAlongStepGPIL, fBiasingForceCondition, fBiasingGPILSelection, fBiasingInteractionLaw, fBiasingPostStepGPIL, G4BiasingProcessSharedData::fCurrentBiasingOperator, fFinalStateBiasingOperation, fGeomBoundary, fIamFirstGPIL, G4BiasingProcessSharedData::fIsNewOperator, fIsPhysicsBasedBiasing, G4BiasingProcessSharedData::fLeavingPreviousOperator, G4BiasingProcessSharedData::fMassGeometryOperator, fNonPhysicsBiasingOperation, fOccurenceBiasingOperation, G4BiasingProcessSharedData::fParallelGeometriesLimiterProcess, G4BiasingProcessSharedData::fParallelGeometryOperator, fPhysicalInteractionLaw, G4BiasingProcessSharedData::fPhysicsBiasingProcessInterfaces, fPreviousBiasingInteractionLaw, G4BiasingProcessSharedData::fPreviousBiasingOperator, fPreviousFinalStateBiasingOperation, fPreviousNonPhysicsBiasingOperation, fPreviousOccurenceBiasingOperation, fPreviousStepSize, fResetWrappedProcessInteractionLength, fSharedData, fWrappedProcess, fWrappedProcessAlongStepGPIL, fWrappedProcessForceCondition, fWrappedProcessGPILSelection, fWrappedProcessInteractionLength, fWrappedProcessPostStepGPIL, G4endl, G4Exception(), G4VBiasingOperator::GetBiasingOperator(), G4Track::GetCurrentStepNumber(), G4ParallelGeometriesLimiterProcess::GetCurrentVolumes(), G4VPhysicalVolume::GetLogicalVolume(), G4VBiasingOperator::GetName(), G4Step::GetPreStepPoint(), G4VBiasingInteractionLaw::GetSampledInteractionLength(), G4Track::GetStep(), G4StepPoint::GetStepStatus(), G4Track::GetVolume(), G4ParallelGeometriesLimiterProcess::GetWasLimiting(), JustWarning, NotCandidateForSelection, NotForced, G4VProcess::PostStepGetPhysicalInteractionLength(), G4VBiasingOperation::ProvideOccurenceBiasingInteractionLaw(), ResetForUnbiasedTracking(), G4VProcess::ResetNumberOfInteractionLengthLeft(), G4InteractionLawPhysical::SetPhysicalCrossSection().

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

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

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

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

void G4BiasingProcessInterface::PreparePhysicsTable ( const G4ParticleDefinition pd)
virtual

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

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

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

void G4BiasingProcessInterface::PrepareWorkerPhysicsTable ( const G4ParticleDefinition pd)
virtual

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

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

다음을 참조함 : fWrappedProcess, G4VProcess::PrepareWorkerPhysicsTable(), SetUpFirstLastFlags().

void G4VProcess::ProcessDescription ( std::ostream &  outfile) const
virtualinherited

G4Decay, G4VEnergyLossProcess, G4HadronicProcess, G4VEmProcess, G4VMultipleScattering, G4MuIonisation, G4hIonisation, G4RadioactiveDecay, G4MuBremsstrahlung, G4PhotoElectricEffect, G4eIonisation, G4GammaConversion, G4ionIonisation, G4eBremsstrahlung, G4NuclearStopping, G4MuPairProduction, G4ComptonScattering, G4HadronStoppingProcess, G4eplusAnnihilation, G4MuonMinusAtomicCapture, G4eeToHadrons, G4UnknownDecay, G4mplIonisation, G4RadioactiveDecayBase, G4hhIonisation, G4MuonicAtomDecay, G4hMultipleScattering, G4ePairProduction, G4hBremsstrahlung, G4MuMultipleScattering, G4alphaIonisation, G4eMultipleScattering, G4hPairProduction, G4HadronElasticProcess, G4NeutrinoElectronProcess, G4RayleighScattering, G4CoulombScattering, G4MuonMinusCapture, G4HadronicAbsorptionFritiof, G4HadronFissionProcess, G4Radioactivation, G4HadronCaptureProcess, G4PhotoNuclearProcess, G4PhotoCaptureProcess, G4HadronicAbsorptionBertini, G4PhotoFissionProcess, G4DecayWithSpin, G4NeutronInelasticProcess, G4AntiAlphaInelasticProcess, G4AntiDeuteronInelasticProcess, G4AntiHe3InelasticProcess, G4ElectronNuclearProcess, G4MuonNuclearProcess, G4AntiNeutronInelasticProcess, G4IonInelasticProcess, G4PionMinusInelasticProcess, G4PionDecayMakeSpin, G4AlphaInelasticProcess, G4AntiOmegaMinusInelasticProcess, G4AntiProtonInelasticProcess, G4AntiSigmaMinusInelasticProcess, G4AntiSigmaPlusInelasticProcess, G4AntiTritonInelasticProcess, G4AntiXiMinusInelasticProcess, G4AntiXiZeroInelasticProcess, G4DeuteronInelasticProcess, G4KaonMinusInelasticProcess, G4KaonPlusInelasticProcess, G4KaonZeroLInelasticProcess, G4KaonZeroSInelasticProcess, G4LambdaInelasticProcess, G4OmegaMinusInelasticProcess, G4PionPlusInelasticProcess, G4ProtonInelasticProcess, G4SigmaMinusInelasticProcess, G4SigmaPlusInelasticProcess, G4TritonInelasticProcess, G4XiMinusInelasticProcess, G4XiZeroInelasticProcess, G4AntiLambdaInelasticProcess, G4He3InelasticProcess, G4PositronNuclearProcess에서 재구현되었습니다.

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

다음에 의해서 참조됨 : G4LossTableManager::DumpHtml(), G4HadronicProcessStore::PrintHtml().

void G4BiasingProcessInterface::ReorderBiasingVectorAsGPIL ( )
private
void G4BiasingProcessInterface::ResetForUnbiasedTracking ( )
private

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

다음을 참조함 : fBiasingInteractionLaw, fFinalStateBiasingOperation, fNonPhysicsBiasingOperation, fOccurenceBiasingOperation.

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

void G4BiasingProcessInterface::ResetNumberOfInteractionLengthLeft ( )
virtual

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

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

다음을 참조함 : fWrappedProcess, G4VProcess::ResetNumberOfInteractionLengthLeft().

G4bool G4BiasingProcessInterface::RetrievePhysicsTable ( const G4ParticleDefinition pd,
const G4String s,
G4bool  f 
)
virtual

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

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

다음을 참조함 : fWrappedProcess, G4VProcess::RetrievePhysicsTable().

void G4BiasingProcessInterface::SetMasterProcess ( G4VProcess masterP)
virtual

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

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

다음을 참조함 : fWrappedProcess, G4VProcess::GetMasterProcess(), GetWrappedProcess(), G4VProcess::SetMasterProcess().

void G4VProcess::SetPILfactor ( G4double  value)
inlineinherited

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

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

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

void G4BiasingProcessInterface::SetProcessManager ( const G4ProcessManager mgr)
virtual

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

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

다음을 참조함 : fIsPhysicsBasedBiasing, fProcessManager, fSharedData, G4BiasingProcessSharedData::fSharedDataMap, fWrappedProcess, G4VProcess::SetProcessManager().

void G4VProcess::SetProcessSubType ( G4int  value)
inlineinherited

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

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

다음에 의해서 참조됨 : G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4alphaIonisation::G4alphaIonisation(), G4AnnihiToMuPair::G4AnnihiToMuPair(), G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(), 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 G4BiasingProcessInterface::SetProposedSafety ( G4double  sft)
inline

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

다음을 참조함 : fProposedSafety.

void G4BiasingProcessInterface::SetUpFirstLastFlags ( )
private
void G4VProcess::SetVerboseLevel ( G4int  value)
inlineinherited
void G4BiasingProcessInterface::StartTracking ( G4Track track)
virtual
G4bool G4BiasingProcessInterface::StorePhysicsTable ( const G4ParticleDefinition pd,
const G4String s,
G4bool  f 
)
virtual

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

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

다음을 참조함 : fWrappedProcess, G4VProcess::StorePhysicsTable().

void G4VProcess::SubtractNumberOfInteractionLengthLeft ( G4double  previousStepSize)
inlineprotectedinherited

멤버 데이타 문서화

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

G4double G4VProcess::currentInteractionLength
protectedinherited
G4bool G4VProcess::enableAlongStepDoIt
protectedinherited
G4bool G4VProcess::enableAtRestDoIt
protectedinherited
G4bool G4VProcess::enablePostStepDoIt
protectedinherited
G4double G4BiasingProcessInterface::fBiasingAlongStepGPIL
private

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

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

G4ForceCondition G4BiasingProcessInterface::fBiasingForceCondition
private

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

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

G4GPILSelection G4BiasingProcessInterface::fBiasingGPILSelection
private

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

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

const G4VBiasingInteractionLaw* G4BiasingProcessInterface::fBiasingInteractionLaw
private
G4double G4BiasingProcessInterface::fBiasingPostStepGPIL
private

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

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

G4Cache< G4bool > G4BiasingProcessInterface::fCommonEnd
staticprivate

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

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

G4Cache< G4bool > G4BiasingProcessInterface::fCommonStart
staticprivate

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

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

G4double G4BiasingProcessInterface::fCurrentMinimumStep
private

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

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

G4Track* G4BiasingProcessInterface::fCurrentTrack
private

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

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

G4Cache< G4bool > G4BiasingProcessInterface::fDoCommonConfigure
staticprivate

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

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

G4ParticleChangeForNothing* G4BiasingProcessInterface::fDummyParticleChange
private

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

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

G4VBiasingOperation* G4BiasingProcessInterface::fFinalStateBiasingOperation
private
G4bool G4BiasingProcessInterface::fFirstLastFlags[8]
private
G4bool G4BiasingProcessInterface::fIamFirstGPIL
private

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

다음에 의해서 참조됨 : BuildPhysicsTable(), BuildWorkerPhysicsTable(), PostStepGetPhysicalInteractionLength(), SetUpFirstLastFlags().

const G4bool G4BiasingProcessInterface::fIsPhysicsBasedBiasing
private
G4VBiasingOperation* G4BiasingProcessInterface::fNonPhysicsBiasingOperation
private
G4VBiasingOperation* G4BiasingProcessInterface::fOccurenceBiasingOperation
private
G4ParticleChangeForOccurenceBiasing* G4BiasingProcessInterface::fOccurenceBiasingParticleChange
private

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

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

G4InteractionLawPhysical* G4BiasingProcessInterface::fPhysicalInteractionLaw
private
const G4VBiasingInteractionLaw* G4BiasingProcessInterface::fPreviousBiasingInteractionLaw
private

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

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

G4VBiasingOperation* G4BiasingProcessInterface::fPreviousFinalStateBiasingOperation
private

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

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

G4VBiasingOperation* G4BiasingProcessInterface::fPreviousNonPhysicsBiasingOperation
private

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

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

G4VBiasingOperation* G4BiasingProcessInterface::fPreviousOccurenceBiasingOperation
private

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

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

G4double G4BiasingProcessInterface::fPreviousStepSize
private

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

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

const G4ProcessManager* G4BiasingProcessInterface::fProcessManager
private
G4double G4BiasingProcessInterface::fProposedSafety
private

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

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

G4Cache< G4bool > G4BiasingProcessInterface::fResetInteractionLaws
staticprivate

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

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

G4bool G4BiasingProcessInterface::fResetWrappedProcessInteractionLength
private

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

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

G4BiasingProcessSharedData* G4BiasingProcessInterface::fSharedData
private
G4VProcess* G4BiasingProcessInterface::fWrappedProcess
private
G4double G4BiasingProcessInterface::fWrappedProcessAlongStepGPIL
private

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

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

G4ForceCondition G4BiasingProcessInterface::fWrappedProcessForceCondition
private

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

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

G4GPILSelection G4BiasingProcessInterface::fWrappedProcessGPILSelection
private

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

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

G4double G4BiasingProcessInterface::fWrappedProcessInteractionLength
private

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

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

const G4bool G4BiasingProcessInterface::fWrappedProcessIsAlong
private

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

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

const G4bool G4BiasingProcessInterface::fWrappedProcessIsAtRest
private

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

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

const G4bool G4BiasingProcessInterface::fWrappedProcessIsPost
private

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

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

G4double G4BiasingProcessInterface::fWrappedProcessPostStepGPIL
private

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

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

G4VParticleChange* G4VProcess::pParticleChange
protectedinherited

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

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

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

G4String G4VProcess::thePhysicsTableFileName
protectedinherited

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

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

G4double G4VProcess::thePILfactor
protectedinherited

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

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

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 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VEmProcess::ActivateForcedInteraction(), G4VEnergyLossProcess::ActivateForcedInteraction(), G4VEmProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::AddCollaborativeProcess(), G4LowECapture::AddRegion(), G4Transportation::AlongStepDoIt(), G4MonopoleTransportation::AlongStepDoIt(), G4CoupledTransportation::AlongStepDoIt(), G4Transportation::AlongStepGetPhysicalInteractionLength(), G4VContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4CoupledTransportation::AlongStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4ParallelWorldProcess::AlongStepGetPhysicalInteractionLength(), G4hImpactIonisation::AntiProtonParametrisedDEDX(), G4AntiNeutronAnnihilationAtRest::AtRestDoIt(), G4ParallelWorldScoringProcess::AtRestDoIt(), G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VITRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VXTRenergyLoss::BuildAngleForEnergyBank(), G4VXTRenergyLoss::BuildAngleTable(), G4eLowEnergyLoss::BuildDEDXTable(), G4VEnergyLossProcess::BuildDEDXTable(), G4VXTRenergyLoss::BuildEnergyTable(), G4VXTRenergyLoss::BuildGlobalAngleTable(), G4VEnergyLossProcess::BuildLambdaTable(), G4hImpactIonisation::BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), G4hImpactIonisation::BuildLossTable(), G4ChargeExchangeProcess::BuildPhysicsTable(), G4ElectronCapture::BuildPhysicsTable(), G4LowECapture::BuildPhysicsTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable(), G4hImpactIonisation::BuildPhysicsTable(), G4SynchrotronRadiation::BuildPhysicsTable(), G4VXTRenergyLoss::BuildPhysicsTable(), G4DNABrownianTransportation::BuildPhysicsTable(), G4VMultipleScattering::BuildPhysicsTable(), G4VEmProcess::BuildPhysicsTable(), G4VEnergyLossProcess::BuildPhysicsTable(), G4OpRayleigh::CalculateRayleighMeanFreePaths(), G4eplusPolarizedAnnihilation::ComputeSaturationFactor(), G4ePolarizedIonisation::ComputeSaturationFactor(), G4PolarizedCompton::ComputeSaturationFactor(), G4DNAElectronHoleRecombination::Create(), G4DNASecondOrderReaction::Create(), G4VPhononProcess::CreateSecondary(), DMXMaxTimeCuts::DMXMaxTimeCuts(), DMXMinEkineCuts::DMXMinEkineCuts(), DMXSpecialCuts::DMXSpecialCuts(), G4VProcess::EndTracking(), F04StepMax::F04StepMax(), G4VEmProcess::FindLambdaMax(), G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(), G4Cerenkov::G4Cerenkov(), G4ChargeExchangeProcess::G4ChargeExchangeProcess(), G4CoupledTransportation::G4CoupledTransportation(), G4DNAMolecularDissociation::G4DNAMolecularDissociation(), G4ePolarizedIonisation::G4ePolarizedIonisation(), G4ErrorEnergyLoss::G4ErrorEnergyLoss(), G4FastSimulationManagerProcess::G4FastSimulationManagerProcess(), G4ImportanceProcess::G4ImportanceProcess(), G4LowEnergyBremsstrahlung::G4LowEnergyBremsstrahlung(), G4LowEnergyCompton::G4LowEnergyCompton(), G4LowEnergyGammaConversion::G4LowEnergyGammaConversion(), G4LowEnergyIonisation::G4LowEnergyIonisation(), G4LowEnergyPhotoElectric::G4LowEnergyPhotoElectric(), G4LowEnergyPolarizedCompton::G4LowEnergyPolarizedCompton(), G4LowEnergyRayleigh::G4LowEnergyRayleigh(), G4MaxTimeCuts::G4MaxTimeCuts(), G4MinEkineCuts::G4MinEkineCuts(), G4MonopoleTransportation::G4MonopoleTransportation(), G4OpAbsorption::G4OpAbsorption(), G4OpBoundaryProcess::G4OpBoundaryProcess(), G4OpMieHG::G4OpMieHG(), G4OpRayleigh::G4OpRayleigh(), G4OpWLS::G4OpWLS(), G4ParallelWorldProcess::G4ParallelWorldProcess(), G4ParallelWorldScoringProcess::G4ParallelWorldScoringProcess(), G4Scintillation::G4Scintillation(), G4ScoreSplittingProcess::G4ScoreSplittingProcess(), G4SpecialCuts::G4SpecialCuts(), G4StepLimiter::G4StepLimiter(), G4StrawTubeXTRadiator::G4StrawTubeXTRadiator(), G4SynchrotronRadiation::G4SynchrotronRadiation(), G4TransparentRegXTRadiator::G4TransparentRegXTRadiator(), G4Transportation::G4Transportation(), G4UCNAbsorption::G4UCNAbsorption(), G4UCNBoundaryProcess::G4UCNBoundaryProcess(), G4UCNLoss::G4UCNLoss(), G4UCNMultiScattering::G4UCNMultiScattering(), G4UserSpecialCuts::G4UserSpecialCuts(), G4VXTRenergyLoss::G4VXTRenergyLoss(), G4WeightCutOffProcess::G4WeightCutOffProcess(), G4WeightWindowProcess::G4WeightWindowProcess(), G4VXTRenergyLoss::GetAngleVector(), G4Cerenkov::GetAverageNumberOfPhotons(), G4ChargeExchangeProcess::GetElementCrossSection(), G4VXTRenergyLoss::GetGasZmuProduct(), G4PhononScattering::GetMeanFreePath(), G4PhononDownconversion::GetMeanFreePath(), G4SynchrotronRadiation::GetMeanFreePath(), G4eplusPolarizedAnnihilation::GetMeanFreePath(), G4ePolarizedIonisation::GetMeanFreePath(), G4VXTRenergyLoss::GetMeanFreePath(), G4PolarizedCompton::GetMeanFreePath(), G4UCNAbsorption::GetMeanFreePath(), G4ScreenedNuclearRecoil::GetNewCrossSectionHandler(), G4VXTRenergyLoss::GetNumberOfPhotons(), G4VXTRenergyLoss::GetPlateZmuProduct(), G4SynchrotronRadiation::GetRandomEnergySR(), G4VProcess::GetVerboseLevel(), G4ScreenedNuclearRecoil::GetVerboseLevel(), G4hhIonisation::InitialiseEnergyLossProcess(), G4eeToHadrons::InitialiseProcess(), G4hImpactIonisation::InitializeMe(), G4UCNBoundaryProcess::MRreflect(), G4UCNBoundaryProcess::MRreflectHigh(), G4HadronElasticProcess::PostStepDoIt(), G4NeutrinoElectronProcess::PostStepDoIt(), G4DNASecondOrderReaction::PostStepDoIt(), G4OpMieHG::PostStepDoIt(), G4LowEnergyPolarizedCompton::PostStepDoIt(), G4CoupledTransportation::PostStepDoIt(), G4VXTRenergyLoss::PostStepDoIt(), G4UCNMultiScattering::PostStepDoIt(), G4UCNAbsorption::PostStepDoIt(), G4UCNLoss::PostStepDoIt(), G4OpAbsorption::PostStepDoIt(), G4OpRayleigh::PostStepDoIt(), G4UCNBoundaryProcess::PostStepDoIt(), G4OpWLS::PostStepDoIt(), G4Cerenkov::PostStepDoIt(), G4ScoreSplittingProcess::PostStepDoIt(), G4ParallelWorldScoringProcess::PostStepDoIt(), G4Scintillation::PostStepDoIt(), G4VEmProcess::PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt(), G4VITDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4eplusPolarizedAnnihilation::PostStepGetPhysicalInteractionLength(), G4ePolarizedIonisation::PostStepGetPhysicalInteractionLength(), G4PolarizedCompton::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4VMultipleScattering::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), G4VEnergyLossProcess::PreparePhysicsTable(), G4hImpactIonisation::ProtonParametrisedDEDX(), G4UCNBoundaryProcess::Reflect(), G4CoupledTransportation::ReportInexactEnergy(), G4VEmProcess::RetrievePhysicsTable(), G4VEnergyLossProcess::RetrievePhysicsTable(), G4VEnergyLossProcess::RetrieveTable(), G4VEmProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetCrossSectionBiasingFactor(), G4VEnergyLossProcess::SetInverseRangeTable(), G4LowECapture::SetKinEnergyLimit(), G4ElectronCapture::SetKinEnergyLimit(), G4NeutronKiller::SetKinEnergyLimit(), G4VEnergyLossProcess::SetLambdaTable(), G4VEnergyLossProcess::SetRangeTableForLoss(), G4VEnergyLossProcess::SetSecondaryRangeTable(), G4VEnergyLossProcess::SetSubLambdaTable(), G4NeutronKiller::SetTimeLimit(), G4VProcess::SetVerboseLevel(), G4FastSimulationManagerProcess::SetWorldVolume(), G4XTRRegularRadModel::SpectralXTRdEdx(), G4RegularXTRadiator::SpectralXTRdEdx(), G4TransparentRegXTRadiator::SpectralXTRdEdx(), G4CoupledTransportation::StartTracking(), G4VProcess::StartTracking(), G4VMultipleScattering::StorePhysicsTable(), G4VEnergyLossProcess::StorePhysicsTable(), G4VEnergyLossProcess::StreamInfo(), G4VMultipleScattering::StreamInfo(), G4VEmProcess::StreamInfo(), G4VITProcess::SubtractNumberOfInteractionLengthLeft(), G4VProcess::SubtractNumberOfInteractionLengthLeft(), WLSStepMax::WLSStepMax(), XrayTelStepCut::XrayTelStepCut(), G4CoupledTransportation::~G4CoupledTransportation(), G4MonopoleTransportation::~G4MonopoleTransportation(), G4Transportation::~G4Transportation().


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