Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4NeutronHPFinalState Class Referenceabstract

#include <G4NeutronHPFinalState.hh>

Inheritance diagram for G4NeutronHPFinalState:
Inheritance graph
[legend]
Collaboration diagram for G4NeutronHPFinalState:
Collaboration graph
[legend]

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)
 

Protected Attributes

G4bool hasXsec
 
G4bool hasFSData
 
G4bool hasAnyData
 
G4NeutronHPNames theNames
 
G4HadFinalState theResult
 
G4double theBaseA
 
G4double theBaseZ
 
G4int theBaseM
 
G4int theNDLDataZ
 
G4int theNDLDataA
 
G4int theNDLDataM
 

Detailed Description

Definition at line 42 of file G4NeutronHPFinalState.hh.

Constructor & Destructor Documentation

G4NeutronHPFinalState::G4NeutronHPFinalState ( )
inline

Definition at line 46 of file G4NeutronHPFinalState.hh.

virtual G4NeutronHPFinalState::~G4NeutronHPFinalState ( )
inlinevirtual

Definition at line 63 of file G4NeutronHPFinalState.hh.

Member Function Documentation

void G4NeutronHPFinalState::adjust_final_state ( G4LorentzVector  init_4p_lab)
protected

Definition at line 38 of file G4NeutronHPFinalState.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual G4HadFinalState* G4NeutronHPFinalState::ApplyYourself ( const G4HadProjectile )
inlinevirtual
G4int G4NeutronHPFinalState::GetM ( )
inline

Definition at line 89 of file G4NeutronHPFinalState.hh.

G4double G4NeutronHPFinalState::GetN ( )
inline

Definition at line 88 of file G4NeutronHPFinalState.hh.

Here is the caller graph for this function:

virtual G4double G4NeutronHPFinalState::GetXsec ( G4double  )
inlinevirtual

Reimplemented in G4NeutronHPInelasticCompFS, G4NeutronHPInelasticBaseFS, and G4NeutronHPFissionBaseFS.

Definition at line 83 of file G4NeutronHPFinalState.hh.

Here is the caller graph for this function:

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

Definition at line 87 of file G4NeutronHPFinalState.hh.

Here is the caller graph for this function:

G4bool G4NeutronHPFinalState::HasAnyData ( )
inline

Definition at line 81 of file G4NeutronHPFinalState.hh.

Here is the caller graph for this function:

G4bool G4NeutronHPFinalState::HasFSData ( )
inline

Definition at line 80 of file G4NeutronHPFinalState.hh.

Here is the caller graph for this function:

G4bool G4NeutronHPFinalState::HasXsec ( )
inline

Definition at line 79 of file G4NeutronHPFinalState.hh.

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

Definition at line 66 of file G4NeutronHPFinalState.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual void G4NeutronHPFinalState::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aFSType 
)
pure virtual
virtual G4NeutronHPFinalState* G4NeutronHPFinalState::New ( )
pure virtual
void G4NeutronHPFinalState::SetA_Z ( G4double  anA,
G4double  aZ,
G4int  aM = 0 
)
inline

Definition at line 86 of file G4NeutronHPFinalState.hh.

Here is the caller graph for this function:

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

Definition at line 92 of file G4NeutronHPFinalState.hh.

Here is the caller graph for this function:

Member Data Documentation

G4bool G4NeutronHPFinalState::hasAnyData
protected

Definition at line 98 of file G4NeutronHPFinalState.hh.

G4bool G4NeutronHPFinalState::hasFSData
protected

Definition at line 97 of file G4NeutronHPFinalState.hh.

G4bool G4NeutronHPFinalState::hasXsec
protected

Definition at line 94 of file G4NeutronHPFinalState.hh.

G4double G4NeutronHPFinalState::theBaseA
protected

Definition at line 103 of file G4NeutronHPFinalState.hh.

G4int G4NeutronHPFinalState::theBaseM
protected

Definition at line 105 of file G4NeutronHPFinalState.hh.

G4double G4NeutronHPFinalState::theBaseZ
protected

Definition at line 104 of file G4NeutronHPFinalState.hh.

G4NeutronHPNames G4NeutronHPFinalState::theNames
protected

Definition at line 99 of file G4NeutronHPFinalState.hh.

G4int G4NeutronHPFinalState::theNDLDataA
protected

Definition at line 112 of file G4NeutronHPFinalState.hh.

G4int G4NeutronHPFinalState::theNDLDataM
protected

Definition at line 113 of file G4NeutronHPFinalState.hh.

G4int G4NeutronHPFinalState::theNDLDataZ
protected

Definition at line 111 of file G4NeutronHPFinalState.hh.

G4HadFinalState G4NeutronHPFinalState::theResult
protected

Definition at line 101 of file G4NeutronHPFinalState.hh.


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