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

#include <G4BOptnChangeCrossSection.hh>

G4BOptnChangeCrossSection에 대한 상속 다이어그램 :
G4VBiasingOperation

Public 멤버 함수

 G4BOptnChangeCrossSection (G4String name)
 
virtual ~G4BOptnChangeCrossSection ()
 
virtual const
G4VBiasingInteractionLaw
ProvideOccurenceBiasingInteractionLaw (const G4BiasingProcessInterface *, G4ForceCondition &proposeForceCondition)
 
virtual G4VParticleChangeApplyFinalStateBiasing (const G4BiasingProcessInterface *, const G4Track *, const G4Step *, G4bool &)
 
virtual G4double DistanceToApplyOperation (const G4Track *, G4double, G4ForceCondition *)
 
virtual G4VParticleChangeGenerateBiasingFinalState (const G4Track *, const G4Step *)
 
G4InteractionLawPhysicalGetBiasedExponentialLaw ()
 
void SetBiasedCrossSection (G4double xst)
 
G4double GetBiasedCrossSection () const
 
void Sample ()
 
void UpdateForStep (G4double stepLength)
 
G4bool GetInteractionOccured () const
 
void SetInteractionOccured ()
 
virtual G4double ProposeAlongStepLimit (const G4BiasingProcessInterface *)
 
virtual G4GPILSelection ProposeGPILSelection (const G4GPILSelection wrappedProcessSelection)
 
virtual void AlongMoveBy (const G4BiasingProcessInterface *, const G4Step *, G4double)
 
const G4StringGetName () const
 
std::size_t GetUniqueID () const
 

Private 속성

G4InteractionLawPhysicalfBiasedExponentialLaw
 
G4bool fInteractionOccured
 

상세한 설명

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

생성자 & 소멸자 문서화

G4BOptnChangeCrossSection::G4BOptnChangeCrossSection ( G4String  name)

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

다음을 참조함 : fBiasedExponentialLaw.

G4BOptnChangeCrossSection::~G4BOptnChangeCrossSection ( )
virtual

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

다음을 참조함 : fBiasedExponentialLaw.

멤버 함수 문서화

virtual void G4VBiasingOperation::AlongMoveBy ( const G4BiasingProcessInterface ,
const G4Step ,
G4double   
)
inlinevirtualinherited

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

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

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

virtual G4VParticleChange* G4BOptnChangeCrossSection::ApplyFinalStateBiasing ( const G4BiasingProcessInterface ,
const G4Track ,
const G4Step ,
G4bool  
)
inlinevirtual

G4VBiasingOperation를 구현.

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

virtual G4double G4BOptnChangeCrossSection::DistanceToApplyOperation ( const G4Track ,
G4double  ,
G4ForceCondition  
)
inlinevirtual

G4VBiasingOperation를 구현.

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

다음을 참조함 : DBL_MAX.

virtual G4VParticleChange* G4BOptnChangeCrossSection::GenerateBiasingFinalState ( const G4Track ,
const G4Step  
)
inlinevirtual

G4VBiasingOperation를 구현.

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

G4double G4BOptnChangeCrossSection::GetBiasedCrossSection ( ) const

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

다음을 참조함 : fBiasedExponentialLaw, G4InteractionLawPhysical::GetPhysicalCrossSection().

G4InteractionLawPhysical* G4BOptnChangeCrossSection::GetBiasedExponentialLaw ( )
inline

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

다음을 참조함 : fBiasedExponentialLaw.

G4bool G4BOptnChangeCrossSection::GetInteractionOccured ( ) const
inline
const G4String& G4VBiasingOperation::GetName ( void  ) const
inlineinherited

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

다음을 참조함 : G4VBiasingOperation::fName.

std::size_t G4VBiasingOperation::GetUniqueID ( ) const
inlineinherited

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

다음을 참조함 : G4VBiasingOperation::fUniqueID.

virtual G4double G4VBiasingOperation::ProposeAlongStepLimit ( const G4BiasingProcessInterface )
inlinevirtualinherited

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

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

다음을 참조함 : DBL_MAX.

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

virtual G4GPILSelection G4VBiasingOperation::ProposeGPILSelection ( const G4GPILSelection  wrappedProcessSelection)
inlinevirtualinherited

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

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

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

const G4VBiasingInteractionLaw * G4BOptnChangeCrossSection::ProvideOccurenceBiasingInteractionLaw ( const G4BiasingProcessInterface ,
G4ForceCondition proposeForceCondition 
)
virtual

G4VBiasingOperation를 구현.

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

다음을 참조함 : fBiasedExponentialLaw.

void G4BOptnChangeCrossSection::Sample ( )
void G4BOptnChangeCrossSection::SetBiasedCrossSection ( G4double  xst)
void G4BOptnChangeCrossSection::SetInteractionOccured ( )
inline

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

다음을 참조함 : fInteractionOccured.

다음에 의해서 참조됨 : G4ChannelingOptrChangeCrossSection::OperationApplied(), GB01BOptrChangeCrossSection::OperationApplied().

void G4BOptnChangeCrossSection::UpdateForStep ( G4double  stepLength)

멤버 데이타 문서화

G4InteractionLawPhysical* G4BOptnChangeCrossSection::fBiasedExponentialLaw
private
G4bool G4BOptnChangeCrossSection::fInteractionOccured
private

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

다음에 의해서 참조됨 : GetInteractionOccured(), Sample(), SetInteractionOccured().


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