Geant4  10.00.p02
G4BinaryLightIonReaction Class Reference

#include <G4BinaryLightIonReaction.hh>

+ Inheritance diagram for G4BinaryLightIonReaction:
+ Collaboration diagram for G4BinaryLightIonReaction:

Public Member Functions

 G4BinaryLightIonReaction (G4VPreCompoundModel *ptr=0)
 
virtual ~G4BinaryLightIonReaction ()
 
G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &theNucleus)
 
void SetPrecompound (G4VPreCompoundModel *ptr)
 
void SetDeExcitation (G4ExcitationHandler *ptr)
 
virtual void ModelDescription (std::ostream &) const
 
- Public Member Functions inherited from G4HadronicInteraction
 G4HadronicInteraction (const G4String &modelName="HadronicModel")
 
virtual ~G4HadronicInteraction ()
 
virtual G4double SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
 
virtual G4bool IsApplicable (const G4HadProjectile &, G4Nucleus &)
 
G4double GetMinEnergy () const
 
G4double GetMinEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMinEnergy (G4double anEnergy)
 
void SetMinEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMinEnergy (G4double anEnergy, const G4Material *aMaterial)
 
G4double GetMaxEnergy () const
 
G4double GetMaxEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMaxEnergy (const G4double anEnergy)
 
void SetMaxEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMaxEnergy (G4double anEnergy, const G4Material *aMaterial)
 
const G4HadronicInteractionGetMyPointer () const
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
const G4StringGetModelName () const
 
void DeActivateFor (const G4Material *aMaterial)
 
void ActivateFor (const G4Material *aMaterial)
 
void DeActivateFor (const G4Element *anElement)
 
void ActivateFor (const G4Element *anElement)
 
G4bool IsBlocked (const G4Material *aMaterial) const
 
G4bool IsBlocked (const G4Element *anElement) const
 
void SetRecoilEnergyThreshold (G4double val)
 
G4double GetRecoilEnergyThreshold () const
 
G4bool operator== (const G4HadronicInteraction &right) const
 
G4bool operator!= (const G4HadronicInteraction &right) const
 
virtual const std::pair
< G4double, G4double
GetFatalEnergyCheckLevels () const
 
virtual std::pair< G4double,
G4double
GetEnergyMomentumCheckLevels () const
 
void SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel)
 

Private Member Functions

G4bool EnergyAndMomentumCorrector (G4ReactionProductVector *products, G4LorentzVector &TotalCollisionMom)
 
G4bool SetLighterAsProjectile (G4LorentzVector &mom, const G4LorentzRotation &toBreit)
 
G4ReactionProductVectorFuseNucleiAndPrompound (const G4LorentzVector &mom)
 
G4ReactionProductVectorInteract (G4LorentzVector &mom, const G4LorentzRotation &)
 
G4double GetProjectileExcitation ()
 
void DeExciteSpectatorNucleus (G4ReactionProductVector *spectators, G4ReactionProductVector *cascaders, G4double theStatisticalExEnergy, G4LorentzVector &momentum)
 
G4LorentzVector SortResult (G4ReactionProductVector *result, G4ReactionProductVector *spectators, G4ReactionProductVector *cascaders)
 

Private Attributes

G4BinaryCascadetheModel
 
G4ExcitationHandlertheHandler
 
G4VPreCompoundModeltheProjectileFragmentation
 
G4HadFinalState theResult
 
G4int pA
 
G4int pZ
 
G4int tA
 
G4int tZ
 
G4int spectatorA
 
G4int spectatorZ
 
G4Fancy3DNucleusprojectile3dNucleus
 
G4Fancy3DNucleustarget3dNucleus
 
G4FermiMomentum theFermi
 
G4LorentzVector pInitialState
 
G4LorentzVector pFinalState
 
G4bool debug_G4BinaryLightIonReactionResults
 

Additional Inherited Members

- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Detailed Description

Definition at line 34 of file G4BinaryLightIonReaction.hh.

Constructor & Destructor Documentation

G4BinaryLightIonReaction::G4BinaryLightIonReaction ( G4VPreCompoundModel ptr = 0)

Definition at line 49 of file G4BinaryLightIonReaction.cc.

References debug_G4BinaryLightIonReactionResults, G4HadronicInteractionRegistry::FindModel(), G4VPreCompoundModel::GetExcitationHandler(), G4HadronicInteractionRegistry::Instance(), theHandler, theModel, and theProjectileFragmentation.

+ Here is the call graph for this function:

G4BinaryLightIonReaction::~G4BinaryLightIonReaction ( )
virtual

Definition at line 68 of file G4BinaryLightIonReaction.cc.

Member Function Documentation

void G4BinaryLightIonReaction::DeExciteSpectatorNucleus ( G4ReactionProductVector spectators,
G4ReactionProductVector cascaders,
G4double  theStatisticalExEnergy,
G4LorentzVector momentum 
)
private

Definition at line 601 of file G4BinaryLightIonReaction.cc.

References G4ExcitationHandler::BreakItUp(), debug_G4BinaryLightIonReactionResults, EnergyAndMomentumCorrector(), G4cout, G4endl, G4IonTable::GetIonMass(), G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), G4INCL::Math::max(), pA, pInitialState, G4Fragment::SetA(), G4Fragment::SetMomentum(), G4Fragment::SetNumberOfCharged(), G4Fragment::SetNumberOfHoles(), G4Fragment::SetNumberOfParticles(), G4Fragment::SetZ(), spectatorA, spectatorZ, and theHandler.

Referenced by ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4BinaryLightIonReaction::EnergyAndMomentumCorrector ( G4ReactionProductVector products,
G4LorentzVector TotalCollisionMom 
)
private

Definition at line 321 of file G4BinaryLightIonReaction.cc.

References debug_G4BinaryLightIonReactionResults, FALSE, G4cout, G4endl, G4INCL::Math::max(), sqr(), and TRUE.

Referenced by ApplyYourself(), and DeExciteSpectatorNucleus().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4ReactionProductVector * G4BinaryLightIonReaction::FuseNucleiAndPrompound ( const G4LorentzVector mom)
private

Definition at line 430 of file G4BinaryLightIonReaction.cc.

References G4VPreCompoundModel::DeExcite(), G4IonTable::GetIonMass(), G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), pA, pZ, G4Fragment::SetA(), G4Fragment::SetMomentum(), G4Fragment::SetNumberOfCharged(), G4Fragment::SetNumberOfHoles(), G4Fragment::SetNumberOfParticles(), G4Fragment::SetZ(), sqr(), tA, theProjectileFragmentation, and tZ.

Referenced by ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4BinaryLightIonReaction::GetProjectileExcitation ( )
private

Definition at line 536 of file G4BinaryLightIonReaction.cc.

References G4Nucleon::AreYouHit(), eplus, G4lrint(), G4Nucleon::GetDefinition(), G4VNuclearDensity::GetDensity(), G4FermiMomentum::GetFermiMomentum(), G4Nucleon::GetMomentum(), G4Fancy3DNucleus::GetNextNucleon(), G4Fancy3DNucleus::GetNuclearDensity(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4Nucleon::GetPosition(), projectile3dNucleus, spectatorA, spectatorZ, G4Fancy3DNucleus::StartLoop(), and theFermi.

Referenced by ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4BinaryLightIonReaction::ModelDescription ( std::ostream &  outFile) const
virtual

Reimplemented from G4HadronicInteraction.

Definition at line 71 of file G4BinaryLightIonReaction.cc.

void G4BinaryLightIonReaction::SetDeExcitation ( G4ExcitationHandler ptr)
inline

Definition at line 74 of file G4BinaryLightIonReaction.hh.

References G4VPreCompoundModel::SetExcitationHandler(), theHandler, and theProjectileFragmentation.

+ Here is the call graph for this function:

G4bool G4BinaryLightIonReaction::SetLighterAsProjectile ( G4LorentzVector mom,
const G4LorentzRotation toBreit 
)
private

Definition at line 415 of file G4BinaryLightIonReaction.cc.

References G4IonTable::GetIonMass(), G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), pA, pZ, tA, and tZ.

Referenced by ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4BinaryLightIonReaction::SetPrecompound ( G4VPreCompoundModel ptr)
inline

Definition at line 69 of file G4BinaryLightIonReaction.hh.

References G4VPreCompoundModel::GetExcitationHandler(), theHandler, and theProjectileFragmentation.

+ Here is the call graph for this function:

G4LorentzVector G4BinaryLightIonReaction::SortResult ( G4ReactionProductVector result,
G4ReactionProductVector spectators,
G4ReactionProductVector cascaders 
)
private

Definition at line 571 of file G4BinaryLightIonReaction.cc.

References pFinalState.

Referenced by ApplyYourself().

+ Here is the caller graph for this function:

Member Data Documentation

G4bool G4BinaryLightIonReaction::debug_G4BinaryLightIonReactionResults
private
G4int G4BinaryLightIonReaction::pA
private
G4LorentzVector G4BinaryLightIonReaction::pFinalState
private

Definition at line 64 of file G4BinaryLightIonReaction.hh.

Referenced by ApplyYourself(), and SortResult().

G4LorentzVector G4BinaryLightIonReaction::pInitialState
private

Definition at line 64 of file G4BinaryLightIonReaction.hh.

Referenced by ApplyYourself(), and DeExciteSpectatorNucleus().

G4Fancy3DNucleus* G4BinaryLightIonReaction::projectile3dNucleus
private

Definition at line 62 of file G4BinaryLightIonReaction.hh.

Referenced by ApplyYourself(), GetProjectileExcitation(), and Interact().

G4int G4BinaryLightIonReaction::pZ
private
G4int G4BinaryLightIonReaction::spectatorA
private
G4int G4BinaryLightIonReaction::spectatorZ
private
G4int G4BinaryLightIonReaction::tA
private
G4Fancy3DNucleus * G4BinaryLightIonReaction::target3dNucleus
private

Definition at line 62 of file G4BinaryLightIonReaction.hh.

Referenced by ApplyYourself(), and Interact().

G4FermiMomentum G4BinaryLightIonReaction::theFermi
private

Definition at line 63 of file G4BinaryLightIonReaction.hh.

Referenced by GetProjectileExcitation(), and Interact().

G4ExcitationHandler* G4BinaryLightIonReaction::theHandler
private
G4BinaryCascade* G4BinaryLightIonReaction::theModel
private

Definition at line 57 of file G4BinaryLightIonReaction.hh.

Referenced by G4BinaryLightIonReaction(), and Interact().

G4VPreCompoundModel* G4BinaryLightIonReaction::theProjectileFragmentation
private
G4HadFinalState G4BinaryLightIonReaction::theResult
private

Definition at line 60 of file G4BinaryLightIonReaction.hh.

Referenced by ApplyYourself().

G4int G4BinaryLightIonReaction::tZ
private

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