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

#include <G4hNuclearStoppingModel.hh>

G4hNuclearStoppingModel에 대한 상속 다이어그램 :
G4VLowEnergyModel

Public 멤버 함수

 G4hNuclearStoppingModel (const G4String &name)
 
 ~G4hNuclearStoppingModel ()
 
G4double TheValue (const G4DynamicParticle *particle, const G4Material *material)
 
G4double TheValue (const G4ParticleDefinition *aParticle, const G4Material *material, G4double kineticEnergy)
 
G4double HighEnergyLimit (const G4ParticleDefinition *, const G4Material *) const
 
G4double LowEnergyLimit (const G4ParticleDefinition *, const G4Material *) const
 
G4double HighEnergyLimit (const G4ParticleDefinition *) const
 
G4double LowEnergyLimit (const G4ParticleDefinition *) const
 
G4bool IsInCharge (const G4DynamicParticle *, const G4Material *) const
 
G4bool IsInCharge (const G4ParticleDefinition *, const G4Material *) const
 
void SetNuclearStoppingFluctuationsOn ()
 
void SetNuclearStoppingFluctuationsOff ()
 

Private 멤버 함수

 G4hNuclearStoppingModel (G4hNuclearStoppingModel &)
 
G4hNuclearStoppingModeloperator= (const G4hNuclearStoppingModel &right)
 
void InitializeMe ()
 
G4double StoppingPower (const G4Material *material, G4double kineticEnergy, G4double z1, G4double m1) const
 

Private 속성

G4VhNuclearStoppingPowernStopingPowerTable
 
G4double factorPDG2AMU
 
G4double theZieglerFactor
 
G4String modelName
 
G4double lowEnergyLimit
 
G4double highEnergyLimit
 

상세한 설명

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

생성자 & 소멸자 문서화

G4hNuclearStoppingModel::G4hNuclearStoppingModel ( const G4String name)

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

다음을 참조함 : InitializeMe().

G4hNuclearStoppingModel::~G4hNuclearStoppingModel ( )

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

다음을 참조함 : nStopingPowerTable.

G4hNuclearStoppingModel::G4hNuclearStoppingModel ( G4hNuclearStoppingModel )
private

멤버 함수 문서화

G4double G4hNuclearStoppingModel::HighEnergyLimit ( const G4ParticleDefinition ,
const G4Material  
) const
inlinevirtual

G4VLowEnergyModel를 구현.

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

다음을 참조함 : highEnergyLimit.

G4double G4hNuclearStoppingModel::HighEnergyLimit ( const G4ParticleDefinition ) const
inlinevirtual

G4VLowEnergyModel를 구현.

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

다음을 참조함 : highEnergyLimit.

void G4hNuclearStoppingModel::InitializeMe ( )
private
G4bool G4hNuclearStoppingModel::IsInCharge ( const G4DynamicParticle ,
const G4Material  
) const
inlinevirtual

G4VLowEnergyModel를 구현.

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

G4bool G4hNuclearStoppingModel::IsInCharge ( const G4ParticleDefinition ,
const G4Material  
) const
inlinevirtual

G4VLowEnergyModel를 구현.

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

G4double G4hNuclearStoppingModel::LowEnergyLimit ( const G4ParticleDefinition ,
const G4Material  
) const
inlinevirtual

G4VLowEnergyModel를 구현.

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

다음을 참조함 : lowEnergyLimit.

G4double G4hNuclearStoppingModel::LowEnergyLimit ( const G4ParticleDefinition ) const
inlinevirtual

G4VLowEnergyModel를 구현.

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

다음을 참조함 : lowEnergyLimit.

G4hNuclearStoppingModel& G4hNuclearStoppingModel::operator= ( const G4hNuclearStoppingModel right)
private
void G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOff ( )
inline

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

다음을 참조함 : nStopingPowerTable, G4VhNuclearStoppingPower::SetNuclearStoppingFluctuationsOff().

void G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOn ( )
inline

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

다음을 참조함 : nStopingPowerTable, G4VhNuclearStoppingPower::SetNuclearStoppingFluctuationsOn().

G4double G4hNuclearStoppingModel::StoppingPower ( const G4Material material,
G4double  kineticEnergy,
G4double  z1,
G4double  m1 
) const
private
G4double G4hNuclearStoppingModel::TheValue ( const G4DynamicParticle particle,
const G4Material material 
)
virtual
G4double G4hNuclearStoppingModel::TheValue ( const G4ParticleDefinition aParticle,
const G4Material material,
G4double  kineticEnergy 
)
virtual

멤버 데이타 문서화

G4double G4hNuclearStoppingModel::factorPDG2AMU
private

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

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

G4double G4hNuclearStoppingModel::highEnergyLimit
private

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

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

G4double G4hNuclearStoppingModel::lowEnergyLimit
private

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

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

G4String G4hNuclearStoppingModel::modelName
private

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

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

G4VhNuclearStoppingPower* G4hNuclearStoppingModel::nStopingPowerTable
private
G4double G4hNuclearStoppingModel::theZieglerFactor
private

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

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


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