Geant4  10.00.p02
G4AblaInterface Class Reference

#include <G4AblaInterface.hh>

+ Inheritance diagram for G4AblaInterface:
+ Collaboration diagram for G4AblaInterface:

Public Member Functions

 G4AblaInterface ()
 
virtual ~G4AblaInterface ()
 
virtual G4ReactionProductVectorDeExcite (G4Fragment &aFragment)
 
virtual G4HadFinalStateApplyYourself (G4HadProjectile const &, G4Nucleus &)
 
- Public Member Functions inherited from G4VPreCompoundModel
 G4VPreCompoundModel (G4ExcitationHandler *ptr=0, const G4String &modelName="PrecompoundModel")
 
virtual ~G4VPreCompoundModel ()
 
void SetExcitationHandler (G4ExcitationHandler *ptr)
 
G4ExcitationHandlerGetExcitationHandler () 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)
 
virtual void ModelDescription (std::ostream &outFile) const
 

Private Member Functions

G4ReactionProducttoG4Particle (G4int A, G4int Z, G4double kinE, G4double px, G4double py, G4double pz) const
 Convert an Abla particle to a G4ReactionProduct. More...
 
G4ParticleDefinitiontoG4ParticleDefinition (G4int A, G4int Z) const
 Convert A and Z to a G4ParticleDefinition. More...
 

Private Attributes

G4VarNtpablaResult
 
G4Volantvolant
 
G4AblatheABLAModel
 
G4long eventNumber
 

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 49 of file G4AblaInterface.hh.

Constructor & Destructor Documentation

G4AblaInterface::G4AblaInterface ( )

Definition at line 49 of file G4AblaInterface.cc.

References G4Abla::initEvapora(), and theABLAModel.

+ Here is the call graph for this function:

G4AblaInterface::~G4AblaInterface ( )
virtual

Definition at line 59 of file G4AblaInterface.cc.

References ablaResult, theABLAModel, and volant.

Member Function Documentation

virtual G4HadFinalState* G4AblaInterface::ApplyYourself ( G4HadProjectile const &  ,
G4Nucleus  
)
inlinevirtual

Implements G4VPreCompoundModel.

Definition at line 56 of file G4AblaInterface.hh.

G4ReactionProduct * G4AblaInterface::toG4Particle ( G4int  A,
G4int  Z,
G4double  kinE,
G4double  px,
G4double  py,
G4double  pz 
) const
private

Convert an Abla particle to a G4ReactionProduct.

Definition at line 126 of file G4AblaInterface.cc.

References G4INCL::KinematicsUtils::energy(), MeV, and toG4ParticleDefinition().

Referenced by DeExcite().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4ParticleDefinition * G4AblaInterface::toG4ParticleDefinition ( G4int  A,
G4int  Z 
) const
private

Convert A and Z to a G4ParticleDefinition.

Definition at line 108 of file G4AblaInterface.cc.

References G4Alpha::Alpha(), G4Deuteron::Deuteron(), G4cout, G4endl, G4IonTable::GetIon(), G4IonTable::GetIonTable(), G4He3::He3(), G4Neutron::Neutron(), G4PionMinus::PionMinus(), G4PionPlus::PionPlus(), G4PionZero::PionZero(), G4Proton::Proton(), and G4Triton::Triton().

Referenced by toG4Particle().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4VarNtp* G4AblaInterface::ablaResult
private

Definition at line 61 of file G4AblaInterface.hh.

Referenced by DeExcite(), and ~G4AblaInterface().

G4long G4AblaInterface::eventNumber
private

Definition at line 64 of file G4AblaInterface.hh.

Referenced by DeExcite().

G4Abla* G4AblaInterface::theABLAModel
private

Definition at line 63 of file G4AblaInterface.hh.

Referenced by DeExcite(), G4AblaInterface(), and ~G4AblaInterface().

G4Volant* G4AblaInterface::volant
private

Definition at line 62 of file G4AblaInterface.hh.

Referenced by DeExcite(), and ~G4AblaInterface().


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