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

#include <G4ParticleHPElasticFS.hh>

G4ParticleHPElasticFS에 대한 상속 다이어그램 :
G4ParticleHPFinalState

Public 멤버 함수

 G4ParticleHPElasticFS ()
 
 ~G4ParticleHPElasticFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType, G4ParticleDefinition *)
 
G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)
 
G4ParticleHPFinalStateNew ()
 
void Init (G4double A, G4double Z, G4String &dirName, G4String &aFSType, G4ParticleDefinition *projectile)
 
G4bool HasXsec ()
 
G4bool HasFSData ()
 
G4bool HasAnyData ()
 
virtual G4double GetXsec (G4double)
 
virtual G4ParticleHPVectorGetXsec ()
 
void SetA_Z (G4double anA, G4double aZ, G4int aM=0)
 
G4double GetZ ()
 
G4double GetN ()
 
G4double GetA ()
 
G4int GetM ()
 
void SetAZMs (G4double anA, G4double aZ, G4int aM, G4ParticleHPDataUsed used)
 
void SetProjectile (G4ParticleDefinition *projectile)
 

Protected 멤버 함수

void adjust_final_state (G4LorentzVector)
 
G4bool DoNotAdjustFinalState ()
 

Protected 속성

G4bool hasXsec
 
G4bool hasFSData
 
G4bool hasAnyData
 
G4ParticleHPNames theNames
 
G4Cache< G4HadFinalState * > theResult
 
G4double theBaseA
 
G4double theBaseZ
 
G4int theBaseM
 
G4int theNDLDataZ
 
G4int theNDLDataA
 
G4int theNDLDataM
 
G4ParticleDefinitiontheProjectile
 

Private 속성

G4int repFlag
 
G4double tE_of_repFlag3
 
G4double targetMass
 
G4int frameFlag
 
G4ParticleHPLegendreStoretheCoefficients
 
G4ParticleHPPartialtheProbArray
 
G4ParticleHPInterpolator theInt
 
G4ParticleHPFastLegendre theLegend
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ParticleHPElasticFS::G4ParticleHPElasticFS ( )
inline

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

다음을 참조함 : frameFlag, G4ParticleHPFinalState::hasXsec, repFlag, targetMass, tE_of_repFlag3, theCoefficients, theProbArray.

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

G4ParticleHPElasticFS::~G4ParticleHPElasticFS ( )
inline

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

다음을 참조함 : theCoefficients, theProbArray.

멤버 함수 문서화

void G4ParticleHPFinalState::adjust_final_state ( G4LorentzVector  init_4p_lab)
protectedinherited
G4HadFinalState * G4ParticleHPElasticFS::ApplyYourself ( const G4HadProjectile theTrack)
virtual

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

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

다음을 참조함 : a, G4HadFinalState::AddSecondary(), G4InuclParticleNames::ap, G4HadFinalState::Clear(), frameFlag, G4cout, G4endl, G4UniformRand, G4Cache< VALTYPE >::Get(), G4HadProjectile::Get4Momentum(), G4Nucleus::GetBiasedThermalNucleus(), G4HadProjectile::GetDefinition(), G4Pow::GetInstance(), G4IonTable::GetIonTable(), G4HadProjectile::GetKineticEnergy(), G4ReactionProduct::GetKineticEnergy(), G4ReactionProduct::GetMass(), G4HadProjectile::GetMaterial(), G4ReactionProduct::GetMomentum(), G4ParticleDefinition::GetPDGMass(), G4Material::GetTemperature(), G4ReactionProduct::GetTotalEnergy(), G4ReactionProduct::GetTotalMomentum(), G4ReactionProduct::Lorentz(), CLHEP::Hep3Vector::phi(), G4Pow::powA(), G4Cache< VALTYPE >::Put(), repFlag, G4ParticleHPPartial::Sample(), G4ParticleHPLegendreStore::SampleElastic(), G4DynamicParticle::SetDefinition(), G4HadFinalState::SetEnergyChange(), G4ReactionProduct::SetKineticEnergy(), G4ReactionProduct::SetMass(), G4ReactionProduct::SetMomentum(), G4DynamicParticle::SetMomentum(), G4HadFinalState::SetMomentumChange(), G4HadFinalState::SetStatusChange(), G4ReactionProduct::SetTotalEnergy(), CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), suspend, targetMass, tE_of_repFlag3, G4ParticleHPFinalState::theBaseA, G4ParticleHPFinalState::theBaseZ, theCoefficients, theProbArray, G4ParticleHPFinalState::theResult, CLHEP::Hep3Vector::theta(), theTarget, twopi, CLHEP::Hep3Vector::unit(), CLHEP::HepLorentzVector::vect().

G4bool G4ParticleHPFinalState::DoNotAdjustFinalState ( )
inlineprotectedinherited

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

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

G4double G4ParticleHPFinalState::GetA ( void  )
inlineinherited

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

다음을 참조함 : G4ParticleHPFinalState::theBaseA.

G4int G4ParticleHPFinalState::GetM ( )
inlineinherited

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

다음을 참조함 : G4ParticleHPFinalState::theBaseM.

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

G4double G4ParticleHPFinalState::GetN ( )
inlineinherited

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

다음을 참조함 : G4ParticleHPFinalState::theBaseA.

다음에 의해서 참조됨 : G4ParticleHPChannel::ApplyYourself(), G4ParticleHPChannel::GetN().

virtual G4double G4ParticleHPFinalState::GetXsec ( G4double  )
inlinevirtualinherited

G4ParticleHPInelasticCompFS, G4ParticleHPInelasticBaseFS, G4ParticleHPFissionBaseFS에서 재구현되었습니다.

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

다음에 의해서 참조됨 : G4ParticleHPChannel::GetFSCrossSection(), G4ParticleHPChannel::UpdateData().

virtual G4ParticleHPVector* G4ParticleHPFinalState::GetXsec ( )
inlinevirtualinherited

G4ParticleHPInelasticCompFS, G4ParticleHPInelasticBaseFS, G4ParticleHPFissionBaseFS에서 재구현되었습니다.

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

G4double G4ParticleHPFinalState::GetZ ( void  )
inlineinherited

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

다음을 참조함 : G4ParticleHPFinalState::theBaseZ.

다음에 의해서 참조됨 : G4ParticleHPChannel::ApplyYourself(), G4ParticleHPChannel::GetZ().

G4bool G4ParticleHPFinalState::HasAnyData ( )
inlineinherited

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

다음을 참조함 : G4ParticleHPFinalState::hasAnyData.

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

G4bool G4ParticleHPFinalState::HasFSData ( )
inlineinherited
G4bool G4ParticleHPFinalState::HasXsec ( )
inlineinherited

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

다음을 참조함 : G4ParticleHPFinalState::hasXsec.

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

void G4ParticleHPElasticFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aFSType,
G4ParticleDefinition  
)
virtual
void G4ParticleHPFinalState::Init ( G4double  A,
G4double  Z,
G4String dirName,
G4String aFSType,
G4ParticleDefinition projectile 
)
inlineinherited

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

다음을 참조함 : G4ParticleHPFinalState::Init().

다음에 의해서 참조됨 : G4ParticleHPFinalState::Init(), G4ParticleHPChannel::UpdateData().

G4ParticleHPFinalState* G4ParticleHPElasticFS::New ( )
inlinevirtual

G4ParticleHPFinalState를 구현.

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

다음을 참조함 : G4ParticleHPElasticFS().

void G4ParticleHPFinalState::SetA_Z ( G4double  anA,
G4double  aZ,
G4int  aM = 0 
)
inlineinherited

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

다음을 참조함 : G4ParticleHPFinalState::theBaseA, G4ParticleHPFinalState::theBaseM, G4ParticleHPFinalState::theBaseZ.

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

void G4ParticleHPFinalState::SetAZMs ( G4double  anA,
G4double  aZ,
G4int  aM,
G4ParticleHPDataUsed  used 
)
inlineinherited
void G4ParticleHPFinalState::SetProjectile ( G4ParticleDefinition projectile)
inlineinherited

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

다음을 참조함 : G4ParticleHPFinalState::theProjectile.

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

멤버 데이타 문서화

G4int G4ParticleHPElasticFS::frameFlag
private

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

다음에 의해서 참조됨 : ApplyYourself(), G4ParticleHPElasticFS(), Init().

G4bool G4ParticleHPFinalState::hasAnyData
protectedinherited
G4bool G4ParticleHPFinalState::hasFSData
protectedinherited
G4bool G4ParticleHPFinalState::hasXsec
protectedinherited
G4int G4ParticleHPElasticFS::repFlag
private

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

다음에 의해서 참조됨 : ApplyYourself(), G4ParticleHPElasticFS(), Init().

G4double G4ParticleHPElasticFS::targetMass
private

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

다음에 의해서 참조됨 : ApplyYourself(), G4ParticleHPElasticFS(), Init().

G4double G4ParticleHPElasticFS::tE_of_repFlag3
private

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

다음에 의해서 참조됨 : ApplyYourself(), G4ParticleHPElasticFS(), Init().

G4double G4ParticleHPFinalState::theBaseA
protectedinherited
G4int G4ParticleHPFinalState::theBaseM
protectedinherited
G4double G4ParticleHPFinalState::theBaseZ
protectedinherited
G4ParticleHPLegendreStore* G4ParticleHPElasticFS::theCoefficients
private

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

다음에 의해서 참조됨 : ApplyYourself(), G4ParticleHPElasticFS(), Init(), ~G4ParticleHPElasticFS().

G4ParticleHPInterpolator G4ParticleHPElasticFS::theInt
private

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

G4ParticleHPFastLegendre G4ParticleHPElasticFS::theLegend
private

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

G4ParticleHPNames G4ParticleHPFinalState::theNames
protectedinherited
G4int G4ParticleHPFinalState::theNDLDataA
protectedinherited
G4int G4ParticleHPFinalState::theNDLDataM
protectedinherited

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

다음에 의해서 참조됨 : G4ParticleHPFinalState::G4ParticleHPFinalState(), Init(), G4ParticleHPFinalState::SetAZMs().

G4int G4ParticleHPFinalState::theNDLDataZ
protectedinherited
G4ParticleHPPartial* G4ParticleHPElasticFS::theProbArray
private

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

다음에 의해서 참조됨 : ApplyYourself(), G4ParticleHPElasticFS(), Init(), ~G4ParticleHPElasticFS().

G4ParticleDefinition* G4ParticleHPFinalState::theProjectile
protectedinherited
G4Cache< G4HadFinalState* > G4ParticleHPFinalState::theResult
protectedinherited

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

다음에 의해서 참조됨 : G4ParticleHPFinalState::adjust_final_state(), G4ParticleHPD2AInelasticFS::ApplyYourself(), G4ParticleHPT2AInelasticFS::ApplyYourself(), G4ParticleHPPTInelasticFS::ApplyYourself(), G4ParticleHPPInelasticFS::ApplyYourself(), G4ParticleHPDInelasticFS::ApplyYourself(), G4ParticleHPND2AInelasticFS::ApplyYourself(), G4ParticleHPPAInelasticFS::ApplyYourself(), G4ParticleHP2NDInelasticFS::ApplyYourself(), G4ParticleHPN3AInelasticFS::ApplyYourself(), G4ParticleHP2NInelasticFS::ApplyYourself(), G4ParticleHPNDInelasticFS::ApplyYourself(), G4ParticleHP3AInelasticFS::ApplyYourself(), G4ParticleHPNPInelasticFS::ApplyYourself(), G4ParticleHPNTInelasticFS::ApplyYourself(), G4ParticleHPN2AInelasticFS::ApplyYourself(), G4ParticleHPNAInelasticFS::ApplyYourself(), G4ParticleHP2N2AInelasticFS::ApplyYourself(), G4ParticleHP2NPInelasticFS::ApplyYourself(), G4ParticleHPN2PInelasticFS::ApplyYourself(), G4ParticleHP2NAInelasticFS::ApplyYourself(), G4ParticleHPNHe3InelasticFS::ApplyYourself(), G4ParticleHPHe3InelasticFS::ApplyYourself(), G4ParticleHPTInelasticFS::ApplyYourself(), G4ParticleHPNT2AInelasticFS::ApplyYourself(), G4ParticleHPNXInelasticFS::ApplyYourself(), G4ParticleHPNInelasticFS::ApplyYourself(), G4ParticleHP2PInelasticFS::ApplyYourself(), G4ParticleHPPDInelasticFS::ApplyYourself(), G4ParticleHPNPAInelasticFS::ApplyYourself(), G4ParticleHPDAInelasticFS::ApplyYourself(), G4ParticleHPAInelasticFS::ApplyYourself(), G4ParticleHP3NAInelasticFS::ApplyYourself(), G4ParticleHP4NInelasticFS::ApplyYourself(), G4ParticleHP3NInelasticFS::ApplyYourself(), G4ParticleHP3NPInelasticFS::ApplyYourself(), G4ParticleHP2AInelasticFS::ApplyYourself(), G4ParticleHPFissionFS::ApplyYourself(), G4ParticleHPCaptureFS::ApplyYourself(), ApplyYourself(), G4FissionLibrary::ApplyYourself(), G4ParticleHPInelasticBaseFS::BaseApply(), G4ParticleHPInelasticCompFS::CompositeApply(), G4ParticleHPFinalState::G4ParticleHPFinalState(), G4ParticleHPInelasticCompFS::use_nresp71_model().


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