Geant4.10
|
#include <G4NeutronHPFissionBaseFS.hh>
Public Member Functions | |
G4NeutronHPFissionBaseFS () | |
virtual | ~G4NeutronHPFissionBaseFS () |
void | Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit) |
G4DynamicParticleVector * | ApplyYourself (G4int Prompt) |
virtual G4double | GetXsec (G4double anEnergy) |
virtual G4NeutronHPVector * | GetXsec () |
void | SetNeutron (const G4ReactionProduct &aNeutron) |
void | SetTarget (const G4ReactionProduct &aTarget) |
Public Member Functions inherited from G4NeutronHPFinalState | |
G4NeutronHPFinalState () | |
virtual | ~G4NeutronHPFinalState () |
void | Init (G4double A, G4double Z, G4String &dirName, G4String &aFSType) |
virtual G4NeutronHPFinalState * | New ()=0 |
G4bool | HasXsec () |
G4bool | HasFSData () |
G4bool | HasAnyData () |
void | SetA_Z (G4double anA, G4double aZ, G4int aM=0) |
G4double | GetZ () |
G4double | GetN () |
G4int | GetM () |
Additional Inherited Members | |
Protected Member Functions inherited from G4NeutronHPFinalState | |
void | SetAZMs (G4double anA, G4double aZ, G4int aM, G4NeutronHPDataUsed used) |
void | adjust_final_state (G4LorentzVector) |
G4bool | DoNotAdjustFinalState () |
Protected Attributes inherited from G4NeutronHPFinalState | |
G4bool | hasXsec |
G4bool | hasFSData |
G4bool | hasAnyData |
G4NeutronHPNames | theNames |
G4HadFinalState | theResult |
G4double | theBaseA |
G4double | theBaseZ |
G4int | theBaseM |
G4int | theNDLDataZ |
G4int | theNDLDataA |
G4int | theNDLDataM |
Definition at line 40 of file G4NeutronHPFissionBaseFS.hh.
|
inline |
Definition at line 44 of file G4NeutronHPFissionBaseFS.hh.
References G4NeutronHPFinalState::hasXsec.
|
inlinevirtual |
Definition at line 49 of file G4NeutronHPFissionBaseFS.hh.
G4DynamicParticleVector * G4NeutronHPFissionBaseFS::ApplyYourself | ( | G4int | Prompt | ) |
Definition at line 94 of file G4NeutronHPFissionBaseFS.cc.
References G4ReactionProduct::GetKineticEnergy(), G4NeutronHPFinalState::HasFSData(), G4ReactionProduct::Lorentz(), G4Neutron::Neutron(), G4NeutronHPEnergyDistribution::Sample(), G4NeutronHPAngular::SampleAndUpdate(), G4ReactionProduct::SetDefinition(), G4DynamicParticle::SetDefinition(), G4ReactionProduct::SetKineticEnergy(), and G4DynamicParticle::SetMomentum().
Referenced by G4NeutronHPFCFissionFS::ApplyYourself(), G4NeutronHPTCFissionFS::ApplyYourself(), G4NeutronHPSCFissionFS::ApplyYourself(), G4NeutronHPLCFissionFS::ApplyYourself(), and G4NeutronHPFFFissionFS::ApplyYourself().
Reimplemented from G4NeutronHPFinalState.
Definition at line 58 of file G4NeutronHPFissionBaseFS.hh.
References G4NeutronHPVector::GetY(), and G4INCL::Math::max().
Referenced by G4NeutronHPFissionFS::ApplyYourself().
|
inlinevirtual |
Reimplemented from G4NeutronHPFinalState.
Definition at line 62 of file G4NeutronHPFissionBaseFS.hh.
|
virtual |
Implements G4NeutronHPFinalState.
Reimplemented in G4NeutronHPLCFissionFS, G4NeutronHPSCFissionFS, and G4NeutronHPTCFissionFS.
Definition at line 43 of file G4NeutronHPFissionBaseFS.cc.
References python.hepunit::eV, G4NeutronHPManager::GetDataStream(), G4NeutronHPManager::GetInstance(), G4NeutronHPNames::GetName(), G4NeutronHPDataUsed::GetName(), G4NeutronHPFinalState::hasAnyData, G4NeutronHPFinalState::hasFSData, G4NeutronHPFinalState::hasXsec, G4NeutronHPAngular::Init(), G4NeutronHPEnergyDistribution::Init(), G4NeutronHPVector::Init(), G4NeutronHPFinalState::SetAZMs(), G4NeutronHPFinalState::theNames, G4NeutronHPFinalState::theNDLDataA, G4NeutronHPFinalState::theNDLDataZ, and G4INCL::CrossSections::total().
Referenced by G4NeutronHPFCFissionFS::Init(), G4NeutronHPTCFissionFS::Init(), G4NeutronHPSCFissionFS::Init(), and G4NeutronHPLCFissionFS::Init().
|
inline |
Definition at line 64 of file G4NeutronHPFissionBaseFS.hh.
References G4NeutronHPAngular::SetNeutron().
Referenced by G4NeutronHPFissionFS::ApplyYourself().
|
inline |
Definition at line 70 of file G4NeutronHPFissionBaseFS.hh.
References G4NeutronHPAngular::SetTarget().
Referenced by G4NeutronHPFissionFS::ApplyYourself().