155 G4double centerofmassEnergy = std::sqrt( mOriginal*mOriginal +
156 targetMass*targetMass +
157 2.0*targetMass*etOriginal );
158 G4double availableEnergy = centerofmassEnergy-(targetMass+mOriginal);
165 const G4int numMul = 1200;
166 const G4int numSec = 60;
172 G4int nt=0, np=0, nneg=0, nz=0;
179 for( i=0; i<numMul; ++i )protmul[i] = 0.0;
180 for( i=0; i<numSec; ++i )protnorm[i] = 0.0;
182 for( np=0; np<(numSec/3); ++np )
184 for( nneg=
std::max(0,np-2); nneg<=np; ++nneg )
186 for( nz=0; nz<numSec/3; ++nz )
188 if( ++counter < numMul )
193 protmul[counter] =
Pmltpc(np,nneg,nz,nt,b[0],c);
194 protnorm[nt-1] += protmul[counter];
200 for( i=0; i<numMul; ++i )neutmul[i] = 0.0;
201 for( i=0; i<numSec; ++i )neutnorm[i] = 0.0;
203 for( np=0; np<numSec/3; ++np )
205 for( nneg=
std::max(0,np-1); nneg<=(np+1); ++nneg )
207 for( nz=0; nz<numSec/3; ++nz )
209 if( ++counter < numMul )
212 if( (nt>0) && (nt<=numSec) )
214 neutmul[counter] =
Pmltpc(np,nneg,nz,nt,b[1],c);
215 neutnorm[nt-1] += neutmul[counter];
221 for( i=0; i<numSec; ++i )
223 if( protnorm[i] > 0.0 )protnorm[i] = 1.0/protnorm[i];
224 if( neutnorm[i] > 0.0 )neutnorm[i] = 1.0/neutnorm[i];
235 const G4double supp[] = {0.,0.4,0.55,0.65,0.75,0.82,0.86,0.90,0.94,0.98};
265 else if( ran < wp/wt )
280 for( np=0; (np<numSec/3) && (ran>=excs); ++np )
282 for( nneg=
std::max(0,np-2); (nneg<=np) && (ran>=excs); ++nneg )
284 for( nz=0; (nz<numSec/3) && (ran>=excs); ++nz )
286 if( ++counter < numMul )
292 dum = (
pi/anpn)*nt*protmul[counter]*protnorm[nt-1]/(2.0*n*n);
293 if( std::fabs(dum) < 1.0 )
295 if( test >= 1.0
e-10 )excs += dum*
test;
304 if( ran >= excs )
return;
310 for( np=0; (np<numSec/3) && (ran>=excs); ++np )
312 for( nneg=
std::max(0,np-1); (nneg<=(np+1)) && (ran>=excs); ++nneg )
314 for( nz=0; (nz<numSec/3) && (ran>=excs); ++nz )
316 if( ++counter < numMul )
319 if( (nt>=1) && (nt<=numSec) )
322 dum = (
pi/anpn)*nt*neutmul[counter]*neutnorm[nt-1]/(2.0*n*n);
323 if( std::fabs(dum) < 1.0 )
325 if( test >= 1.0
e-10 )excs += dum*
test;
334 if( ran >= excs )
return;
350 incidentHasChanged =
true;
355 targetHasChanged =
true;
363 incidentHasChanged =
true;
365 incidentHasChanged =
true;
366 targetHasChanged =
true;
384 incidentHasChanged =
true;
385 targetHasChanged =
true;
393 incidentHasChanged =
true;
397 targetHasChanged =
true;
G4double GetTotalEnergy() const
static G4KaonZeroLong * KaonZeroLong()
G4double Pmltpc(G4int np, G4int nm, G4int nz, G4int n, G4double b, G4double c)
static G4KaonZeroShort * KaonZeroShort()
static G4Proton * Proton()
static G4PionPlus * PionPlus()
void SetDefinitionAndUpdateE(const G4ParticleDefinition *aParticleDefinition)
static G4Neutron * Neutron()
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
const G4ParticleDefinition * GetDefinition() const
G4double GetPDGMass() const
const G4ParticleDefinition * GetDefinition() const
void GetNormalizationConstant(const G4double availableEnergy, G4double &n, G4double &anpn)
void SetUpPions(const G4int np, const G4int nm, const G4int nz, G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen)