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

#include <G4C12GEMChannel.hh>

G4C12GEMChannel에 대한 상속 다이어그램 :
G4GEMChannel G4VEvaporationChannel

Public 멤버 함수

 G4C12GEMChannel ()
 
 ~G4C12GEMChannel ()
 
virtual G4double GetEmissionProbability (G4Fragment *theNucleus)
 
virtual G4FragmentEmittedFragment (G4Fragment *theNucleus)
 
virtual void Dump () const
 
void SetLevelDensityParameter (G4VLevelDensityParameter *aLevelDensity)
 
virtual void Initialise ()
 
virtual G4double GetLifeTime (G4Fragment *theNucleus)
 
virtual G4bool BreakUpChain (G4FragmentVector *theResult, G4Fragment *theNucleus)
 
G4FragmentVectorBreakUpFragment (G4Fragment *theNucleus)
 
virtual void SetICM (G4bool)
 
virtual void RDMForced (G4bool)
 
virtual G4double GetFinalLevelEnergy (G4int Z, G4int A, G4double energy)
 
virtual G4double GetUpperLevelEnergy (G4int Z, G4int A)
 
G4double GetMaxLevelEnergy (G4int Z, G4int A)
 
G4double GetNearestLevelEnergy (G4int Z, G4int A, G4double energy)
 
void SetPhotonEvaporation (G4VEvaporationChannel *p)
 
void SetOPTxs (G4int opt)
 
void UseSICB (G4bool use)
 

Protected 속성

G4int OPTxs
 
G4bool useSICB
 

Private 멤버 함수

const G4C12GEMChanneloperator= (const G4C12GEMChannel &right)=delete
 
 G4C12GEMChannel (const G4C12GEMChannel &right)=delete
 
G4bool operator== (const G4C12GEMChannel &right) const =delete
 
G4bool operator!= (const G4C12GEMChannel &right) const =delete
 

Private 속성

G4C12GEMProbability theEvaporationProbability
 

상세한 설명

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

생성자 & 소멸자 문서화

G4C12GEMChannel::G4C12GEMChannel ( )
inlineexplicit

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

G4C12GEMChannel::~G4C12GEMChannel ( )
inline

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

G4C12GEMChannel::G4C12GEMChannel ( const G4C12GEMChannel right)
privatedelete

멤버 함수 문서화

G4bool G4VEvaporationChannel::BreakUpChain ( G4FragmentVector theResult,
G4Fragment theNucleus 
)
virtualinherited

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

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

다음에 의해서 참조됨 : G4ExcitationHandler::BreakItUp(), G4VEvaporationChannel::BreakUpFragment().

G4FragmentVector * G4VEvaporationChannel::BreakUpFragment ( G4Fragment theNucleus)
inlineinherited

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

다음을 참조함 : G4VEvaporationChannel::BreakUpChain().

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

void G4GEMChannel::Dump ( ) const
virtualinherited

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

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

다음을 참조함 : G4GEMProbability::Dump(), G4GEMChannel::theEvaporationProbabilityPtr.

G4Fragment * G4GEMChannel::EmittedFragment ( G4Fragment theNucleus)
virtualinherited
G4double G4GEMChannel::GetEmissionProbability ( G4Fragment theNucleus)
virtualinherited
G4double G4VEvaporationChannel::GetFinalLevelEnergy ( G4int  Z,
G4int  A,
G4double  energy 
)
virtualinherited

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

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

다음을 참조함 : energy.

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

G4double G4VEvaporationChannel::GetLifeTime ( G4Fragment theNucleus)
virtualinherited

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

G4double G4VEvaporationChannel::GetMaxLevelEnergy ( G4int  Z,
G4int  A 
)
inlineinherited

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

다음을 참조함 : G4VEvaporationChannel::GetUpperLevelEnergy(), G4VEvaporationChannel::photonEvaporation.

G4double G4VEvaporationChannel::GetNearestLevelEnergy ( G4int  Z,
G4int  A,
G4double  energy 
)
inlineinherited

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

다음을 참조함 : energy, G4VEvaporationChannel::GetFinalLevelEnergy(), G4VEvaporationChannel::photonEvaporation.

G4double G4VEvaporationChannel::GetUpperLevelEnergy ( G4int  Z,
G4int  A 
)
virtualinherited

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

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

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

void G4VEvaporationChannel::Initialise ( )
virtualinherited

G4PhotonEvaporation, G4EvaporationChannel, G4GEMChannelVI에서 재구현되었습니다.

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

다음에 의해서 참조됨 : G4EvaporationChannel::Initialise(), G4NeutronRadCapture::InitialiseModel().

G4bool G4C12GEMChannel::operator!= ( const G4C12GEMChannel right) const
privatedelete
const G4C12GEMChannel& G4C12GEMChannel::operator= ( const G4C12GEMChannel right)
privatedelete
G4bool G4C12GEMChannel::operator== ( const G4C12GEMChannel right) const
privatedelete
void G4VEvaporationChannel::RDMForced ( G4bool  )
virtualinherited

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

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

void G4VEvaporationChannel::SetICM ( G4bool  )
virtualinherited

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

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

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

void G4GEMChannel::SetLevelDensityParameter ( G4VLevelDensityParameter aLevelDensity)
inlineinherited

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

다음을 참조함 : G4GEMChannel::MyOwnLevelDensity, G4GEMChannel::theLevelDensityPtr.

void G4VEvaporationChannel::SetOPTxs ( G4int  opt)
inlineinherited

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

void G4VEvaporationChannel::SetPhotonEvaporation ( G4VEvaporationChannel p)
inlineinherited

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

다음을 참조함 : G4VEvaporationChannel::photonEvaporation.

void G4VEvaporationChannel::UseSICB ( G4bool  use)
inlineinherited

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

멤버 데이타 문서화

G4int G4VEvaporationChannel::OPTxs
protectedinherited

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

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

G4C12GEMProbability G4C12GEMChannel::theEvaporationProbability
private

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

G4bool G4VEvaporationChannel::useSICB
protectedinherited

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


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