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

#include <G4ExcitationHandler.hh>

Public 멤버 함수

 G4ExcitationHandler ()
 
 ~G4ExcitationHandler ()
 
G4ReactionProductVectorBreakItUp (const G4Fragment &theInitialState)
 
void ModelDescription (std::ostream &outFile) const
 
void Initialise ()
 
void SetEvaporation (G4VEvaporation *ptr, G4bool isLocal=false)
 
void SetMultiFragmentation (G4VMultiFragmentation *ptr)
 
void SetFermiModel (G4VFermiBreakUp *ptr)
 
void SetPhotonEvaporation (G4VEvaporationChannel *ptr)
 
void SetDeexChannelsType (G4DeexChannelType val)
 
void SetMaxZForFermiBreakUp (G4int aZ)
 
void SetMaxAForFermiBreakUp (G4int anA)
 
void SetMaxAandZForFermiBreakUp (G4int anA, G4int aZ)
 
void SetMinEForMultiFrag (G4double anE)
 
G4VEvaporationGetEvaporation ()
 
G4VMultiFragmentationGetMultiFragmentation ()
 
G4VFermiBreakUpGetFermiModel ()
 
G4VEvaporationChannelGetPhotonEvaporation ()
 
void SetOPTxs (G4int opt)
 
void UseSICB ()
 

Private 멤버 함수

void SetParameters ()
 
 G4ExcitationHandler (const G4ExcitationHandler &right)=delete
 
const G4ExcitationHandleroperator= (const G4ExcitationHandler &right)=delete
 
G4bool operator== (const G4ExcitationHandler &right) const =delete
 
G4bool operator!= (const G4ExcitationHandler &right) const =delete
 

Private 속성

G4VEvaporationtheEvaporation
 
G4VMultiFragmentationtheMultiFragmentation
 
G4VFermiBreakUptheFermiModel
 
G4VEvaporationChannelthePhotonEvaporation
 
const G4ParticleDefinitionelectron
 
G4int icID
 
G4int maxZForFermiBreakUp
 
G4int maxAForFermiBreakUp
 
G4double minEForMultiFrag
 
G4double minExcitation
 
G4IonTabletheTableOfIons
 
G4NistManagernist
 
G4int fVerbose
 
G4bool isInitialised
 
G4bool isEvapLocal
 
G4bool isActive
 
std::vector< G4Fragment * > theResults
 
std::vector< G4Fragment * > results
 
std::vector< G4Fragment * > thePhotoEvapList
 
std::vector< G4Fragment * > theEvapList
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ExcitationHandler::G4ExcitationHandler ( )
explicit
G4ExcitationHandler::~G4ExcitationHandler ( )

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

다음을 참조함 : isEvapLocal, theEvaporation, theFermiModel, theMultiFragmentation.

G4ExcitationHandler::G4ExcitationHandler ( const G4ExcitationHandler right)
privatedelete

멤버 함수 문서화

G4ReactionProductVector * G4ExcitationHandler::BreakItUp ( const G4Fragment theInitialState)

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

다음을 참조함 : A(), G4Alpha::AlphaDefinition(), G4VFermiBreakUp::BreakFragment(), G4VEvaporation::BreakFragment(), G4VMultiFragmentation::BreakItUp(), G4VEvaporationChannel::BreakUpChain(), G4Deuteron::DeuteronDefinition(), e, CLHEP::HepLorentzVector::e(), electron, fac, FatalException, G4Ions::FloatLevelBase(), fVerbose, G4cout, G4endl, G4Exception(), G4Fragment::GetA_asInt(), G4Fragment::GetCreationTime(), G4Fragment::GetExcitationEnergy(), G4Fragment::GetFloatingLevelNumber(), G4Fragment::GetGroundStateMass(), G4IonTable::GetIon(), G4NistManager::GetIsotopeAbundance(), G4Fragment::GetMomentum(), G4Fragment::GetParticleDefinition(), G4ParticleDefinition::GetPDGMass(), G4Fragment::GetZ_asInt(), G4He3::He3Definition(), icID, Initialise(), isActive, G4VFermiBreakUp::IsApplicable(), isInitialised, maxAForFermiBreakUp, maxZForFermiBreakUp, MeV, minEForMultiFrag, minExcitation, G4Neutron::NeutronDefinition(), nist, noFloat, G4Proton::ProtonDefinition(), results, G4ReactionProduct::SetCreatorModel(), G4ReactionProduct::SetFormationTime(), G4Fragment::SetMomentum(), G4ReactionProduct::SetMomentum(), G4ReactionProduct::SetTotalEnergy(), theEvapList, theEvaporation, theFermiModel, theMultiFragmentation, thePhotoEvapList, thePhotonEvaporation, theResults, theTableOfIons, G4Triton::TritonDefinition(), CLHEP::Hep3Vector::unit(), CLHEP::HepLorentzVector::vect(), Z.

다음에 의해서 참조됨 : G4ParaFissionModel::ApplyYourself(), G4LowEIonFragmentation::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4WilsonAbrasionModel::ApplyYourself(), G4PreCompoundDeexcitation::deExcite(), G4BinaryCascade::DeExcite(), G4BinaryLightIonReaction::DeExciteSpectatorNucleus(), G4PreCompoundModel::PerformEquilibriumEmission().

G4VEvaporation * G4ExcitationHandler::GetEvaporation ( )
inline

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

다음을 참조함 : theEvaporation.

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

G4VFermiBreakUp * G4ExcitationHandler::GetFermiModel ( )
inline

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

다음을 참조함 : theFermiModel.

G4VMultiFragmentation * G4ExcitationHandler::GetMultiFragmentation ( )
inline

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

다음을 참조함 : theMultiFragmentation.

G4VEvaporationChannel * G4ExcitationHandler::GetPhotonEvaporation ( )
inline

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

다음을 참조함 : thePhotonEvaporation.

void G4ExcitationHandler::Initialise ( )
void G4ExcitationHandler::ModelDescription ( std::ostream &  outFile) const

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

다음에 의해서 참조됨 : G4BinaryCascade::ModelDescription(), G4BinaryCascade::PropagateModelDescription().

G4bool G4ExcitationHandler::operator!= ( const G4ExcitationHandler right) const
privatedelete
const G4ExcitationHandler& G4ExcitationHandler::operator= ( const G4ExcitationHandler right)
privatedelete
G4bool G4ExcitationHandler::operator== ( const G4ExcitationHandler right) const
privatedelete
void G4ExcitationHandler::SetDeexChannelsType ( G4DeexChannelType  val)
void G4ExcitationHandler::SetEvaporation ( G4VEvaporation ptr,
G4bool  isLocal = false 
)
void G4ExcitationHandler::SetFermiModel ( G4VFermiBreakUp ptr)

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

다음을 참조함 : G4VEvaporation::SetFermiBreakUp(), theEvaporation, theFermiModel.

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

void G4ExcitationHandler::SetMaxAandZForFermiBreakUp ( G4int  anA,
G4int  aZ 
)
inline

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

다음을 참조함 : SetMaxAForFermiBreakUp(), SetMaxZForFermiBreakUp().

void G4ExcitationHandler::SetMaxAForFermiBreakUp ( G4int  anA)
inline

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

다음을 참조함 : maxAForFermiBreakUp.

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

void G4ExcitationHandler::SetMaxZForFermiBreakUp ( G4int  aZ)
inline

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

다음을 참조함 : maxZForFermiBreakUp.

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

void G4ExcitationHandler::SetMinEForMultiFrag ( G4double  anE)
inline

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

다음을 참조함 : minEForMultiFrag.

다음에 의해서 참조됨 : B03PhysicsList::ConstructHad(), G4EMDissociation::G4EMDissociation().

void G4ExcitationHandler::SetMultiFragmentation ( G4VMultiFragmentation ptr)

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

다음을 참조함 : theMultiFragmentation.

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

void G4ExcitationHandler::SetOPTxs ( G4int  opt)
inline

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

void G4ExcitationHandler::SetParameters ( )
private
void G4ExcitationHandler::SetPhotonEvaporation ( G4VEvaporationChannel ptr)

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

다음을 참조함 : G4VEvaporation::SetPhotonEvaporation(), theEvaporation, thePhotonEvaporation.

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

void G4ExcitationHandler::UseSICB ( )
inline

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

멤버 데이타 문서화

const G4ParticleDefinition* G4ExcitationHandler::electron
private

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

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

G4int G4ExcitationHandler::fVerbose
private

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

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

G4int G4ExcitationHandler::icID
private

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

다음에 의해서 참조됨 : BreakItUp(), SetParameters().

G4bool G4ExcitationHandler::isActive
private

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

다음에 의해서 참조됨 : BreakItUp(), Initialise(), SetDeexChannelsType(), SetParameters().

G4bool G4ExcitationHandler::isEvapLocal
private

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

다음에 의해서 참조됨 : SetEvaporation(), ~G4ExcitationHandler().

G4bool G4ExcitationHandler::isInitialised
private

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

다음에 의해서 참조됨 : BreakItUp(), Initialise().

G4int G4ExcitationHandler::maxAForFermiBreakUp
private

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

다음에 의해서 참조됨 : BreakItUp(), SetMaxAForFermiBreakUp().

G4int G4ExcitationHandler::maxZForFermiBreakUp
private

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

다음에 의해서 참조됨 : BreakItUp(), SetMaxZForFermiBreakUp().

G4double G4ExcitationHandler::minEForMultiFrag
private

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

다음에 의해서 참조됨 : BreakItUp(), SetMinEForMultiFrag(), SetParameters().

G4double G4ExcitationHandler::minExcitation
private

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

다음에 의해서 참조됨 : BreakItUp(), SetParameters().

G4NistManager* G4ExcitationHandler::nist
private

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

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

std::vector<G4Fragment*> G4ExcitationHandler::results
private

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

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

std::vector<G4Fragment*> G4ExcitationHandler::theEvapList
private

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

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

G4VEvaporation* G4ExcitationHandler::theEvaporation
private
G4VFermiBreakUp* G4ExcitationHandler::theFermiModel
private

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

다음에 의해서 참조됨 : BreakItUp(), G4ExcitationHandler(), GetFermiModel(), Initialise(), SetEvaporation(), SetFermiModel(), SetParameters(), ~G4ExcitationHandler().

G4VMultiFragmentation* G4ExcitationHandler::theMultiFragmentation
private

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

다음에 의해서 참조됨 : BreakItUp(), G4ExcitationHandler(), GetMultiFragmentation(), SetMultiFragmentation(), SetParameters(), ~G4ExcitationHandler().

std::vector<G4Fragment*> G4ExcitationHandler::thePhotoEvapList
private

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

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

G4VEvaporationChannel* G4ExcitationHandler::thePhotonEvaporation
private

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

다음에 의해서 참조됨 : BreakItUp(), G4ExcitationHandler(), GetPhotonEvaporation(), SetEvaporation(), SetParameters(), SetPhotonEvaporation().

std::vector<G4Fragment*> G4ExcitationHandler::theResults
private

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

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

G4IonTable* G4ExcitationHandler::theTableOfIons
private

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

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


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