Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4LEKaonZeroInelastic Class Reference

#include <G4LEKaonZeroInelastic.hh>

+ Inheritance diagram for G4LEKaonZeroInelastic:

Public Member Functions

 G4LEKaonZeroInelastic ()
 
 ~G4LEKaonZeroInelastic ()
 
G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
 
virtual void ModelDescription (std::ostream &outFile) const
 
- Public Member Functions inherited from G4InelasticInteraction
 G4InelasticInteraction (const G4String &name="LEInelastic")
 
virtual ~G4InelasticInteraction ()
 
void RegisterIsotopeProductionModel (G4VIsotopeProduction *aModel)
 
void TurnOnIsotopeProduction ()
 
virtual const std::pair< G4double, G4doubleGetFatalEnergyCheckLevels () const
 
- Public Member Functions inherited from G4HadronicInteraction
 G4HadronicInteraction (const G4String &modelName="HadronicModel")
 
virtual ~G4HadronicInteraction ()
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)=0
 
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
 
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
 
G4bool operator== (const G4HadronicInteraction &right) const
 
G4bool operator!= (const G4HadronicInteraction &right) const
 
virtual const std::pair< G4double, G4doubleGetFatalEnergyCheckLevels () const
 
virtual std::pair< G4double, G4doubleGetEnergyMomentumCheckLevels () const
 
void SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel)
 
virtual void ModelDescription (std::ostream &outFile) const
 

Additional Inherited Members

- Static Public Member Functions inherited from G4InelasticInteraction
static G4IsoParticleChangeGetIsotopeProductionInfo ()
 
- Protected Member Functions inherited from G4InelasticInteraction
G4double Pmltpc (G4int np, G4int nm, G4int nz, G4int n, G4double b, G4double c)
 
G4bool MarkLeadingStrangeParticle (const G4ReactionProduct &currentParticle, const G4ReactionProduct &targetParticle, G4ReactionProduct &leadParticle)
 
void SetUpPions (const G4int np, const G4int nm, const G4int nz, G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen)
 
void Rotate (G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen)
 
void GetNormalizationConstant (const G4double availableEnergy, G4double &n, G4double &anpn)
 
void CalculateMomenta (G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, const G4DynamicParticle *originalTarget, G4ReactionProduct &modifiedOriginal, G4Nucleus &targetNucleus, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool quasiElastic)
 
void SetUpChange (G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged)
 
void DoIsotopeCounting (const G4HadProjectile *theProjectile, const G4Nucleus &aNucleus)
 
G4IsoResultExtractResidualNucleus (const G4Nucleus &aNucleus)
 
- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 
- Protected Attributes inherited from G4InelasticInteraction
G4bool isotopeProduction
 
G4ReactionDynamics theReactionDynamics
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Detailed Description

Definition at line 45 of file G4LEKaonZeroInelastic.hh.

Constructor & Destructor Documentation

◆ G4LEKaonZeroInelastic()

G4LEKaonZeroInelastic::G4LEKaonZeroInelastic ( )
inline

Definition at line 49 of file G4LEKaonZeroInelastic.hh.

49 : G4InelasticInteraction("G4LEKaonZeroInelastic")
50 {
51 SetMinEnergy( 0.0 );
52 SetMaxEnergy( 25.*CLHEP::GeV );
53 G4cout << "WARNING: model G4LEKaonZeroInelastic is being deprecated and will\n"
54 << "disappear in Geant4 version 10.0" << G4endl;
55 }
#define G4endl
Definition: G4ios.hh:52
G4DLLIMPORT std::ostream G4cout
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)

◆ ~G4LEKaonZeroInelastic()

G4LEKaonZeroInelastic::~G4LEKaonZeroInelastic ( )
inline

Definition at line 57 of file G4LEKaonZeroInelastic.hh.

58 { }

Member Function Documentation

◆ ApplyYourself()

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

Implements G4HadronicInteraction.

Definition at line 53 of file G4LEKaonZeroInelastic.cc.

55{
56 const G4HadProjectile *originalIncident = &aTrack;
57
58 // create the target particle
59 G4DynamicParticle* originalTarget = targetNucleus.ReturnTargetParticle();
60
61 if (verboseLevel > 1) {
62 const G4Material *targetMaterial = aTrack.GetMaterial();
63 G4cout << "G4LEKaonZeroInelastic::ApplyYourself called" << G4endl;
64 G4cout << "kinetic energy = " << originalIncident->GetKineticEnergy()/MeV << "MeV, ";
65 G4cout << "target material = " << targetMaterial->GetName() << ", ";
66 G4cout << "target particle = " << originalTarget->GetDefinition()->GetParticleName()
67 << G4endl;
68 }
69
70 // Fermi motion and evaporation
71 // As of Geant3, the Fermi energy calculation had not been Done
72 G4double ek = originalIncident->GetKineticEnergy()/MeV;
73 G4double amas = originalIncident->GetDefinition()->GetPDGMass()/MeV;
74 G4ReactionProduct modifiedOriginal;
75 modifiedOriginal = *originalIncident;
76
77 G4double tkin = targetNucleus.Cinema(ek);
78 ek += tkin;
79 modifiedOriginal.SetKineticEnergy(ek*MeV);
80 G4double et = ek + amas;
81 G4double p = std::sqrt( std::abs((et-amas)*(et+amas)) );
82 G4double pp = modifiedOriginal.GetMomentum().mag()/MeV;
83 if (pp > 0.0) {
84 G4ThreeVector momentum = modifiedOriginal.GetMomentum();
85 modifiedOriginal.SetMomentum( momentum * (p/pp) );
86 }
87
88 // calculate black track energies
89 tkin = targetNucleus.EvaporationEffects(ek);
90 ek -= tkin;
91 modifiedOriginal.SetKineticEnergy(ek*MeV);
92 et = ek + amas;
93 p = std::sqrt( std::abs((et-amas)*(et+amas)) );
94 pp = modifiedOriginal.GetMomentum().mag()/MeV;
95 if (pp > 0.0) {
96 G4ThreeVector momentum = modifiedOriginal.GetMomentum();
97 modifiedOriginal.SetMomentum( momentum * (p/pp) );
98 }
99 G4ReactionProduct currentParticle = modifiedOriginal;
100 G4ReactionProduct targetParticle;
101 targetParticle = *originalTarget;
102 currentParticle.SetSide( 1 ); // incident always goes in forward hemisphere
103 targetParticle.SetSide( -1 ); // target always goes in backward hemisphere
104 G4bool incidentHasChanged = false;
105 G4bool targetHasChanged = false;
106 G4bool quasiElastic = false;
107 G4FastVector<G4ReactionProduct,GHADLISTSIZE> vec; // vec will contain the secondary particles
108 G4int vecLen = 0;
109 vec.Initialize(0);
110
111 const G4double cutOff = 0.1;
112 if (currentParticle.GetKineticEnergy()/MeV > cutOff)
113 Cascade(vec, vecLen, originalIncident, currentParticle, targetParticle,
114 incidentHasChanged, targetHasChanged, quasiElastic);
115
116 CalculateMomenta(vec, vecLen, originalIncident, originalTarget, modifiedOriginal,
117 targetNucleus, currentParticle, targetParticle,
118 incidentHasChanged, targetHasChanged, quasiElastic);
119
120 SetUpChange(vec, vecLen, currentParticle, targetParticle, incidentHasChanged);
121
122 if (isotopeProduction) DoIsotopeCounting(originalIncident, targetNucleus);
123
124 delete originalTarget;
125 return &theParticleChange;
126}
double G4double
Definition: G4Types.hh:64
int G4int
Definition: G4Types.hh:66
bool G4bool
Definition: G4Types.hh:67
double mag() const
G4ParticleDefinition * GetDefinition() const
void Initialize(G4int items)
Definition: G4FastVector.hh:63
const G4Material * GetMaterial() const
const G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
void CalculateMomenta(G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, const G4DynamicParticle *originalTarget, G4ReactionProduct &modifiedOriginal, G4Nucleus &targetNucleus, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool quasiElastic)
void DoIsotopeCounting(const G4HadProjectile *theProjectile, const G4Nucleus &aNucleus)
void SetUpChange(G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged)
const G4String & GetName() const
Definition: G4Material.hh:177
G4double EvaporationEffects(G4double kineticEnergy)
Definition: G4Nucleus.cc:264
G4double Cinema(G4double kineticEnergy)
Definition: G4Nucleus.cc:368
G4DynamicParticle * ReturnTargetParticle() const
Definition: G4Nucleus.cc:227
const G4String & GetParticleName() const
void SetMomentum(const G4double x, const G4double y, const G4double z)
G4double GetKineticEnergy() const
G4ThreeVector GetMomentum() const
void SetSide(const G4int sid)
void SetKineticEnergy(const G4double en)

Referenced by G4LEKaonZeroLInelastic::ApplyYourself(), and G4LEKaonZeroSInelastic::ApplyYourself().

◆ ModelDescription()

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

Reimplemented from G4HadronicInteraction.

Definition at line 39 of file G4LEKaonZeroInelastic.cc.

40{
41 outFile << "G4LEKaonZeroInelastic is one of the Low Energy Parameterized\n"
42 << "(LEP) models used to implement K0 scattering from nuclei. It\n"
43 << "is a re-engineered version of the GHEISHA code of\n"
44 << "H. Fesefeldt. It divides the initial collision products\n"
45 << "into backward- and forward-going clusters which are then\n"
46 << "decayed into final state hadrons. The model does not conserve\n"
47 << "energy on an event-by-event basis. It may be applied to\n"
48 << "K0s with initial energies between 0 and 25 GeV.\n";
49}

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