Geant4
10.01.p01
|
#include <G4NeutronHPFinalState.hh>
Public Member Functions | |
G4NeutronHPFinalState () | |
virtual | ~G4NeutronHPFinalState () |
void | Init (G4double A, G4double Z, G4String &dirName, G4String &aFSType) |
virtual void | Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)=0 |
virtual G4HadFinalState * | ApplyYourself (const G4HadProjectile &) |
virtual G4NeutronHPFinalState * | New ()=0 |
G4bool | HasXsec () |
G4bool | HasFSData () |
G4bool | HasAnyData () |
virtual G4double | GetXsec (G4double) |
virtual G4NeutronHPVector * | GetXsec () |
void | SetA_Z (G4double anA, G4double aZ, G4int aM=0) |
G4double | GetZ () |
G4double | GetN () |
G4int | GetM () |
Protected Member Functions | |
void | SetAZMs (G4double anA, G4double aZ, G4int aM, G4NeutronHPDataUsed used) |
void | adjust_final_state (G4LorentzVector) |
G4bool | DoNotAdjustFinalState () |
Protected Attributes | |
G4bool | hasXsec |
G4bool | hasFSData |
G4bool | hasAnyData |
G4NeutronHPNames | theNames |
G4Cache< G4HadFinalState * > | theResult |
G4double | theBaseA |
G4double | theBaseZ |
G4int | theBaseM |
G4int | theNDLDataZ |
G4int | theNDLDataA |
G4int | theNDLDataM |
Private Attributes | |
G4bool | adjustResult |
Definition at line 45 of file G4NeutronHPFinalState.hh.
|
inline |
Definition at line 49 of file G4NeutronHPFinalState.hh.
References adjustResult, hasAnyData, hasFSData, hasXsec, G4Cache< VALTYPE >::Put(), theBaseA, theBaseM, theBaseZ, theNDLDataA, theNDLDataZ, and theResult.
|
inlinevirtual |
Definition at line 67 of file G4NeutronHPFinalState.hh.
|
protected |
Definition at line 40 of file G4NeutronHPFinalState.cc.
References G4HadFinalState::AddSecondary(), e1, G4cout, G4endl, G4UniformRand, G4Gamma::Gamma(), G4Cache< VALTYPE >::Get(), G4DynamicParticle::Get4Momentum(), G4ParticleDefinition::GetAtomicMass(), G4ParticleDefinition::GetAtomicNumber(), G4DynamicParticle::GetDefinition(), G4NeutronHPManager::GetInstance(), G4IonTable::GetIon(), G4IonTable::GetIonTable(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentum(), G4HadFinalState::GetNumberOfSecondaries(), G4HadSecondary::GetParticle(), G4ParticleDefinition::GetPDGMass(), G4HadFinalState::GetSecondary(), keV, G4INCL::Math::max(), MeV, G4Neutron::Neutron(), G4DynamicParticle::SetDefinition(), G4DynamicParticle::SetKineticEnergy(), G4DynamicParticle::SetMomentum(), theBaseA, theBaseZ, theNDLDataA, theNDLDataZ, and theResult.
Referenced by G4NeutronHPInelasticBaseFS::BaseApply(), and G4NeutronHPInelasticCompFS::CompositeApply().
|
inlinevirtual |
Reimplemented in G4NeutronHPFSFissionFS, G4FissionLibrary, G4NeutronHPFissionBaseFS, G4NeutronHPInelasticCompFS, G4NeutronHPInelasticBaseFS, G4NeutronHPElasticFS, G4NeutronHPFFFissionFS, G4NeutronHPCaptureFS, G4NeutronHPFissionFS, G4NeutronHPFCFissionFS, G4NeutronHPLCFissionFS, G4NeutronHPSCFissionFS, G4NeutronHPTCFissionFS, G4NeutronHP2AInelasticFS, G4NeutronHP2N2AInelasticFS, G4NeutronHP2NAInelasticFS, G4NeutronHP2NDInelasticFS, G4NeutronHP2NInelasticFS, G4NeutronHP2NPInelasticFS, G4NeutronHP2PInelasticFS, G4NeutronHP3AInelasticFS, G4NeutronHP3NAInelasticFS, G4NeutronHP3NInelasticFS, G4NeutronHP3NPInelasticFS, G4NeutronHP4NInelasticFS, G4NeutronHPAInelasticFS, G4NeutronHPDAInelasticFS, G4NeutronHPDInelasticFS, G4NeutronHPHe3InelasticFS, G4NeutronHPN2AInelasticFS, G4NeutronHPN2PInelasticFS, G4NeutronHPN3AInelasticFS, G4NeutronHPNAInelasticFS, G4NeutronHPND2AInelasticFS, G4NeutronHPNDInelasticFS, G4NeutronHPNHe3InelasticFS, G4NeutronHPNInelasticFS, G4NeutronHPNPAInelasticFS, G4NeutronHPNPInelasticFS, G4NeutronHPNT2AInelasticFS, G4NeutronHPNTInelasticFS, G4NeutronHPNXInelasticFS, G4NeutronHPPAInelasticFS, G4NeutronHPPDInelasticFS, G4NeutronHPPInelasticFS, G4NeutronHPPTInelasticFS, G4NeutronHPTInelasticFS, G4NeutronHPD2AInelasticFS, and G4NeutronHPT2AInelasticFS.
Definition at line 72 of file G4NeutronHPFinalState.hh.
Referenced by G4NeutronHPChannel::ApplyYourself().
|
inlineprotected |
Definition at line 118 of file G4NeutronHPFinalState.hh.
Referenced by G4NeutronHPCaptureFS::ApplyYourself().
|
inline |
Definition at line 93 of file G4NeutronHPFinalState.hh.
References theBaseM.
Referenced by G4NeutronHPChannel::GetM().
|
inline |
Definition at line 92 of file G4NeutronHPFinalState.hh.
References theBaseA.
Referenced by G4NeutronHPChannel::ApplyYourself(), and G4NeutronHPChannel::GetN().
Reimplemented in G4NeutronHPInelasticCompFS, G4NeutronHPInelasticBaseFS, and G4NeutronHPFissionBaseFS.
Definition at line 87 of file G4NeutronHPFinalState.hh.
Referenced by G4NeutronHPChannel::GetFSCrossSection(), and G4NeutronHPChannel::UpdateData().
|
inlinevirtual |
Reimplemented in G4NeutronHPInelasticCompFS, G4NeutronHPInelasticBaseFS, and G4NeutronHPFissionBaseFS.
Definition at line 88 of file G4NeutronHPFinalState.hh.
|
inline |
Definition at line 91 of file G4NeutronHPFinalState.hh.
References theBaseZ.
Referenced by G4NeutronHPChannel::ApplyYourself(), and G4NeutronHPChannel::GetZ().
|
inline |
Definition at line 85 of file G4NeutronHPFinalState.hh.
References hasAnyData.
Referenced by G4NeutronHPChannel::HasAnyData().
|
inline |
Definition at line 84 of file G4NeutronHPFinalState.hh.
References hasFSData.
Referenced by G4NeutronHPCaptureFS::ApplyYourself(), G4NeutronHPFissionBaseFS::ApplyYourself(), G4NeutronHPInelasticBaseFS::BaseApply(), G4NeutronHPChannel::HasFSData(), and G4NeutronHPFissionFS::Init().
|
inline |
Definition at line 83 of file G4NeutronHPFinalState.hh.
References hasXsec.
|
inline |
Definition at line 70 of file G4NeutronHPFinalState.hh.
References Init().
Referenced by Init(), and G4NeutronHPChannel::UpdateData().
|
pure virtual |
Implemented in G4FissionLibrary, G4NeutronHPInelasticCompFS, G4NeutronHPInelasticBaseFS, G4NeutronHPElasticFS, G4NeutronHPCaptureFS, G4NeutronHPFissionBaseFS, G4NeutronHPFissionFS, G4NeutronHPFSFissionFS, G4NeutronHP2AInelasticFS, G4NeutronHP2N2AInelasticFS, G4NeutronHP2NAInelasticFS, G4NeutronHP2NDInelasticFS, G4NeutronHP2NInelasticFS, G4NeutronHP2NPInelasticFS, G4NeutronHP2PInelasticFS, G4NeutronHP3AInelasticFS, G4NeutronHP3NAInelasticFS, G4NeutronHP3NInelasticFS, G4NeutronHP3NPInelasticFS, G4NeutronHP4NInelasticFS, G4NeutronHPAInelasticFS, G4NeutronHPDAInelasticFS, G4NeutronHPDInelasticFS, G4NeutronHPHe3InelasticFS, G4NeutronHPN2AInelasticFS, G4NeutronHPN2PInelasticFS, G4NeutronHPN3AInelasticFS, G4NeutronHPNAInelasticFS, G4NeutronHPND2AInelasticFS, G4NeutronHPNDInelasticFS, G4NeutronHPNHe3InelasticFS, G4NeutronHPNInelasticFS, G4NeutronHPNPAInelasticFS, G4NeutronHPNPInelasticFS, G4NeutronHPNT2AInelasticFS, G4NeutronHPNTInelasticFS, G4NeutronHPNXInelasticFS, G4NeutronHPPAInelasticFS, G4NeutronHPPDInelasticFS, G4NeutronHPPInelasticFS, G4NeutronHPPTInelasticFS, G4NeutronHPTInelasticFS, G4NeutronHPFFFissionFS, G4NeutronHPD2AInelasticFS, G4NeutronHPFCFissionFS, G4NeutronHPLCFissionFS, G4NeutronHPSCFissionFS, G4NeutronHPT2AInelasticFS, and G4NeutronHPTCFissionFS.
|
pure virtual |
Implemented in G4FissionLibrary, G4NeutronHPInelasticCompFS, G4NeutronHPInelasticBaseFS, G4NeutronHPElasticFS, G4NeutronHPCaptureFS, G4NeutronHPFSFissionFS, G4NeutronHPFissionFS, G4NeutronHP2AInelasticFS, G4NeutronHP2N2AInelasticFS, G4NeutronHP2NAInelasticFS, G4NeutronHP2NDInelasticFS, G4NeutronHP2NInelasticFS, G4NeutronHP2NPInelasticFS, G4NeutronHP2PInelasticFS, G4NeutronHP3AInelasticFS, G4NeutronHP3NAInelasticFS, G4NeutronHP3NInelasticFS, G4NeutronHP3NPInelasticFS, G4NeutronHP4NInelasticFS, G4NeutronHPAInelasticFS, G4NeutronHPDAInelasticFS, G4NeutronHPDInelasticFS, G4NeutronHPFFFissionFS, G4NeutronHPHe3InelasticFS, G4NeutronHPN2AInelasticFS, G4NeutronHPN2PInelasticFS, G4NeutronHPN3AInelasticFS, G4NeutronHPNAInelasticFS, G4NeutronHPND2AInelasticFS, G4NeutronHPNDInelasticFS, G4NeutronHPNHe3InelasticFS, G4NeutronHPNInelasticFS, G4NeutronHPNPAInelasticFS, G4NeutronHPNPInelasticFS, G4NeutronHPNT2AInelasticFS, G4NeutronHPNTInelasticFS, G4NeutronHPNXInelasticFS, G4NeutronHPPAInelasticFS, G4NeutronHPPDInelasticFS, G4NeutronHPPInelasticFS, G4NeutronHPPTInelasticFS, G4NeutronHPTInelasticFS, G4NeutronHPD2AInelasticFS, G4NeutronHPFCFissionFS, G4NeutronHPLCFissionFS, G4NeutronHPSCFissionFS, G4NeutronHPT2AInelasticFS, and G4NeutronHPTCFissionFS.
Referenced by G4NeutronHPChannel::Register().
Definition at line 90 of file G4NeutronHPFinalState.hh.
References theBaseA, theBaseM, and theBaseZ.
Referenced by G4NeutronHPChannel::Register().
|
inlineprotected |
Definition at line 96 of file G4NeutronHPFinalState.hh.
References theBaseA, theBaseM, and theBaseZ.
Referenced by G4NeutronHPFSFissionFS::Init(), G4NeutronHPFissionBaseFS::Init(), G4NeutronHPCaptureFS::Init(), G4NeutronHPElasticFS::Init(), G4NeutronHPInelasticBaseFS::Init(), and G4NeutronHPInelasticCompFS::Init().
|
private |
Definition at line 124 of file G4NeutronHPFinalState.hh.
Referenced by G4NeutronHPFinalState().
|
protected |
Definition at line 102 of file G4NeutronHPFinalState.hh.
Referenced by G4NeutronHPFinalState(), HasAnyData(), G4NeutronHPFFFissionFS::Init(), G4NeutronHPFSFissionFS::Init(), G4NeutronHPFissionBaseFS::Init(), G4NeutronHPCaptureFS::Init(), G4NeutronHPElasticFS::Init(), G4NeutronHPInelasticBaseFS::Init(), G4NeutronHPInelasticCompFS::Init(), and G4FissionLibrary::Init().
|
protected |
Definition at line 101 of file G4NeutronHPFinalState.hh.
Referenced by G4NeutronHPFinalState(), HasFSData(), G4NeutronHPFFFissionFS::Init(), G4NeutronHPFSFissionFS::Init(), G4NeutronHPFissionBaseFS::Init(), G4NeutronHPCaptureFS::Init(), G4NeutronHPElasticFS::Init(), G4NeutronHPInelasticBaseFS::Init(), G4NeutronHPInelasticCompFS::Init(), and G4FissionLibrary::Init().
|
protected |
Definition at line 98 of file G4NeutronHPFinalState.hh.
Referenced by G4FissionLibrary::G4FissionLibrary(), G4NeutronHPCaptureFS::G4NeutronHPCaptureFS(), G4NeutronHPElasticFS::G4NeutronHPElasticFS(), G4NeutronHPFCFissionFS::G4NeutronHPFCFissionFS(), G4NeutronHPFFFissionFS::G4NeutronHPFFFissionFS(), G4NeutronHPFinalState(), G4NeutronHPFissionBaseFS::G4NeutronHPFissionBaseFS(), G4NeutronHPFissionFS::G4NeutronHPFissionFS(), G4NeutronHPFSFissionFS::G4NeutronHPFSFissionFS(), G4NeutronHPInelasticBaseFS::G4NeutronHPInelasticBaseFS(), G4NeutronHPInelasticCompFS::G4NeutronHPInelasticCompFS(), G4NeutronHPLCFissionFS::G4NeutronHPLCFissionFS(), G4NeutronHPSCFissionFS::G4NeutronHPSCFissionFS(), G4NeutronHPTCFissionFS::G4NeutronHPTCFissionFS(), HasXsec(), G4NeutronHPFFFissionFS::Init(), G4NeutronHPFSFissionFS::Init(), G4NeutronHPFissionBaseFS::Init(), G4NeutronHPCaptureFS::Init(), G4NeutronHPElasticFS::Init(), G4NeutronHPInelasticBaseFS::Init(), G4NeutronHPInelasticCompFS::Init(), and G4FissionLibrary::Init().
|
protected |
Definition at line 109 of file G4NeutronHPFinalState.hh.
Referenced by adjust_final_state(), G4NeutronHPFissionFS::ApplyYourself(), G4NeutronHPCaptureFS::ApplyYourself(), G4NeutronHPElasticFS::ApplyYourself(), G4NeutronHPInelasticBaseFS::BaseApply(), G4NeutronHPInelasticCompFS::CompositeApply(), G4NeutronHPFinalState(), GetN(), G4NeutronHPFFFissionFS::Init(), G4NeutronHPCaptureFS::Init(), G4NeutronHPInelasticBaseFS::InitGammas(), SetA_Z(), and SetAZMs().
|
protected |
Definition at line 111 of file G4NeutronHPFinalState.hh.
Referenced by G4NeutronHPFinalState(), GetM(), SetA_Z(), and SetAZMs().
|
protected |
Definition at line 110 of file G4NeutronHPFinalState.hh.
Referenced by adjust_final_state(), G4NeutronHPFissionFS::ApplyYourself(), G4NeutronHPCaptureFS::ApplyYourself(), G4NeutronHPElasticFS::ApplyYourself(), G4NeutronHPInelasticBaseFS::BaseApply(), G4NeutronHPInelasticCompFS::CompositeApply(), G4NeutronHPFinalState(), GetZ(), G4NeutronHPFFFissionFS::Init(), G4NeutronHPCaptureFS::Init(), G4NeutronHPInelasticBaseFS::InitGammas(), SetA_Z(), and SetAZMs().
|
protected |
Definition at line 103 of file G4NeutronHPFinalState.hh.
Referenced by G4NeutronHPFFFissionFS::Init(), G4NeutronHPFissionBaseFS::Init(), G4NeutronHPElasticFS::Init(), G4NeutronHPInelasticBaseFS::Init(), G4NeutronHPInelasticCompFS::Init(), and G4FissionLibrary::Init().
|
protected |
Definition at line 120 of file G4NeutronHPFinalState.hh.
Referenced by adjust_final_state(), G4NeutronHPFinalState(), G4NeutronHPFissionBaseFS::Init(), G4NeutronHPInelasticBaseFS::Init(), and G4NeutronHPInelasticCompFS::Init().
|
protected |
Definition at line 121 of file G4NeutronHPFinalState.hh.
|
protected |
Definition at line 118 of file G4NeutronHPFinalState.hh.
Referenced by adjust_final_state(), G4NeutronHPFinalState(), G4NeutronHPFissionBaseFS::Init(), G4NeutronHPInelasticBaseFS::Init(), and G4NeutronHPInelasticCompFS::Init().
|
protected |
Definition at line 107 of file G4NeutronHPFinalState.hh.
Referenced by adjust_final_state(), G4NeutronHPD2AInelasticFS::ApplyYourself(), G4NeutronHPT2AInelasticFS::ApplyYourself(), G4NeutronHPPTInelasticFS::ApplyYourself(), G4NeutronHP3AInelasticFS::ApplyYourself(), G4NeutronHP2N2AInelasticFS::ApplyYourself(), G4NeutronHPPAInelasticFS::ApplyYourself(), G4NeutronHPNXInelasticFS::ApplyYourself(), G4NeutronHPNTInelasticFS::ApplyYourself(), G4NeutronHPNT2AInelasticFS::ApplyYourself(), G4NeutronHPNPInelasticFS::ApplyYourself(), G4NeutronHP2NPInelasticFS::ApplyYourself(), G4NeutronHPNHe3InelasticFS::ApplyYourself(), G4NeutronHPNInelasticFS::ApplyYourself(), G4NeutronHPNDInelasticFS::ApplyYourself(), G4NeutronHPND2AInelasticFS::ApplyYourself(), G4NeutronHPNAInelasticFS::ApplyYourself(), G4NeutronHPN3AInelasticFS::ApplyYourself(), G4NeutronHPN2PInelasticFS::ApplyYourself(), G4NeutronHPN2AInelasticFS::ApplyYourself(), G4NeutronHPNPAInelasticFS::ApplyYourself(), G4NeutronHP2PInelasticFS::ApplyYourself(), G4NeutronHPHe3InelasticFS::ApplyYourself(), G4NeutronHPTInelasticFS::ApplyYourself(), G4NeutronHP2NAInelasticFS::ApplyYourself(), G4NeutronHPPInelasticFS::ApplyYourself(), G4NeutronHPDAInelasticFS::ApplyYourself(), G4NeutronHPDInelasticFS::ApplyYourself(), G4NeutronHP2AInelasticFS::ApplyYourself(), G4NeutronHPPDInelasticFS::ApplyYourself(), G4NeutronHPAInelasticFS::ApplyYourself(), G4NeutronHP4NInelasticFS::ApplyYourself(), G4NeutronHP3NPInelasticFS::ApplyYourself(), G4NeutronHP3NAInelasticFS::ApplyYourself(), G4NeutronHP2NDInelasticFS::ApplyYourself(), G4NeutronHP3NInelasticFS::ApplyYourself(), G4NeutronHP2NInelasticFS::ApplyYourself(), G4NeutronHPFissionFS::ApplyYourself(), G4NeutronHPCaptureFS::ApplyYourself(), G4NeutronHPElasticFS::ApplyYourself(), G4FissionLibrary::ApplyYourself(), G4NeutronHPInelasticBaseFS::BaseApply(), G4NeutronHPInelasticCompFS::CompositeApply(), and G4NeutronHPFinalState().