Geant4  10.01
G4GeneratorPrecompoundInterface Class Reference

#include <G4GeneratorPrecompoundInterface.hh>

+ Inheritance diagram for G4GeneratorPrecompoundInterface:
+ Collaboration diagram for G4GeneratorPrecompoundInterface:

Public Member Functions

 G4GeneratorPrecompoundInterface (G4VPreCompoundModel *p=0)
 
virtual ~G4GeneratorPrecompoundInterface ()
 
virtual G4HadFinalState * ApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
 
virtual G4ReactionProductVector * Propagate (G4KineticTrackVector *theSecondaries, G4V3DNucleus *theNucleus)
 
virtual G4ReactionProductVector * PropagateNuclNucl (G4KineticTrackVector *theSecondaries, G4V3DNucleus *theNucleus, G4V3DNucleus *theProjectileNucleus)
 
void SetCaptureThreshold (G4double)
 
virtual void PropagateModelDescription (std::ostream &) const
 
- Public Member Functions inherited from G4VIntraNuclearTransportModel
 G4VIntraNuclearTransportModel (const G4String &modelName="CascadeModel", G4VPreCompoundModel *ptr=0)
 
virtual ~G4VIntraNuclearTransportModel ()
 
void SetDeExcitation (G4VPreCompoundModel *ptr)
 
void Set3DNucleus (G4V3DNucleus *const value)
 
void SetPrimaryProjectile (const G4HadProjectile &aPrimary)
 
const G4String & GetModelName () const
 
virtual void ModelDescription (std::ostream &outFile) 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 G4HadronicInteraction * GetMyPointer () const
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
const G4String & GetModelName () 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 BuildPhysicsTable (const G4ParticleDefinition &)
 

Private Member Functions

 G4GeneratorPrecompoundInterface (const G4GeneratorPrecompoundInterface &right)
 
const
G4GeneratorPrecompoundInterface & 
operator= (const G4GeneratorPrecompoundInterface &right)
 
G4int operator== (G4GeneratorPrecompoundInterface &right)
 
G4int operator!= (G4GeneratorPrecompoundInterface &right)
 

Private Attributes

G4double CaptureThreshold
 
const G4ParticleDefinition * proton
 
const G4ParticleDefinition * neutron
 
const G4ParticleDefinition * deuteron
 
const G4ParticleDefinition * triton
 
const G4ParticleDefinition * He3
 
const G4ParticleDefinition * He4
 
const G4ParticleDefinition * ANTIproton
 
const G4ParticleDefinition * ANTIneutron
 
const G4ParticleDefinition * ANTIdeuteron
 
const G4ParticleDefinition * ANTItriton
 
const G4ParticleDefinition * ANTIHe3
 
const G4ParticleDefinition * ANTIHe4
 

Additional Inherited Members

- Protected Member Functions inherited from G4VIntraNuclearTransportModel
G4V3DNucleus * Get3DNucleus () const
 
G4VPreCompoundModel * GetDeExcitation () const
 
const G4HadProjectile * GetPrimaryProjectile () const
 
- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 
- Protected Attributes inherited from G4VIntraNuclearTransportModel
G4String theTransportModelName
 
G4V3DNucleus * the3DNucleus
 
G4VPreCompoundModel * theDeExcitation
 
const G4HadProjectile * thePrimaryProjectile
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Detailed Description

Definition at line 60 of file G4GeneratorPrecompoundInterface.hh.

Constructor & Destructor Documentation

G4GeneratorPrecompoundInterface::~G4GeneratorPrecompoundInterface ( )
virtual

Definition at line 102 of file G4GeneratorPrecompoundInterface.cc.

G4GeneratorPrecompoundInterface::G4GeneratorPrecompoundInterface ( const G4GeneratorPrecompoundInterface &  right)
private

Member Function Documentation

G4HadFinalState * G4GeneratorPrecompoundInterface::ApplyYourself ( const G4HadProjectile &  aTrack,
G4Nucleus &  targetNucleus 
)
virtual

Implements G4HadronicInteraction.

Definition at line 264 of file G4GeneratorPrecompoundInterface.cc.

References G4cout, and G4endl.

G4int G4GeneratorPrecompoundInterface::operator!= ( G4GeneratorPrecompoundInterface &  right)
inlineprivate

Definition at line 86 of file G4GeneratorPrecompoundInterface.hh.

const G4GeneratorPrecompoundInterface& G4GeneratorPrecompoundInterface::operator= ( const G4GeneratorPrecompoundInterface &  right)
private
G4int G4GeneratorPrecompoundInterface::operator== ( G4GeneratorPrecompoundInterface &  right)
inlineprivate

Definition at line 85 of file G4GeneratorPrecompoundInterface.hh.

void G4GeneratorPrecompoundInterface::PropagateModelDescription ( std::ostream &  outFile) const
virtual

Reimplemented from G4VIntraNuclearTransportModel.

Definition at line 273 of file G4GeneratorPrecompoundInterface.cc.

G4ReactionProductVector * G4GeneratorPrecompoundInterface::PropagateNuclNucl ( G4KineticTrackVector *  theSecondaries,
G4V3DNucleus *  theNucleus,
G4V3DNucleus *  theProjectileNucleus 
)
virtual
void G4GeneratorPrecompoundInterface::SetCaptureThreshold ( G4double  value)
inline

Definition at line 107 of file G4GeneratorPrecompoundInterface.hh.

References CaptureThreshold.

Member Data Documentation

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIdeuteron
private

Definition at line 100 of file G4GeneratorPrecompoundInterface.hh.

Referenced by G4GeneratorPrecompoundInterface().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIHe3
private

Definition at line 102 of file G4GeneratorPrecompoundInterface.hh.

Referenced by G4GeneratorPrecompoundInterface().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIHe4
private

Definition at line 103 of file G4GeneratorPrecompoundInterface.hh.

Referenced by G4GeneratorPrecompoundInterface().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIneutron
private
const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIproton
private
const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTItriton
private

Definition at line 101 of file G4GeneratorPrecompoundInterface.hh.

Referenced by G4GeneratorPrecompoundInterface().

G4double G4GeneratorPrecompoundInterface::CaptureThreshold
private
const G4ParticleDefinition* G4GeneratorPrecompoundInterface::deuteron
private
const G4ParticleDefinition* G4GeneratorPrecompoundInterface::He3
private
const G4ParticleDefinition* G4GeneratorPrecompoundInterface::He4
private
const G4ParticleDefinition* G4GeneratorPrecompoundInterface::neutron
private
const G4ParticleDefinition* G4GeneratorPrecompoundInterface::proton
private
const G4ParticleDefinition* G4GeneratorPrecompoundInterface::triton
private

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