55 G4cout <<
"G4RPGAntiSigmaMinusInelastic::ApplyYourself called" <<
G4endl;
57 G4cout <<
"target material = " << targetMaterial->
GetName() <<
", ";
68 modifiedOriginal = *originalIncident;
74 G4double p = std::sqrt( std::abs((et-amas)*(et+amas)) );
88 p = std::sqrt( std::abs((et-amas)*(et+amas)) );
97 targetParticle = *originalTarget;
100 G4bool incidentHasChanged =
false;
101 G4bool targetHasChanged =
false;
102 G4bool quasiElastic =
false;
111 originalIncident, currentParticle, targetParticle,
112 incidentHasChanged, targetHasChanged, quasiElastic );
115 originalIncident, originalTarget, modifiedOriginal,
116 targetNucleus, currentParticle, targetParticle,
117 incidentHasChanged, targetHasChanged, quasiElastic );
120 currentParticle, targetParticle,
121 incidentHasChanged );
123 delete originalTarget;
134 G4bool &incidentHasChanged,
151 G4double centerofmassEnergy = std::sqrt( mOriginal*mOriginal +
152 targetMass*targetMass +
153 2.0*targetMass*etOriginal );
154 G4double availableEnergy = centerofmassEnergy-(targetMass+mOriginal);
157 const G4int numMul = 1200;
158 const G4int numMulA = 400;
159 const G4int numSec = 60;
165 G4int counter, nt=0, np=0, nneg=0, nz=0;
173 for( i=0; i<numMul; ++i )protmul[i] = 0.0;
174 for( i=0; i<numSec; ++i )protnorm[i] = 0.0;
176 for( np=0; np<(numSec/3); ++np )
178 for( nneg=
std::max(0,np-2); nneg<=np; ++nneg )
180 for( nz=0; nz<numSec/3; ++nz )
182 if( ++counter < numMul )
185 if( nt>0 && nt<=numSec )
187 protmul[counter] =
Pmltpc(np,nneg,nz,nt,b[0],c);
188 protnorm[nt-1] += protmul[counter];
194 for( i=0; i<numMul; ++i )neutmul[i] = 0.0;
195 for( i=0; i<numSec; ++i )neutnorm[i] = 0.0;
197 for( np=0; np<numSec/3; ++np )
199 for( nneg=
std::max(0,np-1); nneg<=(np+1); ++nneg )
201 for( nz=0; nz<numSec/3; ++nz )
203 if( ++counter < numMul )
206 if( nt>0 && nt<=numSec )
208 neutmul[counter] =
Pmltpc(np,nneg,nz,nt,b[1],c);
209 neutnorm[nt-1] += neutmul[counter];
215 for( i=0; i<numSec; ++i )
217 if( protnorm[i] > 0.0 )protnorm[i] = 1.0/protnorm[i];
218 if( neutnorm[i] > 0.0 )neutnorm[i] = 1.0/neutnorm[i];
223 for( i=0; i<numMulA; ++i )protmulA[i] = 0.0;
224 for( i=0; i<numSec; ++i )protnormA[i] = 0.0;
226 for( np=2; np<(numSec/3); ++np )
229 for( nz=0; nz<numSec/3; ++nz )
231 if( ++counter < numMulA )
234 if( nt>1 && nt<=numSec )
236 protmulA[counter] =
Pmltpc(np,nneg,nz,nt,b[0],c);
237 protnormA[nt-1] += protmulA[counter];
242 for( i=0; i<numMulA; ++i )neutmulA[i] = 0.0;
243 for( i=0; i<numSec; ++i )neutnormA[i] = 0.0;
245 for( np=1; np<numSec/3; ++np )
248 for( nz=0; nz<numSec/3; ++nz )
250 if( ++counter < numMulA )
253 if( nt>1 && nt<=numSec )
255 neutmulA[counter] =
Pmltpc(np,nneg,nz,nt,b[1],c);
256 neutnormA[nt-1] += neutmulA[counter];
261 for( i=0; i<numSec; ++i )
263 if( protnormA[i] > 0.0 )protnormA[i] = 1.0/protnormA[i];
264 if( neutnormA[i] > 0.0 )neutnormA[i] = 1.0/neutnormA[i];
277 const G4double anhl[] = {1.00,1.00,1.00,1.00,1.00,1.00,1.00,1.00,0.97,0.88,
278 0.85,0.81,0.75,0.64,0.64,0.55,0.55,0.45,0.47,0.40,
279 0.39,0.36,0.33,0.10,0.01};
281 if( iplab > 9 )iplab =
G4int( (pOriginal/
GeV- 1.0)*5.0 ) + 10;
282 if( iplab > 14 )iplab =
G4int( pOriginal/
GeV- 2.0 ) + 15;
283 if( iplab > 23 )iplab =
G4int( (pOriginal/
GeV-10.0)/10.0 ) + 23;
284 if( iplab > 24 )iplab = 24;
287 if( availableEnergy <= aPiPlus->GetPDGMass()/
MeV )
299 for( np=0; np<numSec/3 && ran>=excs; ++np )
301 for( nneg=
std::max(0,np-2); nneg<=np && ran>=excs; ++nneg )
303 for( nz=0; nz<numSec/3 && ran>=excs; ++nz )
305 if( ++counter < numMul )
308 if( nt>0 && nt<=numSec )
311 dum = (
pi/anpn)*nt*protmul[counter]*protnorm[nt-1]/(2.0*n*n);
312 if( std::fabs(dum) < 1.0 )
314 if( test >= 1.0
e-10 )excs += dum*test;
338 targetHasChanged =
true;
346 incidentHasChanged =
true;
354 incidentHasChanged =
true;
356 targetHasChanged =
true;
363 for( np=0; np<numSec/3 && ran>=excs; ++np )
365 for( nneg=
std::max(0,np-1); nneg<=(np+1) && ran>=excs; ++nneg )
367 for( nz=0; nz<numSec/3 && ran>=excs; ++nz )
369 if( ++counter < numMul )
372 if( nt>0 && nt<=numSec )
375 dum = (
pi/anpn)*nt*neutmul[counter]*neutnorm[nt-1]/(2.0*n*n);
376 if( std::fabs(dum) < 1.0 )
378 if( test >= 1.0
e-10 )excs += dum*test;
399 targetHasChanged =
true;
408 incidentHasChanged =
true;
410 targetHasChanged =
true;
418 incidentHasChanged =
true;
420 targetHasChanged =
true;
429 incidentHasChanged =
true;
436 if( centerofmassEnergy <= aPiPlus->GetPDGMass()/
MeV+aKaonPlus->
GetPDGMass()/
MeV )
448 for( np=2; np<numSec/3 && ran>=excs; ++np )
451 for( nz=0; nz<numSec/3 && ran>=excs; ++nz )
453 if( ++counter < numMulA )
456 if( nt>1 && nt<=numSec )
459 dum = (
pi/anpn)*nt*protmulA[counter]*protnormA[nt-1]/(2.0*n*n);
460 if( std::fabs(dum) < 1.0 )
462 if( test >= 1.0
e-10 )excs += dum*test;
480 for( np=1; np<numSec/3 && ran>=excs; ++np )
483 for( nz=0; nz<numSec/3 && ran>=excs; ++nz )
485 if( ++counter < numMulA )
488 if( nt>1 && nt<=numSec )
491 dum = (
pi/anpn)*nt*neutmulA[counter]*neutnormA[nt-1]/(2.0*n*n);
492 if( std::fabs(dum) < 1.0 )
494 if( test >= 1.0
e-10 )excs += dum*test;
554 currentParticle.
SetMass( 0.0 );
void Initialize(G4int items)
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
T max(const T t1, const T t2)
brief Return the largest of the two arguments
void SetUpChange(G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, G4ReactionProduct ¤tParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged)
static constexpr double MeV
G4double Cinema(G4double kineticEnergy)
void SetMomentumChange(const G4ThreeVector &aV)
void SetDefinition(const G4ParticleDefinition *aParticleDefinition)
void SetMomentum(const G4double x, const G4double y, const G4double z)
void SetDefinitionAndUpdateE(const G4ParticleDefinition *aParticleDefinition)
const G4String & GetParticleName() const
static G4PionPlus * PionPlus()
void GetNormalizationConstant(const G4double availableEnergy, G4double &n, G4double &anpn)
G4double GetTotalMomentum() const
const G4ParticleDefinition * GetDefinition() const
static G4Proton * Proton()
G4double GetTotalEnergy() const
static G4KaonMinus * KaonMinus()
void CalculateMomenta(G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, const G4DynamicParticle *originalTarget, G4ReactionProduct &modifiedOriginal, G4Nucleus &targetNucleus, G4ReactionProduct ¤tParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool quasiElastic)
G4double GetPDGMass() const
static G4KaonPlus * KaonPlus()
G4DynamicParticle * ReturnTargetParticle() const
void SetMass(const G4double mas)
const G4String & GetName() const
void SetEnergyChange(G4double anEnergy)
G4double Pmltpc(G4int np, G4int nm, G4int nz, G4int n, G4double b, G4double c)
static G4KaonZeroLong * KaonZeroLong()
void SetKineticEnergy(const G4double en)
G4double GetKineticEnergy() const
G4ParticleDefinition * GetDefinition() const
const G4Material * GetMaterial() const
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
G4double GetTotalMomentum() const
void SetUpPions(const G4int np, const G4int nm, const G4int nz, G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen)
G4ThreeVector GetMomentum() const
void SetSide(const G4int sid)
static G4AntiSigmaZero * AntiSigmaZero()
const G4LorentzVector & Get4Momentum() const
G4double GetKineticEnergy() const
void Cascade(G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, G4ReactionProduct ¤tParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool &quasiElastic)
void SetElement(G4int anIndex, Type *anElement)
const G4ParticleDefinition * GetDefinition() const
static G4Neutron * Neutron()
G4GLOB_DLL std::ostream G4cout
static constexpr double pi
G4double EvaporationEffects(G4double kineticEnergy)
static constexpr double GeV
G4HadFinalState theParticleChange
T min(const T t1, const T t2)
brief Return the smallest of the two arguments
void SetStatusChange(G4HadFinalStateStatus aS)
static G4AntiLambda * AntiLambda()