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

#include <G4hImpactIonisation.hh>

G4hImpactIonisation에 대한 상속 다이어그램 :
G4hRDEnergyLoss G4VContinuousDiscreteProcess G4VProcess

Public 멤버 함수

 G4hImpactIonisation (const G4String &processName="hImpactIoni")
 
 ~G4hImpactIonisation ()
 
G4bool IsApplicable (const G4ParticleDefinition &)
 
void BuildPhysicsTable (const G4ParticleDefinition &aParticleType)
 
G4double GetMeanFreePath (const G4Track &track, G4double previousStepSize, enum G4ForceCondition *condition)
 
void PrintInfoDefinition () const
 
void SetHighEnergyForProtonParametrisation (G4double energy)
 
void SetLowEnergyForProtonParametrisation (G4double energy)
 
void SetHighEnergyForAntiProtonParametrisation (G4double energy)
 
void SetLowEnergyForAntiProtonParametrisation (G4double energy)
 
G4double GetContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety)
 
void SetElectronicStoppingPowerModel (const G4ParticleDefinition *aParticle, const G4String &dedxTable)
 
void SetNuclearStoppingPowerModel (const G4String &dedxTable)
 
void SetNuclearStoppingOn ()
 
void SetNuclearStoppingOff ()
 
void SetBarkasOn ()
 
void SetBarkasOff ()
 
void SetPixe (const G4bool)
 
G4VParticleChangeAlongStepDoIt (const G4Track &trackData, const G4Step &stepData)
 
G4VParticleChangePostStepDoIt (const G4Track &track, const G4Step &Step)
 
G4double ComputeDEDX (const G4ParticleDefinition *aParticle, const G4MaterialCutsCouple *couple, G4double kineticEnergy)
 
void SetCutForSecondaryPhotons (G4double cut)
 
void SetCutForAugerElectrons (G4double cut)
 
void ActivateAugerElectronProduction (G4bool val)
 
void SetPixeCrossSectionK (const G4String &name)
 
void SetPixeCrossSectionL (const G4String &name)
 
void SetPixeCrossSectionM (const G4String &name)
 
void SetPixeProjectileMinEnergy (G4double energy)
 
void SetPixeProjectileMaxEnergy (G4double energy)
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety, G4GPILSelection *selection)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
 
G4int operator== (const G4VProcess &right) const
 
G4int operator!= (const G4VProcess &right) const
 
G4double GetCurrentInteractionLength () const
 
void SetPILfactor (G4double value)
 
G4double GetPILfactor () const
 
G4double AlongStepGPIL (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
G4double AtRestGPIL (const G4Track &track, G4ForceCondition *condition)
 
G4double PostStepGPIL (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual void PreparePhysicsTable (const G4ParticleDefinition &)
 
virtual G4bool StorePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
virtual G4bool RetrievePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
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 StartTracking (G4Track *)
 
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
 
virtual void ProcessDescription (std::ostream &outfile) 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 G4int GetNumberOfProcesses ()
 
static void SetNumberOfProcesses (G4int number)
 
static void PlusNumberOfProcesses ()
 
static void MinusNumberOfProcesses ()
 
static void SetdRoverRange (G4double value)
 
static void SetRndmStep (G4bool value)
 
static void SetEnlossFluc (G4bool value)
 
static void SetStepFunction (G4double c1, G4double c2)
 
static const G4StringGetProcessTypeName (G4ProcessType)
 

Protected 멤버 함수

G4bool CutsWhereModified ()
 
void SetGPILSelection (G4GPILSelection selection)
 
G4GPILSelection GetGPILSelection () const
 
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

정적 Protected 멤버 함수

static void BuildDEDXTable (const G4ParticleDefinition &aParticleType)
 

Protected 속성

const G4double MaxExcitationNumber
 
const G4double probLimFluct
 
const long nmaxDirectFluct
 
const long nmaxCont1
 
const long nmaxCont2
 
G4PhysicsTabletheLossTable
 
G4double linLossLimit
 
G4double MinKineticEnergy
 
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
 

정적 Protected 속성

static G4ThreadLocal
G4PhysicsTable
theDEDXpTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theDEDXpbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theRangepTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theRangepbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theInverseRangepTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theInverseRangepbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theLabTimepTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theLabTimepbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theProperTimepTable = 0
 
static G4ThreadLocal
G4PhysicsTable
theProperTimepbarTable = 0
 
static G4ThreadLocal
G4PhysicsTable ** 
RecorderOfpProcess = 0
 
static G4ThreadLocal
G4PhysicsTable ** 
RecorderOfpbarProcess = 0
 
static G4ThreadLocal G4int CounterOfpProcess = 0
 
static G4ThreadLocal G4int CounterOfpbarProcess = 0
 
static G4ThreadLocal G4double ParticleMass
 
static G4ThreadLocal G4double ptableElectronCutInRange = 0.0
 
static G4ThreadLocal G4double pbartableElectronCutInRange = 0.0
 
static G4ThreadLocal G4double Charge
 
static G4ThreadLocal G4double LowestKineticEnergy = 1e-05
 
static G4ThreadLocal G4double HighestKineticEnergy = 1.e5
 
static G4ThreadLocal G4int TotBin = 360
 
static G4ThreadLocal G4double RTable
 
static G4ThreadLocal G4double LOGRTable
 
static G4ThreadLocal G4double dRoverRange = 0.20
 
static G4ThreadLocal G4double finalRange = 0.2
 
static G4ThreadLocal G4double c1lim = 0.20
 
static G4ThreadLocal G4double c2lim = 0.32
 
static G4ThreadLocal G4double c3lim = -0.032
 
static G4ThreadLocal G4bool rndmStepFlag = false
 
static G4ThreadLocal G4bool EnlossFlucFlag = true
 

Private 멤버 함수

void InitializeMe ()
 
void InitializeParametrisation ()
 
void BuildLossTable (const G4ParticleDefinition &aParticleType)
 
void BuildLambdaTable (const G4ParticleDefinition &aParticleType)
 
void SetProtonElectronicStoppingPowerModel (const G4String &dedxTable)
 
void SetAntiProtonElectronicStoppingPowerModel (const G4String &dedxTable)
 
G4double MicroscopicCrossSection (const G4ParticleDefinition &aParticleType, G4double kineticEnergy, G4double atomicNumber, G4double deltaCutInEnergy) const
 
G4double GetConstraints (const G4DynamicParticle *particle, const G4MaterialCutsCouple *couple)
 
G4double ProtonParametrisedDEDX (const G4MaterialCutsCouple *couple, G4double kineticEnergy) const
 
G4double AntiProtonParametrisedDEDX (const G4MaterialCutsCouple *couple, G4double kineticEnergy) const
 
G4double DeltaRaysEnergy (const G4MaterialCutsCouple *couple, G4double kineticEnergy, G4double particleMass) const
 
G4double BarkasTerm (const G4Material *material, G4double kineticEnergy) const
 
G4double BlochTerm (const G4Material *material, G4double kineticEnergy, G4double cSquare) const
 
G4double ElectronicLossFluctuation (const G4DynamicParticle *particle, const G4MaterialCutsCouple *material, G4double meanLoss, G4double step) const
 
G4hImpactIonisationoperator= (const G4hImpactIonisation &right)
 
 G4hImpactIonisation (const G4hImpactIonisation &)
 

Private 속성

G4VLowEnergyModelbetheBlochModel
 
G4VLowEnergyModelprotonModel
 
G4VLowEnergyModelantiprotonModel
 
G4VLowEnergyModeltheIonEffChargeModel
 
G4VLowEnergyModeltheNuclearStoppingModel
 
G4VLowEnergyModeltheIonChuFluctuationModel
 
G4VLowEnergyModeltheIonYangFluctuationModel
 
G4String protonTable
 
G4String antiprotonTable
 
G4String theNuclearTable
 
G4double protonLowEnergy
 
G4double protonHighEnergy
 
G4double antiprotonLowEnergy
 
G4double antiprotonHighEnergy
 
G4bool nStopping
 
G4bool theBarkas
 
G4DataVector cutForDelta
 
G4DataVector cutForGamma
 
G4double minGammaEnergy
 
G4double minElectronEnergy
 
G4PhysicsTabletheMeanFreePathTable
 
const G4double paramStepLimit
 
G4double fdEdx
 
G4double fRangeNow
 
G4double charge
 
G4double chargeSquare
 
G4double initialMass
 
G4double fBarkas
 
G4PixeCrossSectionHandlerpixeCrossSectionHandler
 
G4AtomicDeexcitation atomicDeexcitation
 
G4String modelK
 
G4String modelL
 
G4String modelM
 
G4double eMinPixe
 
G4double eMaxPixe
 
G4bool pixeIsActive
 

상세한 설명

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

생성자 & 소멸자 문서화

G4hImpactIonisation::G4hImpactIonisation ( const G4String processName = "hImpactIoni")

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

다음을 참조함 : InitializeMe().

G4hImpactIonisation::~G4hImpactIonisation ( )
G4hImpactIonisation::G4hImpactIonisation ( const G4hImpactIonisation )
private

멤버 함수 문서화

void G4hImpactIonisation::ActivateAugerElectronProduction ( G4bool  val)

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

다음을 참조함 : G4AtomicDeexcitation::ActivateAugerElectronProduction(), atomicDeexcitation.

G4VParticleChange * G4hImpactIonisation::AlongStepDoIt ( const G4Track trackData,
const G4Step stepData 
)
virtual
G4double G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double currentSafety,
G4GPILSelection selection 
)
virtualinherited
G4double G4VProcess::AlongStepGPIL ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double proposedSafety,
G4GPILSelection selection 
)
inlineinherited

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

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

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

G4double G4hImpactIonisation::AntiProtonParametrisedDEDX ( const G4MaterialCutsCouple couple,
G4double  kineticEnergy 
) const
private
virtual G4VParticleChange* G4VContinuousDiscreteProcess::AtRestDoIt ( const G4Track ,
const G4Step  
)
inlinevirtualinherited

G4VProcess를 구현.

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

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

G4VProcess를 구현.

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

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

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

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

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

G4double G4hImpactIonisation::BarkasTerm ( const G4Material material,
G4double  kineticEnergy 
) const
private

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

다음을 참조함 : G4ThreadLocal, kineticEnergy, MeV, CLHEP::proton_mass_c2, CLHEP::twopi_mc2_rcl2, X.

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

G4double G4hImpactIonisation::BlochTerm ( const G4Material material,
G4double  kineticEnergy,
G4double  cSquare 
) const
private

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

다음을 참조함 : kineticEnergy, CLHEP::proton_mass_c2, CLHEP::twopi_mc2_rcl2, y.

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

void G4hRDEnergyLoss::BuildDEDXTable ( const G4ParticleDefinition aParticleType)
staticprotectedinherited

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

다음을 참조함 : G4hRDEnergyLoss::BuildInverseRangeTable(), G4hRDEnergyLoss::BuildRangeCoeffATable(), G4hRDEnergyLoss::BuildRangeCoeffBTable(), G4hRDEnergyLoss::BuildRangeCoeffCTable(), G4hRDEnergyLoss::BuildRangeTable(), G4hRDEnergyLoss::BuildTimeTables(), G4hRDEnergyLoss::Charge, G4PhysicsTable::clearAndDestroy(), G4hRDEnergyLoss::CounterOfpbarProcess, G4hRDEnergyLoss::CounterOfpProcess, G4hRDEnergyLoss::CounterOfProcess, eplus, G4PhysicsVector::GetLowEdgeEnergy(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4hRDEnergyLoss::HighestKineticEnergy, G4PhysicsTable::insert(), G4hRDEnergyLoss::LowestKineticEnergy, G4hRDEnergyLoss::NumberOfProcesses, G4hRDEnergyLoss::ParticleMass, CLHEP::proton_mass_c2, G4PhysicsVector::PutValue(), G4hRDEnergyLoss::RecorderOfpbarProcess, G4hRDEnergyLoss::RecorderOfpProcess, G4hRDEnergyLoss::RecorderOfProcess, G4EnergyLossTables::Register(), G4hRDEnergyLoss::theDEDXpbarTable, G4hRDEnergyLoss::theDEDXpTable, G4hRDEnergyLoss::theDEDXTable, G4hRDEnergyLoss::theInverseRangepbarTable, G4hRDEnergyLoss::theInverseRangepTable, G4hRDEnergyLoss::theLabTimepbarTable, G4hRDEnergyLoss::theLabTimepTable, G4hRDEnergyLoss::theProperTimepbarTable, G4hRDEnergyLoss::theProperTimepTable, G4hRDEnergyLoss::theRangepbarTable, G4hRDEnergyLoss::theRangepTable, G4hRDEnergyLoss::TotBin.

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

void G4hImpactIonisation::BuildLambdaTable ( const G4ParticleDefinition aParticleType)
private
void G4hImpactIonisation::BuildLossTable ( const G4ParticleDefinition aParticleType)
private
void G4hImpactIonisation::BuildPhysicsTable ( const G4ParticleDefinition aParticleType)
virtual

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

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

다음을 참조함 : G4AntiProton::AntiProton(), G4hRDEnergyLoss::BuildDEDXTable(), BuildLambdaTable(), BuildLossTable(), charge, chargeSquare, G4hRDEnergyLoss::CounterOfpbarProcess, G4hRDEnergyLoss::CounterOfpProcess, cutForDelta, cutForGamma, G4hRDEnergyLoss::CutsWhereModified(), eplus, G4cout, G4endl, G4ProductionCutsTable::GetEnergyCutsVector(), G4Material::GetIonisation(), G4MaterialCutsCouple::GetMaterial(), G4ProductionCutsTable::GetMaterialCutsCouple(), G4IonisParamMat::GetMeanExcitationEnergy(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetParticleSubType(), G4ParticleDefinition::GetParticleType(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4ProcessManager::GetProcessList(), G4ParticleDefinition::GetProcessManager(), G4ProductionCutsTable::GetProductionCutsTable(), G4ProductionCutsTable::GetTableSize(), G4hRDEnergyLoss::HighestKineticEnergy, InitializeParametrisation(), initialMass, G4hRDEnergyLoss::LowestKineticEnergy, G4INCL::Math::max(), MeV, minGammaEnergy, PrintInfoDefinition(), G4InuclParticleNames::proton, G4Proton::Proton(), CLHEP::proton_mass_c2, G4hRDEnergyLoss::RecorderOfpbarProcess, G4hRDEnergyLoss::RecorderOfpProcess, G4EnergyLossTables::Register(), G4hRDEnergyLoss::theDEDXpTable, G4hRDEnergyLoss::theInverseRangepTable, theIonEffChargeModel, G4hRDEnergyLoss::theLabTimepTable, G4hRDEnergyLoss::theLossTable, theMeanFreePathTable, G4hRDEnergyLoss::theProperTimepTable, G4hRDEnergyLoss::theRangepTable, G4hRDEnergyLoss::TotBin, G4VProcess::verboseLevel.

void G4VProcess::BuildWorkerPhysicsTable ( const G4ParticleDefinition part)
virtualinherited

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

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

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

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

void G4VProcess::ClearNumberOfInteractionLengthLeft ( )
inlineprotectedinherited
G4double G4hImpactIonisation::ComputeDEDX ( const G4ParticleDefinition aParticle,
const G4MaterialCutsCouple couple,
G4double  kineticEnergy 
)
G4bool G4hRDEnergyLoss::CutsWhereModified ( )
protectedinherited
G4double G4hImpactIonisation::DeltaRaysEnergy ( const G4MaterialCutsCouple couple,
G4double  kineticEnergy,
G4double  particleMass 
) const
private
void G4VProcess::DumpInfo ( ) const
virtualinherited
G4double G4hImpactIonisation::ElectronicLossFluctuation ( const G4DynamicParticle particle,
const G4MaterialCutsCouple material,
G4double  meanLoss,
G4double  step 
) const
private
void G4VProcess::EndTracking ( )
virtualinherited
G4double G4hImpactIonisation::GetConstraints ( const G4DynamicParticle particle,
const G4MaterialCutsCouple couple 
)
private
G4double G4hImpactIonisation::GetContinuousStepLimit ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double currentSafety 
)
inlinevirtual

G4VContinuousDiscreteProcess를 구현.

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

다음을 참조함 : GetConstraints(), G4Track::GetDynamicParticle(), G4Track::GetMaterialCutsCouple().

G4double G4VProcess::GetCurrentInteractionLength ( ) const
inlineinherited
G4GPILSelection G4VContinuousDiscreteProcess::GetGPILSelection ( ) const
inlineprotectedinherited

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

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

const G4VProcess * G4VProcess::GetMasterProcess ( ) const
inlineinherited
G4double G4hImpactIonisation::GetMeanFreePath ( const G4Track track,
G4double  previousStepSize,
enum G4ForceCondition condition 
)
virtual
G4double G4VProcess::GetNumberOfInteractionLengthLeft ( ) const
inlineinherited

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

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

G4int G4hRDEnergyLoss::GetNumberOfProcesses ( )
staticinherited

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

다음을 참조함 : G4hRDEnergyLoss::NumberOfProcesses.

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

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

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

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

const G4ProcessManager * G4VProcess::GetProcessManager ( )
inlinevirtualinherited

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

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

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

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

const G4String & G4VProcess::GetProcessName ( ) const
inlineinherited

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

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

다음에 의해서 참조됨 : G4VEmProcess::ActivateForcedInteraction(), G4VEnergyLossProcess::ActivateForcedInteraction(), G4ProcessManager::ActivateProcess(), G4VEmProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::ActivateSecondaryBiasing(), G4VEnergyLossProcess::AddCollaborativeProcess(), G4ParallelGeometriesLimiterProcess::AddParallelWorld(), G4IonINCLXXPhysics::AddProcess(), G4IonQMDPhysics::AddProcess(), G4ProcessManager::AddProcess(), G4ProcessPlacer::AddProcessAs(), G4ITSteppingVerbose::AlongStepDoItAllDone(), G4SteppingVerbose::AlongStepDoItAllDone(), G4SteppingVerbose::AlongStepDoItOneByOne(), G4VContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AlongStepGetPhysicalInteractionLength(), G4VRestContinuousProcess::AlongStepGetPhysicalInteractionLength(), G4ParallelWorldProcess::AlongStepGetPhysicalInteractionLength(), XrayFluoAnalysisManager::analyseStepping(), G4ITSteppingVerbose::AtRestDoItInvoked(), G4SteppingVerbose::AtRestDoItInvoked(), G4AntiNeutronAnnihilationAtRest::AtRestGetPhysicalInteractionLength(), G4VRestContinuousProcess::AtRestGetPhysicalInteractionLength(), G4VRestProcess::AtRestGetPhysicalInteractionLength(), G4VITRestProcess::AtRestGetPhysicalInteractionLength(), G4VRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::AtRestGetPhysicalInteractionLength(), G4HadronicProcess::BiasCrossSectionByFactor(), G4VXTRenergyLoss::BuildAngleForEnergyBank(), G4VEnergyLossProcess::BuildDEDXTable(), G4VUserPhysicsList::BuildIntegralPhysicsTable(), G4VEnergyLossProcess::BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), StepMax::BuildPhysicsTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable(), G4DNABrownianTransportation::BuildPhysicsTable(), G4VMultipleScattering::BuildPhysicsTable(), G4LossTableManager::BuildPhysicsTable(), G4VEmProcess::BuildPhysicsTable(), G4VEnergyLossProcess::BuildPhysicsTable(), G4ScreenedNuclearRecoil::BuildPhysicsTable(), G4LossTableManager::BuildTables(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4ProcessManager::CheckOrderingParameters(), G4HadronicProcess::CheckResult(), LXeStackingAction::ClassifyNewTrack(), OpNoviceStackingAction::ClassifyNewTrack(), G4StackChecker::ClassifyNewTrack(), G4BOptrForceCollision::ConfigureForWorker(), G4RunManagerKernel::ConfirmCoupledTransportation(), G4HadronDElasticPhysics::ConstructProcess(), G4IonElasticPhysics::ConstructProcess(), G4HadronHElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), G4FastSimulationPhysics::ConstructProcess(), G4GenericBiasingPhysics::ConstructProcess(), G4LossTableManager::CopyTables(), Run::CountProcesses(), G4RichTrajectory::CreateAttValues(), G4RichTrajectoryPoint::CreateAttValues(), CCaloSD::createNewHit(), G4VPhononProcess::CreateSecondary(), G4EmParameters::DefineRegParamForEM(), G4EmParameters::DefineRegParamForLoss(), G4HadronicProcessStore::DeRegisterExtraProcess(), DMXMaxTimeCuts::DMXMaxTimeCuts(), DMXMinEkineCuts::DMXMinEkineCuts(), DMXSpecialCuts::DMXSpecialCuts(), G4SteppingVerbose::DPSLAlongStep(), G4SteppingVerbose::DPSLPostStep(), G4HadronicProcessStore::Dump(), G4MuonicAtomDecay::DumpState(), G4HadronicProcess::DumpState(), G4ExceptionHandler::DumpTrackInfo(), export_G4VProcess(), F04StepMax::F04StepMax(), G4EmCalculator::FindEmModel(), G4VEmProcess::FindLambdaMax(), G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(), G4BiasingProcessInterface::G4BiasingProcessInterface(), G4Cerenkov::G4Cerenkov(), G4ErrorEnergyLoss::G4ErrorEnergyLoss(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4FastSimulationManagerProcess::G4FastSimulationManagerProcess(), G4ImportanceProcess::G4ImportanceProcess(), G4LowEnergyCompton::G4LowEnergyCompton(), G4LowEnergyGammaConversion::G4LowEnergyGammaConversion(), G4LowEnergyPhotoElectric::G4LowEnergyPhotoElectric(), G4LowEnergyPolarizedCompton::G4LowEnergyPolarizedCompton(), G4LowEnergyRayleigh::G4LowEnergyRayleigh(), G4MaxTimeCuts::G4MaxTimeCuts(), G4MinEkineCuts::G4MinEkineCuts(), G4OpAbsorption::G4OpAbsorption(), G4OpBoundaryProcess::G4OpBoundaryProcess(), G4OpMieHG::G4OpMieHG(), G4OpRayleigh::G4OpRayleigh(), G4OpWLS::G4OpWLS(), G4ParallelWorldProcess::G4ParallelWorldProcess(), G4ParallelWorldScoringProcess::G4ParallelWorldScoringProcess(), G4Scintillation::G4Scintillation(), G4ScoreSplittingProcess::G4ScoreSplittingProcess(), G4SpecialCuts::G4SpecialCuts(), G4StepLimiter::G4StepLimiter(), G4UCNAbsorption::G4UCNAbsorption(), G4UCNBoundaryProcess::G4UCNBoundaryProcess(), G4UCNLoss::G4UCNLoss(), G4UCNMultiScattering::G4UCNMultiScattering(), G4UserSpecialCuts::G4UserSpecialCuts(), G4VEmProcess::G4VEmProcess(), G4WeightCutOffProcess::G4WeightCutOffProcess(), G4WeightWindowProcess::G4WeightWindowProcess(), G4HadronicProcess::GetElementCrossSection(), G4WeightWindowProcess::GetName(), PhysicsList::GetProcess(), G4ProcessManager::GetProcess(), G4ProcessManager::GetProcessVectorIndex(), G4ProcessManager::InActivateProcess(), G4hhIonisation::InitialiseEnergyLossProcess(), G4ProcessTable::Insert(), G4SteppingManager::InvokeAlongStepDoItProcs(), G4SteppingManager::InvokeAtRestDoItProcs(), G4SteppingManager::InvokePSDIP(), G4LossTableManager::LocalPhysicsTables(), G4ErrorPropagator::MakeOneStep(), G4VEmProcess::PostStepDoIt(), G4SteppingVerbose::PostStepDoItAllDone(), G4ITSteppingVerbose::PostStepDoItAllDone(), G4SteppingVerbose::PostStepDoItOneByOne(), G4VITDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VRestContinuousDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4VITRestDiscreteProcess::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4ITSteppingVerbose::PostStepVerbose(), LXeTrackingAction::PostUserTrackingAction(), G4EmConfigurator::PrepareModels(), G4HadronStoppingProcess::PreparePhysicsTable(), G4LossTableManager::PreparePhysicsTable(), G4VMultipleScattering::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), G4VEnergyLossProcess::PreparePhysicsTable(), CexmcTrackingAction::PreUserTrackingAction(), G4HadronicProcessStore::Print(), G4HadronicProcessStore::PrintHtml(), G4AnnihiToMuPair::PrintInfoDefinition(), G4GammaConversionToMuons::PrintInfoDefinition(), G4LowEnergyIonisation::PrintInfoDefinition(), G4SynchrotronRadiation::PrintInfoDefinition(), G4LowEnergyBremsstrahlung::PrintInfoDefinition(), 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 G4VProcess::GetTotalNumberOfInteractionLengthTraversed ( ) const
inlineinherited
G4int G4VProcess::GetVerboseLevel ( ) const
inlineinherited
void G4hImpactIonisation::InitializeMe ( )
private
void G4hImpactIonisation::InitializeParametrisation ( )
private
G4bool G4VProcess::isAlongStepDoItIsEnabled ( ) const
inlineinherited

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

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

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

G4bool G4hImpactIonisation::IsApplicable ( const G4ParticleDefinition particle)
inlinevirtual

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

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

다음을 참조함 : G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), CLHEP::proton_mass_c2.

G4bool G4VProcess::isAtRestDoItIsEnabled ( ) const
inlineinherited

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

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

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

G4bool G4VProcess::isPostStepDoItIsEnabled ( ) const
inlineinherited

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

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

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

G4double G4hImpactIonisation::MicroscopicCrossSection ( const G4ParticleDefinition aParticleType,
G4double  kineticEnergy,
G4double  atomicNumber,
G4double  deltaCutInEnergy 
) const
private

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

다음을 참조함 : CLHEP::electron_mass_c2, energy, G4ParticleDefinition::GetPDGSpin(), initialMass, CLHEP::twopi_mc2_rcl2.

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

void G4hRDEnergyLoss::MinusNumberOfProcesses ( )
staticinherited

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

다음을 참조함 : G4hRDEnergyLoss::NumberOfProcesses.

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

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

G4hImpactIonisation& G4hImpactIonisation::operator= ( const G4hImpactIonisation right)
private
G4int G4VProcess::operator== ( const G4VProcess right) const
inherited

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

void G4hRDEnergyLoss::PlusNumberOfProcesses ( )
staticinherited

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

다음을 참조함 : G4hRDEnergyLoss::NumberOfProcesses.

G4VParticleChange * G4hImpactIonisation::PostStepDoIt ( const G4Track track,
const G4Step Step 
)
virtual

G4hRDEnergyLoss를 구현.

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

다음을 참조함 : G4ParticleChange::AddSecondary(), G4VProcess::aParticleChange, atomicDeexcitation, G4InuclSpecialFunctions::bindingEnergy(), G4AtomicShell::BindingEnergy(), cutForDelta, e, G4Electron::Electron(), CLHEP::electron_mass_c2, eMaxPixe, eMinPixe, fStopAndKill, fStopButAlive, G4UniformRand, G4Gamma::Gamma(), G4AtomicDeexcitation::GenerateParticles(), G4Track::GetDefinition(), G4DynamicParticle::GetDefinition(), G4Track::GetDynamicParticle(), G4MaterialCutsCouple::GetIndex(), G4DynamicParticle::GetKineticEnergy(), G4MaterialCutsCouple::GetMaterial(), G4Track::GetMaterialCutsCouple(), G4DynamicParticle::GetMomentumDirection(), G4ParticleDefinition::GetPDGMass(), G4ParticleDefinition::GetPDGSpin(), G4ParticleDefinition::GetProcessManager(), G4ParticleChange::Initialize(), G4AtomicTransitionManager::Instance(), kineticEnergy, G4PixeCrossSectionHandler::LoadShellData(), minElectronEnergy, minGammaEnergy, G4hRDEnergyLoss::MinKineticEnergy, modelK, modelL, modelM, pixeCrossSectionHandler, G4VContinuousDiscreteProcess::PostStepDoIt(), G4ParticleChange::ProposeEnergy(), G4VParticleChange::ProposeLocalEnergyDeposit(), G4ParticleChange::ProposeMomentumDirection(), G4VParticleChange::ProposeTrackStatus(), G4Proton::ProtonDefinition(), CLHEP::Hep3Vector::rotateUz(), G4PixeCrossSectionHandler::SelectRandomAtom(), G4PixeCrossSectionHandler::SelectRandomShell(), G4DynamicParticle::SetDefinition(), G4DynamicParticle::SetKineticEnergy(), G4DynamicParticle::SetMomentumDirection(), G4VParticleChange::SetNumberOfSecondaries(), G4AtomicTransitionManager::Shell(), G4AtomicShell::ShellId(), twopi, x, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), Z, CLHEP::Hep3Vector::z().

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

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

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

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

virtual void G4VProcess::PreparePhysicsTable ( const G4ParticleDefinition )
inlinevirtualinherited
void G4VProcess::PrepareWorkerPhysicsTable ( const G4ParticleDefinition part)
virtualinherited

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

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

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

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

void G4hImpactIonisation::PrintInfoDefinition ( ) const
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().

G4double G4hImpactIonisation::ProtonParametrisedDEDX ( const G4MaterialCutsCouple couple,
G4double  kineticEnergy 
) const
private
void G4VProcess::ResetNumberOfInteractionLengthLeft ( )
virtualinherited
virtual G4bool G4VProcess::RetrievePhysicsTable ( const G4ParticleDefinition ,
const G4String ,
G4bool   
)
inlinevirtualinherited
void G4hImpactIonisation::SetAntiProtonElectronicStoppingPowerModel ( const G4String dedxTable)
inlineprivate

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

다음을 참조함 : antiprotonTable.

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

void G4hImpactIonisation::SetBarkasOff ( )
inline

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

다음을 참조함 : theBarkas.

void G4hImpactIonisation::SetBarkasOn ( )
inline

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

다음을 참조함 : theBarkas.

void G4hImpactIonisation::SetCutForAugerElectrons ( G4double  cut)

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

다음을 참조함 : minElectronEnergy.

void G4hImpactIonisation::SetCutForSecondaryPhotons ( G4double  cut)

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

다음을 참조함 : minGammaEnergy.

void G4hRDEnergyLoss::SetdRoverRange ( G4double  value)
staticinherited

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

다음을 참조함 : G4hRDEnergyLoss::dRoverRange.

void G4hImpactIonisation::SetElectronicStoppingPowerModel ( const G4ParticleDefinition aParticle,
const G4String dedxTable 
)
void G4hRDEnergyLoss::SetEnlossFluc ( G4bool  value)
staticinherited

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

다음을 참조함 : G4hRDEnergyLoss::EnlossFlucFlag.

void G4VContinuousDiscreteProcess::SetGPILSelection ( G4GPILSelection  selection)
inlineprotectedinherited

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

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

void G4hImpactIonisation::SetHighEnergyForAntiProtonParametrisation ( G4double  energy)
inline

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

다음을 참조함 : antiprotonHighEnergy, energy.

void G4hImpactIonisation::SetHighEnergyForProtonParametrisation ( G4double  energy)
inline

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

다음을 참조함 : energy, protonHighEnergy.

void G4hImpactIonisation::SetLowEnergyForAntiProtonParametrisation ( G4double  energy)
inline

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

다음을 참조함 : antiprotonLowEnergy, energy.

void G4hImpactIonisation::SetLowEnergyForProtonParametrisation ( G4double  energy)
inline

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

다음을 참조함 : energy, protonLowEnergy.

void G4VProcess::SetMasterProcess ( G4VProcess masterP)
virtualinherited

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

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

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

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

void G4hImpactIonisation::SetNuclearStoppingOff ( )
inline

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

다음을 참조함 : nStopping.

void G4hImpactIonisation::SetNuclearStoppingOn ( )
inline

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

다음을 참조함 : nStopping.

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

void G4hImpactIonisation::SetNuclearStoppingPowerModel ( const G4String dedxTable)
inline

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

다음을 참조함 : SetNuclearStoppingOn(), theNuclearTable.

void G4hRDEnergyLoss::SetNumberOfProcesses ( G4int  number)
staticinherited

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

다음을 참조함 : G4hRDEnergyLoss::NumberOfProcesses.

void G4VProcess::SetPILfactor ( G4double  value)
inlineinherited

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

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

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

void G4hImpactIonisation::SetPixe ( const G4bool  )
inline

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

다음을 참조함 : pixeIsActive.

void G4hImpactIonisation::SetPixeCrossSectionK ( const G4String name)
inline

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

다음을 참조함 : modelK.

void G4hImpactIonisation::SetPixeCrossSectionL ( const G4String name)
inline

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

다음을 참조함 : modelL.

void G4hImpactIonisation::SetPixeCrossSectionM ( const G4String name)
inline

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

다음을 참조함 : modelM.

void G4hImpactIonisation::SetPixeProjectileMaxEnergy ( G4double  energy)
inline

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

다음을 참조함 : eMaxPixe, energy.

void G4hImpactIonisation::SetPixeProjectileMinEnergy ( G4double  energy)
inline

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

다음을 참조함 : eMinPixe, energy.

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 G4hImpactIonisation::SetProtonElectronicStoppingPowerModel ( const G4String dedxTable)
inlineprivate

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

다음을 참조함 : protonTable.

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

void G4hRDEnergyLoss::SetRndmStep ( G4bool  value)
staticinherited

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

다음을 참조함 : G4hRDEnergyLoss::rndmStepFlag.

void G4hRDEnergyLoss::SetStepFunction ( G4double  c1,
G4double  c2 
)
staticinherited
void G4VProcess::SetVerboseLevel ( G4int  value)
inlineinherited
void G4VProcess::StartTracking ( G4Track )
virtualinherited
virtual G4bool G4VProcess::StorePhysicsTable ( const G4ParticleDefinition ,
const G4String ,
G4bool   
)
inlinevirtualinherited
void G4VProcess::SubtractNumberOfInteractionLengthLeft ( G4double  previousStepSize)
inlineprotectedinherited

멤버 데이타 문서화

G4double G4hImpactIonisation::antiprotonHighEnergy
private

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

다음에 의해서 참조됨 : BuildLossTable(), ComputeDEDX(), GetConstraints(), InitializeMe(), PrintInfoDefinition(), SetHighEnergyForAntiProtonParametrisation().

G4double G4hImpactIonisation::antiprotonLowEnergy
private

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

다음에 의해서 참조됨 : AntiProtonParametrisedDEDX(), InitializeMe(), PrintInfoDefinition(), SetLowEnergyForAntiProtonParametrisation().

G4VLowEnergyModel* G4hImpactIonisation::antiprotonModel
private

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

다음에 의해서 참조됨 : AntiProtonParametrisedDEDX(), InitializeParametrisation(), ~G4hImpactIonisation().

G4String G4hImpactIonisation::antiprotonTable
private

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

다음에 의해서 참조됨 : InitializeParametrisation(), PrintInfoDefinition(), SetAntiProtonElectronicStoppingPowerModel().

G4ParticleChange G4VProcess::aParticleChange
protectedinherited

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

다음에 의해서 참조됨 : G4ErrorEnergyLoss::AlongStepDoIt(), G4ContinuousGainOfEnergy::AlongStepDoIt(), G4eLowEnergyLoss::AlongStepDoIt(), 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(), PostStepDoIt(), G4OpBoundaryProcess::PostStepDoIt().

const G4ProcessManager* G4VProcess::aProcessManager
protectedinherited

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

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

G4AtomicDeexcitation G4hImpactIonisation::atomicDeexcitation
private

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

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

G4VLowEnergyModel* G4hImpactIonisation::betheBlochModel
private

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

다음에 의해서 참조됨 : BuildLossTable(), InitializeParametrisation(), ~G4hImpactIonisation().

G4ThreadLocal G4double G4hRDEnergyLoss::c1lim = 0.20
staticprotectedinherited

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

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

G4ThreadLocal G4double G4hRDEnergyLoss::c2lim = 0.32
staticprotectedinherited

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

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

G4ThreadLocal G4double G4hRDEnergyLoss::c3lim = -0.032
staticprotectedinherited

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

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

G4ThreadLocal G4double G4hRDEnergyLoss::Charge
staticprotectedinherited
G4double G4hImpactIonisation::charge
private

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

다음에 의해서 참조됨 : AlongStepDoIt(), BuildLambdaTable(), BuildLossTable(), BuildPhysicsTable(), ComputeDEDX(), GetConstraints(), GetMeanFreePath().

G4double G4hImpactIonisation::chargeSquare
private

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

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

G4ThreadLocal G4int G4hRDEnergyLoss::CounterOfpbarProcess = 0
staticprotectedinherited

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

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

G4ThreadLocal G4int G4hRDEnergyLoss::CounterOfpProcess = 0
staticprotectedinherited

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

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

G4double G4VProcess::currentInteractionLength
protectedinherited
G4DataVector G4hImpactIonisation::cutForDelta
private

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

다음에 의해서 참조됨 : BuildLambdaTable(), BuildPhysicsTable(), DeltaRaysEnergy(), PostStepDoIt(), PrintInfoDefinition(), ~G4hImpactIonisation().

G4DataVector G4hImpactIonisation::cutForGamma
private

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

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

G4ThreadLocal G4double G4hRDEnergyLoss::dRoverRange = 0.20
staticprotectedinherited

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

다음에 의해서 참조됨 : GetConstraints(), G4hRDEnergyLoss::SetdRoverRange(), G4hRDEnergyLoss::SetStepFunction().

G4double G4hImpactIonisation::eMaxPixe
private

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

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

G4double G4hImpactIonisation::eMinPixe
private

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

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

G4bool G4VProcess::enableAlongStepDoIt
protectedinherited
G4bool G4VProcess::enableAtRestDoIt
protectedinherited
G4bool G4VProcess::enablePostStepDoIt
protectedinherited
G4ThreadLocal G4bool G4hRDEnergyLoss::EnlossFlucFlag = true
staticprotectedinherited

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

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

G4double G4hImpactIonisation::fBarkas
private

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

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

G4double G4hImpactIonisation::fdEdx
private

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

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

G4ThreadLocal G4double G4hRDEnergyLoss::finalRange = 0.2
staticprotectedinherited

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

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

G4double G4hImpactIonisation::fRangeNow
private

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

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

G4ThreadLocal G4double G4hRDEnergyLoss::HighestKineticEnergy = 1.e5
staticprotectedinherited
G4double G4hImpactIonisation::initialMass
private

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

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

G4double G4hRDEnergyLoss::linLossLimit
protectedinherited

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

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

G4ThreadLocal G4double G4hRDEnergyLoss::LOGRTable
staticprotectedinherited

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

G4ThreadLocal G4double G4hRDEnergyLoss::LowestKineticEnergy = 1e-05
staticprotectedinherited
const G4double G4hRDEnergyLoss::MaxExcitationNumber
protectedinherited

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

G4double G4hImpactIonisation::minElectronEnergy
private

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

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

G4double G4hImpactIonisation::minGammaEnergy
private

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

다음에 의해서 참조됨 : BuildPhysicsTable(), InitializeMe(), PostStepDoIt(), SetCutForSecondaryPhotons().

G4double G4hRDEnergyLoss::MinKineticEnergy
protectedinherited

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

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

G4String G4hImpactIonisation::modelK
private

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

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

G4String G4hImpactIonisation::modelL
private

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

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

G4String G4hImpactIonisation::modelM
private

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

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

const long G4hRDEnergyLoss::nmaxCont1
protectedinherited

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

const long G4hRDEnergyLoss::nmaxCont2
protectedinherited

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

const long G4hRDEnergyLoss::nmaxDirectFluct
protectedinherited

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

G4bool G4hImpactIonisation::nStopping
private

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

다음에 의해서 참조됨 : AlongStepDoIt(), PrintInfoDefinition(), SetNuclearStoppingOff(), SetNuclearStoppingOn().

const G4double G4hImpactIonisation::paramStepLimit
private

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

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

G4ThreadLocal G4double G4hRDEnergyLoss::ParticleMass
staticprotectedinherited
G4ThreadLocal G4double G4hRDEnergyLoss::pbartableElectronCutInRange = 0.0
staticprotectedinherited

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

G4PixeCrossSectionHandler* G4hImpactIonisation::pixeCrossSectionHandler
private

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

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

G4bool G4hImpactIonisation::pixeIsActive
private

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

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

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

const G4double G4hRDEnergyLoss::probLimFluct
protectedinherited

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

G4double G4hImpactIonisation::protonHighEnergy
private
G4double G4hImpactIonisation::protonLowEnergy
private
G4VLowEnergyModel* G4hImpactIonisation::protonModel
private

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

다음에 의해서 참조됨 : AntiProtonParametrisedDEDX(), InitializeParametrisation(), ProtonParametrisedDEDX(), ~G4hImpactIonisation().

G4String G4hImpactIonisation::protonTable
private

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

다음에 의해서 참조됨 : InitializeParametrisation(), PrintInfoDefinition(), SetProtonElectronicStoppingPowerModel().

G4ThreadLocal G4double G4hRDEnergyLoss::ptableElectronCutInRange = 0.0
staticprotectedinherited

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

G4ThreadLocal G4PhysicsTable ** G4hRDEnergyLoss::RecorderOfpbarProcess = 0
staticprotectedinherited

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

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

G4ThreadLocal G4PhysicsTable ** G4hRDEnergyLoss::RecorderOfpProcess = 0
staticprotectedinherited

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

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

G4ThreadLocal G4bool G4hRDEnergyLoss::rndmStepFlag = false
staticprotectedinherited

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

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

G4ThreadLocal G4double G4hRDEnergyLoss::RTable
staticprotectedinherited
G4bool G4hImpactIonisation::theBarkas
private

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

다음에 의해서 참조됨 : GetConstraints(), PrintInfoDefinition(), SetBarkasOff(), SetBarkasOn().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theDEDXpbarTable = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4hRDEnergyLoss::BuildDEDXTable(), G4hRDEnergyLoss::BuildInverseRangeTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theDEDXpTable = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4hRDEnergyLoss::BuildDEDXTable(), G4hRDEnergyLoss::BuildInverseRangeTable(), BuildPhysicsTable().

G4double G4VProcess::theInitialNumberOfInteractionLength
protectedinherited
G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theInverseRangepbarTable = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4hRDEnergyLoss::BuildDEDXTable(), G4hRDEnergyLoss::BuildInverseRangeTable().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theInverseRangepTable = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4hRDEnergyLoss::BuildDEDXTable(), G4hRDEnergyLoss::BuildInverseRangeTable(), BuildPhysicsTable().

G4VLowEnergyModel* G4hImpactIonisation::theIonChuFluctuationModel
private

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

다음에 의해서 참조됨 : InitializeParametrisation(), ~G4hImpactIonisation().

G4VLowEnergyModel* G4hImpactIonisation::theIonEffChargeModel
private

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

다음에 의해서 참조됨 : BuildPhysicsTable(), ComputeDEDX(), GetMeanFreePath(), InitializeParametrisation(), ~G4hImpactIonisation().

G4VLowEnergyModel* G4hImpactIonisation::theIonYangFluctuationModel
private

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

다음에 의해서 참조됨 : InitializeParametrisation(), ~G4hImpactIonisation().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theLabTimepbarTable = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4hRDEnergyLoss::BuildDEDXTable(), G4hRDEnergyLoss::BuildTimeTables().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theLabTimepTable = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4hRDEnergyLoss::BuildDEDXTable(), BuildPhysicsTable(), G4hRDEnergyLoss::BuildTimeTables().

G4PhysicsTable* G4hRDEnergyLoss::theLossTable
protectedinherited

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

다음에 의해서 참조됨 : BuildLossTable(), BuildPhysicsTable(), G4hRDEnergyLoss::~G4hRDEnergyLoss().

G4PhysicsTable* G4hImpactIonisation::theMeanFreePathTable
private

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

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

G4VLowEnergyModel* G4hImpactIonisation::theNuclearStoppingModel
private

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

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

G4String G4hImpactIonisation::theNuclearTable
private

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

다음에 의해서 참조됨 : InitializeParametrisation(), PrintInfoDefinition(), SetNuclearStoppingPowerModel().

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
G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theProperTimepbarTable = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4hRDEnergyLoss::BuildDEDXTable(), G4hRDEnergyLoss::BuildTimeTables().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theProperTimepTable = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4hRDEnergyLoss::BuildDEDXTable(), BuildPhysicsTable(), G4hRDEnergyLoss::BuildTimeTables().

G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theRangepbarTable = 0
staticprotectedinherited
G4ThreadLocal G4PhysicsTable * G4hRDEnergyLoss::theRangepTable = 0
staticprotectedinherited
G4ThreadLocal G4int G4hRDEnergyLoss::TotBin = 360
staticprotectedinherited
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(), 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(), BuildLambdaTable(), G4VEmProcess::BuildLambdaTable(), G4LowEnergyBremsstrahlung::BuildLossTable(), G4LowEnergyIonisation::BuildLossTable(), BuildLossTable(), G4ChargeExchangeProcess::BuildPhysicsTable(), G4ElectronCapture::BuildPhysicsTable(), G4LowECapture::BuildPhysicsTable(), G4LowEnergyIonisation::BuildPhysicsTable(), G4LowEnergyBremsstrahlung::BuildPhysicsTable(), 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(), 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(), 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().


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