Geant4  10.00.p02
G4NeutronHPFinalState Class Referenceabstract

#include <G4NeutronHPFinalState.hh>

+ Inheritance diagram for G4NeutronHPFinalState:
+ Collaboration diagram for G4NeutronHPFinalState:

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 G4HadFinalStateApplyYourself (const G4HadProjectile &)
 
virtual G4NeutronHPFinalStateNew ()=0
 
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 ()
 

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

Private Attributes

G4bool adjustResult
 

Detailed Description

Definition at line 41 of file G4NeutronHPFinalState.hh.

Constructor & Destructor Documentation

G4NeutronHPFinalState::G4NeutronHPFinalState ( )
inline
virtual G4NeutronHPFinalState::~G4NeutronHPFinalState ( )
inlinevirtual

Definition at line 62 of file G4NeutronHPFinalState.hh.

Member Function Documentation

virtual G4HadFinalState* G4NeutronHPFinalState::ApplyYourself ( const G4HadProjectile )
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 67 of file G4NeutronHPFinalState.hh.

Referenced by G4NeutronHPChannel::ApplyYourself().

+ Here is the caller graph for this function:

G4bool G4NeutronHPFinalState::DoNotAdjustFinalState ( )
inlineprotected

Definition at line 110 of file G4NeutronHPFinalState.hh.

Referenced by G4NeutronHPCaptureFS::ApplyYourself().

+ Here is the caller graph for this function:

G4int G4NeutronHPFinalState::GetM ( )
inline

Definition at line 88 of file G4NeutronHPFinalState.hh.

References theBaseM.

Referenced by G4NeutronHPChannel::GetM().

+ Here is the caller graph for this function:

G4double G4NeutronHPFinalState::GetN ( )
inline

Definition at line 87 of file G4NeutronHPFinalState.hh.

References theBaseA.

Referenced by G4NeutronHPChannel::ApplyYourself(), and G4NeutronHPChannel::GetN().

+ Here is the caller graph for this function:

virtual G4double G4NeutronHPFinalState::GetXsec ( G4double  )
inlinevirtual

Reimplemented in G4NeutronHPInelasticCompFS, G4NeutronHPInelasticBaseFS, and G4NeutronHPFissionBaseFS.

Definition at line 82 of file G4NeutronHPFinalState.hh.

Referenced by G4NeutronHPChannel::GetFSCrossSection(), and G4NeutronHPChannel::UpdateData().

+ Here is the caller graph for this function:

virtual G4NeutronHPVector* G4NeutronHPFinalState::GetXsec ( )
inlinevirtual
G4double G4NeutronHPFinalState::GetZ ( void  )
inline

Definition at line 86 of file G4NeutronHPFinalState.hh.

References theBaseZ.

Referenced by G4NeutronHPChannel::ApplyYourself(), and G4NeutronHPChannel::GetZ().

+ Here is the caller graph for this function:

G4bool G4NeutronHPFinalState::HasAnyData ( )
inline

Definition at line 80 of file G4NeutronHPFinalState.hh.

References hasAnyData.

Referenced by G4NeutronHPChannel::HasAnyData().

+ Here is the caller graph for this function:

G4bool G4NeutronHPFinalState::HasFSData ( )
inline

Definition at line 79 of file G4NeutronHPFinalState.hh.

References hasFSData.

Referenced by G4NeutronHPCaptureFS::ApplyYourself(), G4NeutronHPFissionBaseFS::ApplyYourself(), G4NeutronHPInelasticBaseFS::BaseApply(), G4NeutronHPChannel::HasFSData(), and G4NeutronHPFissionFS::Init().

+ Here is the caller graph for this function:

G4bool G4NeutronHPFinalState::HasXsec ( )
inline

Definition at line 78 of file G4NeutronHPFinalState.hh.

References hasXsec.

void G4NeutronHPFinalState::Init ( G4double  A,
G4double  Z,
G4String dirName,
G4String aFSType 
)
inline

Definition at line 65 of file G4NeutronHPFinalState.hh.

References Init().

Referenced by Init(), and G4NeutronHPChannel::UpdateData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4NeutronHPFinalState* G4NeutronHPFinalState::New ( )
pure virtual
void G4NeutronHPFinalState::SetA_Z ( G4double  anA,
G4double  aZ,
G4int  aM = 0 
)
inline

Definition at line 85 of file G4NeutronHPFinalState.hh.

References theBaseA, theBaseM, and theBaseZ.

Referenced by G4NeutronHPChannel::Register().

+ Here is the caller graph for this function:

void G4NeutronHPFinalState::SetAZMs ( G4double  anA,
G4double  aZ,
G4int  aM,
G4NeutronHPDataUsed  used 
)
inlineprotected

Definition at line 91 of file G4NeutronHPFinalState.hh.

References theBaseA, theBaseM, and theBaseZ.

Referenced by G4NeutronHPFSFissionFS::Init(), G4NeutronHPFissionBaseFS::Init(), G4NeutronHPCaptureFS::Init(), G4NeutronHPElasticFS::Init(), G4NeutronHPInelasticBaseFS::Init(), and G4NeutronHPInelasticCompFS::Init().

+ Here is the caller graph for this function:

Member Data Documentation

G4bool G4NeutronHPFinalState::adjustResult
private

Definition at line 116 of file G4NeutronHPFinalState.hh.

Referenced by adjust_final_state(), and G4NeutronHPFinalState().

G4int G4NeutronHPFinalState::theBaseM
protected

Definition at line 104 of file G4NeutronHPFinalState.hh.

Referenced by G4NeutronHPFinalState(), GetM(), SetA_Z(), and SetAZMs().

G4int G4NeutronHPFinalState::theNDLDataM
protected

Definition at line 113 of file G4NeutronHPFinalState.hh.

G4HadFinalState G4NeutronHPFinalState::theResult
protected

Definition at line 100 of file G4NeutronHPFinalState.hh.

Referenced by adjust_final_state(), G4NeutronHPD2AInelasticFS::ApplyYourself(), G4NeutronHPT2AInelasticFS::ApplyYourself(), G4NeutronHPPTInelasticFS::ApplyYourself(), G4NeutronHPPInelasticFS::ApplyYourself(), G4NeutronHPPDInelasticFS::ApplyYourself(), G4NeutronHP2NAInelasticFS::ApplyYourself(), G4NeutronHPNXInelasticFS::ApplyYourself(), G4NeutronHPNTInelasticFS::ApplyYourself(), G4NeutronHPNT2AInelasticFS::ApplyYourself(), G4NeutronHPNPInelasticFS::ApplyYourself(), G4NeutronHP2PInelasticFS::ApplyYourself(), G4NeutronHPNInelasticFS::ApplyYourself(), G4NeutronHPNHe3InelasticFS::ApplyYourself(), G4NeutronHPNPAInelasticFS::ApplyYourself(), G4NeutronHPND2AInelasticFS::ApplyYourself(), G4NeutronHPNAInelasticFS::ApplyYourself(), G4NeutronHPN3AInelasticFS::ApplyYourself(), G4NeutronHPN2PInelasticFS::ApplyYourself(), G4NeutronHPN2AInelasticFS::ApplyYourself(), G4NeutronHPDAInelasticFS::ApplyYourself(), G4NeutronHP3AInelasticFS::ApplyYourself(), G4NeutronHPHe3InelasticFS::ApplyYourself(), G4NeutronHP2NDInelasticFS::ApplyYourself(), G4NeutronHP3NAInelasticFS::ApplyYourself(), G4NeutronHPDInelasticFS::ApplyYourself(), G4NeutronHPPAInelasticFS::ApplyYourself(), G4NeutronHPTInelasticFS::ApplyYourself(), G4NeutronHP2AInelasticFS::ApplyYourself(), G4NeutronHPNDInelasticFS::ApplyYourself(), G4NeutronHPAInelasticFS::ApplyYourself(), G4NeutronHP4NInelasticFS::ApplyYourself(), G4NeutronHP3NPInelasticFS::ApplyYourself(), G4NeutronHP3NInelasticFS::ApplyYourself(), G4NeutronHP2N2AInelasticFS::ApplyYourself(), G4NeutronHP2NInelasticFS::ApplyYourself(), G4NeutronHP2NPInelasticFS::ApplyYourself(), G4NeutronHPFissionFS::ApplyYourself(), G4NeutronHPCaptureFS::ApplyYourself(), G4NeutronHPElasticFS::ApplyYourself(), G4FissionLibrary::ApplyYourself(), G4NeutronHPInelasticBaseFS::BaseApply(), and G4NeutronHPInelasticCompFS::CompositeApply().


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