Geant4  10.03
G4FermiFragmentsPoolVI Class Reference

#include <G4FermiFragmentsPoolVI.hh>

+ Collaboration diagram for G4FermiFragmentsPoolVI:

Public Member Functions

 G4FermiFragmentsPoolVI ()
 
 ~G4FermiFragmentsPoolVI ()
 
const G4FermiChannelsClosestChannels (G4int Z, G4int A, G4double mass) const
 
void DumpFragment (const G4FermiFragment *) const
 
void Dump () const
 
G4bool IsApplicable (G4int ZZ, G4int AA, G4double etot) const
 
const G4FermiDecayProbabilityFermiDecayProbability () const
 
G4int GetMaxZ () const
 
G4int GetMaxA () const
 
G4double GetEnergyLimit () const
 
G4double GetTolerance () const
 

Private Member Functions

void Initialise ()
 
G4bool IsInThePool (G4int Z, G4int A, G4double exc) const
 
G4bool IsInPhysPairs (const G4FermiFragment *f1, const G4FermiFragment *f2, G4double exc) const
 
G4bool IsInUnphysPairs (const G4FermiFragment *f1, const G4FermiFragment *f2, G4double exc) const
 

Private Attributes

G4int maxZ
 
G4int maxA
 
G4double tolerance
 
G4double elim
 
G4double elim_unstable
 
G4FermiDecayProbability theDecay
 
std::vector< const
G4FermiFragment * > 
fragment_pool
 
std::vector< const
G4FermiFragment * > 
funstable
 
std::vector< const
G4FermiFragment * > 
list_f [17]
 
std::vector< G4FermiChannels * > list_c [17]
 
std::vector< const G4FermiPair * > list_p [17]
 
std::vector< const
G4FermiFragment * > 
list_g [17]
 
std::vector< G4FermiChannels * > list_d [17]
 
std::vector< const G4FermiPair * > list_u [17]
 

Detailed Description

Definition at line 43 of file G4FermiFragmentsPoolVI.hh.

Constructor & Destructor Documentation

G4FermiFragmentsPoolVI::G4FermiFragmentsPoolVI ( )
explicit

Definition at line 40 of file G4FermiFragmentsPoolVI.cc.

References elim, elim_unstable, Initialise(), keV, maxA, maxZ, MeV, and tolerance.

+ Here is the call graph for this function:

G4FermiFragmentsPoolVI::~G4FermiFragmentsPoolVI ( )

Member Function Documentation

const G4FermiChannels * G4FermiFragmentsPoolVI::ClosestChannels ( G4int  Z,
G4int  A,
G4double  mass 
) const

Definition at line 90 of file G4FermiFragmentsPoolVI.cc.

References A(), G4FermiFragment::GetTotalEnergy(), G4FermiFragment::GetZ(), list_c, list_d, list_f, list_g, and tolerance.

Referenced by G4FermiBreakUpVI::SampleDecay().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4FermiFragmentsPoolVI::Dump ( ) const

Definition at line 415 of file G4FermiFragmentsPoolVI.cc.

References A(), DumpFragment(), elim, elim_unstable, fragment_pool, funstable, G4cout, G4endl, G4FermiFragment::GetA(), G4FermiFragment::GetExcitationEnergy(), G4FermiPair::GetFragment1(), G4FermiPair::GetFragment2(), G4FermiFragment::GetSpin(), G4FermiFragment::GetTotalEnergy(), G4FermiFragment::GetZ(), list_c, list_d, list_f, list_g, list_p, list_u, maxA, MeV, and CLHEP::prec.

+ Here is the call graph for this function:

void G4FermiFragmentsPoolVI::DumpFragment ( const G4FermiFragment f) const

Definition at line 402 of file G4FermiFragmentsPoolVI.cc.

References G4cout, G4endl, G4FermiFragment::GetA(), G4FermiFragment::GetExcitationEnergy(), G4FermiFragment::GetFragmentMass(), G4FermiFragment::GetSpin(), G4FermiFragment::GetZ(), GeV, and CLHEP::prec.

Referenced by Dump().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const G4FermiDecayProbability * G4FermiFragmentsPoolVI::FermiDecayProbability ( ) const
inline

Definition at line 122 of file G4FermiFragmentsPoolVI.hh.

References theDecay.

Referenced by G4FermiBreakUpVI::Initialise().

+ Here is the caller graph for this function:

G4double G4FermiFragmentsPoolVI::GetEnergyLimit ( ) const
inline

Definition at line 127 of file G4FermiFragmentsPoolVI.hh.

References elim.

Referenced by G4FermiBreakUpVI::Initialise().

+ Here is the caller graph for this function:

G4int G4FermiFragmentsPoolVI::GetMaxA ( ) const
inline

Definition at line 116 of file G4FermiFragmentsPoolVI.hh.

References maxA.

G4int G4FermiFragmentsPoolVI::GetMaxZ ( ) const
inline

Definition at line 111 of file G4FermiFragmentsPoolVI.hh.

References maxZ.

G4double G4FermiFragmentsPoolVI::GetTolerance ( ) const
inline

Definition at line 132 of file G4FermiFragmentsPoolVI.hh.

References tolerance.

Referenced by G4FermiBreakUpVI::Initialise().

+ Here is the caller graph for this function:

G4bool G4FermiFragmentsPoolVI::IsApplicable ( G4int  ZZ,
G4int  AA,
G4double  etot 
) const

Definition at line 70 of file G4FermiFragmentsPoolVI.cc.

References A(), elim, list_f, list_g, and G4InuclParticleNames::nn.

+ Here is the call graph for this function:

G4bool G4FermiFragmentsPoolVI::IsInPhysPairs ( const G4FermiFragment f1,
const G4FermiFragment f2,
G4double  exc 
) const
private

Definition at line 141 of file G4FermiFragmentsPoolVI.cc.

References A(), G4FermiFragment::GetA(), list_p, G4InuclParticleNames::nn, and tolerance.

Referenced by Initialise().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4FermiFragmentsPoolVI::IsInThePool ( G4int  Z,
G4int  A,
G4double  exc 
) const
private

Definition at line 125 of file G4FermiFragmentsPoolVI.cc.

References fragment_pool, G4FermiFragment::GetA(), G4FermiFragment::GetExcitationEnergy(), G4FermiFragment::GetZ(), and tolerance.

Referenced by Initialise().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4FermiFragmentsPoolVI::IsInUnphysPairs ( const G4FermiFragment f1,
const G4FermiFragment f2,
G4double  exc 
) const
private

Definition at line 160 of file G4FermiFragmentsPoolVI.cc.

References A(), G4FermiFragment::GetA(), list_u, G4InuclParticleNames::nn, and tolerance.

Referenced by Initialise().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4FermiFragmentsPoolVI::elim
private
G4double G4FermiFragmentsPoolVI::elim_unstable
private

Definition at line 85 of file G4FermiFragmentsPoolVI.hh.

Referenced by Dump(), and G4FermiFragmentsPoolVI().

std::vector<const G4FermiFragment*> G4FermiFragmentsPoolVI::fragment_pool
private

Definition at line 90 of file G4FermiFragmentsPoolVI.hh.

Referenced by Dump(), Initialise(), IsInThePool(), and ~G4FermiFragmentsPoolVI().

std::vector<const G4FermiFragment*> G4FermiFragmentsPoolVI::funstable
private

Definition at line 91 of file G4FermiFragmentsPoolVI.hh.

Referenced by Dump(), Initialise(), and ~G4FermiFragmentsPoolVI().

std::vector<G4FermiChannels*> G4FermiFragmentsPoolVI::list_c[17]
private
std::vector<G4FermiChannels*> G4FermiFragmentsPoolVI::list_d[17]
private
std::vector<const G4FermiFragment*> G4FermiFragmentsPoolVI::list_f[17]
private

Definition at line 96 of file G4FermiFragmentsPoolVI.hh.

Referenced by ClosestChannels(), Dump(), Initialise(), and IsApplicable().

std::vector<const G4FermiFragment*> G4FermiFragmentsPoolVI::list_g[17]
private

Definition at line 103 of file G4FermiFragmentsPoolVI.hh.

Referenced by ClosestChannels(), Dump(), Initialise(), and IsApplicable().

std::vector<const G4FermiPair*> G4FermiFragmentsPoolVI::list_p[17]
private
std::vector<const G4FermiPair*> G4FermiFragmentsPoolVI::list_u[17]
private
G4int G4FermiFragmentsPoolVI::maxA
private
G4int G4FermiFragmentsPoolVI::maxZ
private

Definition at line 81 of file G4FermiFragmentsPoolVI.hh.

Referenced by G4FermiFragmentsPoolVI(), GetMaxZ(), and Initialise().

G4FermiDecayProbability G4FermiFragmentsPoolVI::theDecay
private

Definition at line 87 of file G4FermiFragmentsPoolVI.hh.

Referenced by FermiDecayProbability(), and Initialise().

G4double G4FermiFragmentsPoolVI::tolerance
private

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