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

#include <G4NeutronHPInelasticCompFS.hh>

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

Public Member Functions

 G4NeutronHPInelasticCompFS ()
 
virtual ~G4NeutronHPInelasticCompFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aSFType)
 
void InitGammas (G4double AR, G4double ZR)
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)=0
 
virtual G4NeutronHPFinalStateNew ()=0
 
virtual G4double GetXsec (G4double anEnergy)
 
virtual G4NeutronHPVectorGetXsec ()
 
G4int SelectExitChannel (G4double eKinetic)
 
void CompositeApply (const G4HadProjectile &theTrack, G4ParticleDefinition *aHadron)
 
void InitDistributionInitialState (G4ReactionProduct &aNeutron, G4ReactionProduct &aTarget, G4int it)
 
- 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 ()
 
void SetA_Z (G4double anA, G4double aZ, G4int aM=0)
 
G4double GetZ ()
 
G4double GetN ()
 
G4int GetM ()
 

Protected Attributes

G4NeutronHPVectortheXsection [51]
 
G4NeutronHPEnergyDistributiontheEnergyDistribution [51]
 
G4NeutronHPAngulartheAngularDistribution [51]
 
G4NeutronHPEnAngCorrelationtheEnergyAngData [51]
 
G4NeutronHPPhotonDisttheFinalStatePhotons [51]
 
G4NeutronHPDeExGammas theGammas
 
G4String gammaPath
 
G4double theCurrentA
 
G4double theCurrentZ
 
std::vector< G4doubleQI
 
std::vector< G4intLR
 
- 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
 

Additional Inherited Members

- Protected Member Functions inherited from G4NeutronHPFinalState
void SetAZMs (G4double anA, G4double aZ, G4int aM, G4NeutronHPDataUsed used)
 
void adjust_final_state (G4LorentzVector)
 

Detailed Description

Definition at line 42 of file G4NeutronHPInelasticCompFS.hh.

Constructor & Destructor Documentation

G4NeutronHPInelasticCompFS::G4NeutronHPInelasticCompFS ( )
inline

Definition at line 46 of file G4NeutronHPInelasticCompFS.hh.

virtual G4NeutronHPInelasticCompFS::~G4NeutronHPInelasticCompFS ( )
inlinevirtual

Definition at line 64 of file G4NeutronHPInelasticCompFS.hh.

Member Function Documentation

virtual G4HadFinalState* G4NeutronHPInelasticCompFS::ApplyYourself ( const G4HadProjectile theTrack)
pure virtual
void G4NeutronHPInelasticCompFS::CompositeApply ( const G4HadProjectile theTrack,
G4ParticleDefinition aHadron 
)

Definition at line 216 of file G4NeutronHPInelasticCompFS.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual G4double G4NeutronHPInelasticCompFS::GetXsec ( G4double  anEnergy)
inlinevirtual

Reimplemented from G4NeutronHPFinalState.

Definition at line 79 of file G4NeutronHPInelasticCompFS.hh.

virtual G4NeutronHPVector* G4NeutronHPInelasticCompFS::GetXsec ( )
inlinevirtual

Reimplemented from G4NeutronHPFinalState.

Definition at line 83 of file G4NeutronHPInelasticCompFS.hh.

Here is the caller graph for this function:

void G4NeutronHPInelasticCompFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aSFType 
)
virtual

Implements G4NeutronHPFinalState.

Reimplemented in G4NeutronHPNInelasticFS, G4NeutronHPPInelasticFS, and G4NeutronHPTInelasticFS.

Definition at line 78 of file G4NeutronHPInelasticCompFS.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4NeutronHPInelasticCompFS::InitDistributionInitialState ( G4ReactionProduct aNeutron,
G4ReactionProduct aTarget,
G4int  it 
)
inline

Definition at line 86 of file G4NeutronHPInelasticCompFS.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4NeutronHPInelasticCompFS::InitGammas ( G4double  AR,
G4double  ZR 
)

Definition at line 57 of file G4NeutronHPInelasticCompFS.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual G4NeutronHPFinalState* G4NeutronHPInelasticCompFS::New ( )
pure virtual
G4int G4NeutronHPInelasticCompFS::SelectExitChannel ( G4double  eKinetic)

Definition at line 183 of file G4NeutronHPInelasticCompFS.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

G4String G4NeutronHPInelasticCompFS::gammaPath
protected

Definition at line 112 of file G4NeutronHPInelasticCompFS.hh.

std::vector<G4int > G4NeutronHPInelasticCompFS::LR
protected

Definition at line 119 of file G4NeutronHPInelasticCompFS.hh.

std::vector< G4double > G4NeutronHPInelasticCompFS::QI
protected

Definition at line 118 of file G4NeutronHPInelasticCompFS.hh.

G4NeutronHPAngular* G4NeutronHPInelasticCompFS::theAngularDistribution[51]
protected

Definition at line 106 of file G4NeutronHPInelasticCompFS.hh.

G4double G4NeutronHPInelasticCompFS::theCurrentA
protected

Definition at line 114 of file G4NeutronHPInelasticCompFS.hh.

G4double G4NeutronHPInelasticCompFS::theCurrentZ
protected

Definition at line 115 of file G4NeutronHPInelasticCompFS.hh.

G4NeutronHPEnAngCorrelation* G4NeutronHPInelasticCompFS::theEnergyAngData[51]
protected

Definition at line 107 of file G4NeutronHPInelasticCompFS.hh.

G4NeutronHPEnergyDistribution* G4NeutronHPInelasticCompFS::theEnergyDistribution[51]
protected

Definition at line 105 of file G4NeutronHPInelasticCompFS.hh.

G4NeutronHPPhotonDist* G4NeutronHPInelasticCompFS::theFinalStatePhotons[51]
protected

Definition at line 109 of file G4NeutronHPInelasticCompFS.hh.

G4NeutronHPDeExGammas G4NeutronHPInelasticCompFS::theGammas
protected

Definition at line 111 of file G4NeutronHPInelasticCompFS.hh.

G4NeutronHPVector* G4NeutronHPInelasticCompFS::theXsection[51]
protected

Definition at line 104 of file G4NeutronHPInelasticCompFS.hh.


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