Geant4
9.6.p02
|
#include <G4NeutronHPElasticFS.hh>
Public Member Functions | |
G4NeutronHPElasticFS () | |
~G4NeutronHPElasticFS () | |
void | Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType) |
G4HadFinalState * | ApplyYourself (const G4HadProjectile &theTrack) |
G4NeutronHPFinalState * | New () |
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 G4NeutronHPVector * | GetXsec () |
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) |
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 45 of file G4NeutronHPElasticFS.hh.
|
inline |
|
inline |
Definition at line 55 of file G4NeutronHPElasticFS.hh.
|
virtual |
Reimplemented from G4NeutronHPFinalState.
Definition at line 182 of file G4NeutronHPElasticFS.cc.
|
virtual |
Implements G4NeutronHPFinalState.
Definition at line 48 of file G4NeutronHPElasticFS.cc.
|
inlinevirtual |
Implements G4NeutronHPFinalState.
Definition at line 62 of file G4NeutronHPElasticFS.hh.