ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4GeneratorPrecompoundInterface Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/binary_cascade/include/G4GeneratorPrecompoundInterface.hh>

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

Public Member Functions

 G4GeneratorPrecompoundInterface (G4VPreCompoundModel *p=0)
 
virtual ~G4GeneratorPrecompoundInterface ()
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
 
virtual G4ReactionProductVectorPropagate (G4KineticTrackVector *theSecondaries, G4V3DNucleus *theNucleus)
 
virtual G4ReactionProductVectorPropagateNuclNucl (G4KineticTrackVector *theSecondaries, G4V3DNucleus *theNucleus, G4V3DNucleus *theProjectileNucleus)
 
void SetCaptureThreshold (G4double)
 
void SetDeltaM (G4double)
 
void SetDeltaR (G4double)
 
void MakeCoalescence (G4KineticTrackVector *theSecondaries)
 
virtual void PropagateModelDescription (std::ostream &) const
 
- Public Member Functions inherited from G4VIntraNuclearTransportModel
 G4VIntraNuclearTransportModel (const G4String &mName="CascadeModel", G4VPreCompoundModel *ptr=nullptr)
 
virtual ~G4VIntraNuclearTransportModel ()
 
void SetDeExcitation (G4VPreCompoundModel *ptr)
 
void Set3DNucleus (G4V3DNucleus *const value)
 
void SetPrimaryProjectile (const G4HadProjectile &aPrimary)
 
const G4StringGetModelName () 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 &aTrack, G4Nucleus &targetNucleus)
 
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)
 
G4int GetVerboseLevel () const
 
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
 
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 &)
 
virtual void InitialiseModel ()
 

Private Member Functions

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

Private Attributes

G4double CaptureThreshold
 
G4double DeltaM
 
G4double DeltaR
 
const G4ParticleDefinitionproton
 
const G4ParticleDefinitionneutron
 
const G4ParticleDefinitiondeuteron
 
const G4ParticleDefinitiontriton
 
const G4ParticleDefinitionHe3
 
const G4ParticleDefinitionHe4
 
const G4ParticleDefinitionANTIproton
 
const G4ParticleDefinitionANTIneutron
 
const G4ParticleDefinitionANTIdeuteron
 
const G4ParticleDefinitionANTItriton
 
const G4ParticleDefinitionANTIHe3
 
const G4ParticleDefinitionANTIHe4
 

Additional Inherited Members

- Protected Member Functions inherited from G4VIntraNuclearTransportModel
G4V3DNucleusGet3DNucleus () const
 
G4VPreCompoundModelGetDeExcitation () const
 
const G4HadProjectileGetPrimaryProjectile () const
 
- Protected Attributes inherited from G4VIntraNuclearTransportModel
G4String theTransportModelName
 
G4V3DNucleusthe3DNucleus
 
G4VPreCompoundModeltheDeExcitation
 
const G4HadProjectilethePrimaryProjectile
 

Detailed Description

Definition at line 59 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 59 of file G4GeneratorPrecompoundInterface.hh

Constructor & Destructor Documentation

G4GeneratorPrecompoundInterface::~G4GeneratorPrecompoundInterface ( )
virtual

Definition at line 107 of file G4GeneratorPrecompoundInterface.cc.

View newest version in sPHENIX GitHub at line 107 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 324 of file G4GeneratorPrecompoundInterface.cc.

View newest version in sPHENIX GitHub at line 324 of file G4GeneratorPrecompoundInterface.cc

References G4cout, and G4endl.

void G4GeneratorPrecompoundInterface::MakeCoalescence ( G4KineticTrackVector theSecondaries)

Definition at line 720 of file G4GeneratorPrecompoundInterface.cc.

View newest version in sPHENIX GitHub at line 720 of file G4GeneratorPrecompoundInterface.cc

References DeltaM, deuteron, fermi, G4KineticTrack::Get4Momentum(), G4KineticTrack::GetDefinition(), G4KineticTrack::GetFormationTime(), G4ParticleDefinition::GetPDGMass(), G4KineticTrack::GetPosition(), source.hepunit::hbarc, neutron, and proton.

Referenced by PropagateNuclNucl().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4GeneratorPrecompoundInterface::operator!= ( G4GeneratorPrecompoundInterface right)
inlineprivate

Definition at line 90 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 90 of file G4GeneratorPrecompoundInterface.hh

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

Definition at line 89 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 89 of file G4GeneratorPrecompoundInterface.hh

G4ReactionProductVector * G4GeneratorPrecompoundInterface::Propagate ( G4KineticTrackVector theSecondaries,
G4V3DNucleus theNucleus 
)
virtual
void G4GeneratorPrecompoundInterface::PropagateModelDescription ( std::ostream &  outFile) const
virtual

Reimplemented from G4VIntraNuclearTransportModel.

Definition at line 333 of file G4GeneratorPrecompoundInterface.cc.

View newest version in sPHENIX GitHub at line 333 of file G4GeneratorPrecompoundInterface.cc

G4ReactionProductVector * G4GeneratorPrecompoundInterface::PropagateNuclNucl ( G4KineticTrackVector theSecondaries,
G4V3DNucleus theNucleus,
G4V3DNucleus theProjectileNucleus 
)
virtual

Reimplemented from G4VIntraNuclearTransportModel.

Definition at line 348 of file G4GeneratorPrecompoundInterface.cc.

View newest version in sPHENIX GitHub at line 348 of file G4GeneratorPrecompoundInterface.cc

References G4AntiAlpha::AntiAlphaDefinition(), G4AntiDeuteron::AntiDeuteronDefinition(), G4AntiHe3::AntiHe3Definition(), ANTIneutron, G4AntiNeutron::AntiNeutronDefinition(), ANTIproton, G4AntiProton::AntiProtonDefinition(), G4AntiTriton::AntiTritonDefinition(), G4Nucleon::AreYouHit(), CLHEP::HepLorentzVector::boost(), CLHEP::HepLorentzVector::boostVector(), CaptureThreshold, G4INCL::ClusterDecay::decay(), G4VPreCompoundModel::DeExcite(), deuteron, CLHEP::HepLorentzVector::e(), eplus, CLHEP::HepLorentzVector::findBoostToCM(), G4cout, G4endl, G4Log(), G4UniformRand, G4HadProjectile::Get4Momentum(), G4Nucleon::Get4Momentum(), G4ParticleDefinition::GetBaryonNumber(), G4Nucleon::GetBindingEnergy(), G4V3DNucleus::GetCharge(), G4HadProjectile::GetDefinition(), G4Nucleon::GetDefinition(), G4ReactionProduct::GetDefinition(), G4V3DNucleus::GetMassNumber(), G4ReactionProduct::GetMomentum(), G4V3DNucleus::GetNextNucleon(), G4NucleiProperties::GetNuclearMass(), G4V3DNucleus::GetNuclearRadius(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGCharge(), G4VIntraNuclearTransportModel::GetPrimaryProjectile(), G4ReactionProduct::GetTotalEnergy(), He3, He4, CLHEP::HepLorentzVector::mag(), CLHEP::Hep3Vector::mag2(), CLHEP::HepLorentzVector::mag2(), MakeCoalescence(), neutron, part, proton, Acts::IntegrationTest::R, CLHEP::HepLorentzVector::setE(), G4ReactionProduct::SetMomentum(), G4Fragment::SetNumberOfCharged(), G4Fragment::SetNumberOfHoles(), G4Fragment::SetNumberOfParticles(), G4ReactionProduct::SetTotalEnergy(), G4V3DNucleus::StartLoop(), G4VIntraNuclearTransportModel::theDeExcitation, tmp, triton, CLHEP::HepLorentzVector::vect(), and Z.

+ Here is the call graph for this function:

void G4GeneratorPrecompoundInterface::SetCaptureThreshold ( G4double  value)
inline

Definition at line 114 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 114 of file G4GeneratorPrecompoundInterface.hh

References CaptureThreshold.

void G4GeneratorPrecompoundInterface::SetDeltaM ( G4double  value)
inline

Definition at line 120 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 120 of file G4GeneratorPrecompoundInterface.hh

References DeltaM.

void G4GeneratorPrecompoundInterface::SetDeltaR ( G4double  value)
inline

Definition at line 126 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 126 of file G4GeneratorPrecompoundInterface.hh

References DeltaR.

Member Data Documentation

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIdeuteron
private

Definition at line 107 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 107 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIHe3
private

Definition at line 109 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 109 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIHe4
private

Definition at line 110 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 110 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIneutron
private

Definition at line 105 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 105 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface(), and PropagateNuclNucl().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTIproton
private

Definition at line 104 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 104 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface(), and PropagateNuclNucl().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::ANTItriton
private

Definition at line 108 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 108 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface().

G4double G4GeneratorPrecompoundInterface::CaptureThreshold
private

Definition at line 92 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 92 of file G4GeneratorPrecompoundInterface.hh

Referenced by Propagate(), PropagateNuclNucl(), and SetCaptureThreshold().

G4double G4GeneratorPrecompoundInterface::DeltaM
private

Definition at line 93 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 93 of file G4GeneratorPrecompoundInterface.hh

Referenced by MakeCoalescence(), and SetDeltaM().

G4double G4GeneratorPrecompoundInterface::DeltaR
private

Definition at line 94 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 94 of file G4GeneratorPrecompoundInterface.hh

Referenced by SetDeltaR().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::deuteron
private

Definition at line 99 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 99 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface(), MakeCoalescence(), and PropagateNuclNucl().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::He3
private

Definition at line 101 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 101 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface(), and PropagateNuclNucl().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::He4
private

Definition at line 102 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 102 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface(), and PropagateNuclNucl().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::neutron
private

Definition at line 97 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 97 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface(), MakeCoalescence(), Propagate(), and PropagateNuclNucl().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::proton
private

Definition at line 96 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 96 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface(), MakeCoalescence(), Propagate(), and PropagateNuclNucl().

const G4ParticleDefinition* G4GeneratorPrecompoundInterface::triton
private

Definition at line 100 of file G4GeneratorPrecompoundInterface.hh.

View newest version in sPHENIX GitHub at line 100 of file G4GeneratorPrecompoundInterface.hh

Referenced by G4GeneratorPrecompoundInterface(), and PropagateNuclNucl().


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