Geant4  10.01.p03
G4NeutronHPFissionFS Class Reference

#include <G4NeutronHPFissionFS.hh>

+ Inheritance diagram for G4NeutronHPFissionFS:
+ Collaboration diagram for G4NeutronHPFissionFS:

Public Member Functions

 G4NeutronHPFissionFS ()
 
 ~G4NeutronHPFissionFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
 
G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)
 
G4NeutronHPFinalStateNew ()
 
- Public Member Functions inherited from G4NeutronHPFinalState
 G4NeutronHPFinalState ()
 
virtual ~G4NeutronHPFinalState ()
 
void Init (G4double A, G4double Z, G4String &dirName, G4String &aFSType)
 
G4bool HasXsec ()
 
G4bool HasFSData ()
 
G4bool HasAnyData ()
 
virtual G4double GetXsec (G4double)
 
virtual G4NeutronHPVectorGetXsec ()
 
void SetA_Z (G4double anA, G4double aZ, G4int aM=0)
 
G4double GetZ ()
 
G4double GetN ()
 
G4int GetM ()
 

Private Attributes

G4NeutronHPFSFissionFS theFS
 
G4NeutronHPFCFissionFS theFC
 
G4NeutronHPSCFissionFS theSC
 
G4NeutronHPTCFissionFS theTC
 
G4NeutronHPLCFissionFS theLC
 
G4NeutronHPFFFissionFS theFF
 
G4bool produceFissionFragments
 

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
 
G4Cache< G4HadFinalState * > theResult
 
G4double theBaseA
 
G4double theBaseZ
 
G4int theBaseM
 
G4int theNDLDataZ
 
G4int theNDLDataA
 
G4int theNDLDataM
 

Detailed Description

Definition at line 45 of file G4NeutronHPFissionFS.hh.

Constructor & Destructor Documentation

G4NeutronHPFissionFS::G4NeutronHPFissionFS ( )
inline

Definition at line 49 of file G4NeutronHPFissionFS.hh.

References G4NeutronHPFinalState::hasXsec, and produceFissionFragments.

Referenced by New().

+ Here is the caller graph for this function:

G4NeutronHPFissionFS::~G4NeutronHPFissionFS ( )
inline

Definition at line 50 of file G4NeutronHPFissionFS.hh.

Member Function Documentation

G4HadFinalState * G4NeutronHPFissionFS::ApplyYourself ( const G4HadProjectile theTrack)
virtual

Reimplemented from G4NeutronHPFinalState.

Definition at line 64 of file G4NeutronHPFissionFS.cc.

References G4HadFinalState::AddSecondary(), G4NeutronHPFCFissionFS::ApplyYourself(), G4NeutronHPSCFissionFS::ApplyYourself(), G4NeutronHPLCFissionFS::ApplyYourself(), G4NeutronHPTCFissionFS::ApplyYourself(), G4NeutronHPFSFissionFS::ApplyYourself(), G4HadFinalState::Clear(), G4UniformRand, G4Cache< VALTYPE >::Get(), G4HadProjectile::Get4Momentum(), G4NeutronHPFFFissionFS::GetAFissionFragment(), G4Nucleus::GetBiasedThermalNucleus(), G4HadProjectile::GetDefinition(), G4NeutronHPFSFissionFS::GetEnergyRelease(), G4NeutronHPFissionERelease::GetFragmentKinetic(), G4HadProjectile::GetGlobalTime(), G4NeutronHPManager::GetInstance(), G4IonTable::GetIon(), G4IonTable::GetIonTable(), G4HadProjectile::GetKineticEnergy(), G4NeutronHPFSFissionFS::GetMass(), G4HadProjectile::GetMaterial(), G4HadFinalState::GetNumberOfSecondaries(), G4ParticleDefinition::GetPDGMass(), G4NeutronHPFSFissionFS::GetPhotons(), G4NeutronHPManager::GetProduceFissionFragments(), G4HadFinalState::GetSecondary(), G4Material::GetTemperature(), G4NeutronHPFissionBaseFS::GetXsec(), G4INCL::Math::pi, produceFissionFragments, G4Cache< VALTYPE >::Put(), G4NeutronHPFSFissionFS::SampleNeutronMult(), G4HadFinalState::SetLocalEnergyDeposit(), G4ReactionProduct::SetMomentum(), G4NeutronHPFissionBaseFS::SetNeutron(), G4NeutronHPFSFissionFS::SetNeutron(), G4HadFinalState::SetStatusChange(), G4NeutronHPFissionBaseFS::SetTarget(), G4NeutronHPFSFissionFS::SetTarget(), stopAndKill, G4NeutronHPFinalState::theBaseA, G4NeutronHPFinalState::theBaseZ, theFC, theFF, theFS, theLC, G4NeutronHPFinalState::theResult, theSC, theTarget, and theTC.

+ Here is the call graph for this function:

void G4NeutronHPFissionFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aFSType 
)
virtual
G4NeutronHPFinalState* G4NeutronHPFissionFS::New ( )
inlinevirtual

Implements G4NeutronHPFinalState.

Definition at line 53 of file G4NeutronHPFissionFS.hh.

References G4NeutronHPFissionFS().

+ Here is the call graph for this function:

Member Data Documentation

G4bool G4NeutronHPFissionFS::produceFissionFragments
private

Definition at line 68 of file G4NeutronHPFissionFS.hh.

Referenced by ApplyYourself(), G4NeutronHPFissionFS(), and Init().

G4NeutronHPFCFissionFS G4NeutronHPFissionFS::theFC
private

Definition at line 62 of file G4NeutronHPFissionFS.hh.

Referenced by ApplyYourself(), and Init().

G4NeutronHPFFFissionFS G4NeutronHPFissionFS::theFF
private

Definition at line 67 of file G4NeutronHPFissionFS.hh.

Referenced by ApplyYourself(), and Init().

G4NeutronHPFSFissionFS G4NeutronHPFissionFS::theFS
private

Definition at line 61 of file G4NeutronHPFissionFS.hh.

Referenced by ApplyYourself(), and Init().

G4NeutronHPLCFissionFS G4NeutronHPFissionFS::theLC
private

Definition at line 65 of file G4NeutronHPFissionFS.hh.

Referenced by ApplyYourself(), and Init().

G4NeutronHPSCFissionFS G4NeutronHPFissionFS::theSC
private

Definition at line 63 of file G4NeutronHPFissionFS.hh.

Referenced by ApplyYourself(), and Init().

G4NeutronHPTCFissionFS G4NeutronHPFissionFS::theTC
private

Definition at line 64 of file G4NeutronHPFissionFS.hh.

Referenced by ApplyYourself(), and Init().


The documentation for this class was generated from the following files: