87 HeMass = 3.727417*CLHEP::GeV;
88 massFactor = 1000.*CLHEP::amu_c2/HeMass;
108 if(pname ==
"alpha") { isAlpha =
true; }
109 if(isAlpha && fASTAR ==
nullptr) {
111 if(fASTAR ==
nullptr) {
130 if(isAlpha) {
return 1.0; }
146 sigma *= (HeEffChargeSquare(Z, kinEnergy/CLHEP::MeV)/
chargeSquare);
165 sigma *= (HeEffChargeSquare(zeff, kinEnergy/CLHEP::MeV)/
chargeSquare);
179 const G4double tmin = std::max(std::min(cut, tmax), tlim);
182 if(kineticEnergy < tlim) {
183 dedx = HeDEDX(material, tlim)*std::sqrt(kineticEnergy/tlim);
185 dedx = HeDEDX(material, kineticEnergy);
192 (
G4Log(x)*(tau + 1.)*(tau + 1.)/(tau * (tau + 2.0)) + 1.0 - x) *
197 heChargeSquare = HeEffChargeSquare(zeff, kineticEnergy/CLHEP::MeV);
198 del *= heChargeSquare;
203 dedx = std::max(dedx, 0.0);
222 if(isAlpha) {
return; }
226 if(eloss >= preKinEnergy || eloss < preKinEnergy*0.05) {
return; }
234 const G4double e = std::max(preKinEnergy - eloss*0.5, preKinEnergy*0.5);
253 if(chFormula.empty()) {
return -1; }
257 static const G4int numberOfMolecula = 11;
258 static const G4String molName[numberOfMolecula] = {
259 "CaF_2",
"Cellulose_Nitrate",
"LiF",
"Policarbonate",
260 "(C_2H_4)_N-Polyethylene",
"(C_2H_4)_N-Polymethly_Methacralate",
261 "Polysterene",
"SiO_2",
"NaI",
"H_2O",
265 for (
G4int i=0; i<numberOfMolecula; ++i) {
266 if (chFormula == molName[i]) {
275G4double G4BraggIonModel::HeStoppingPower(
const G4double kineticEnergy)
const
286 static const G4float a[11][5] = {
287 {9.43672f, 0.54398f, 84.341f, 1.3705f, 57.422f},
288 {67.1503f, 0.41409f, 404.512f, 148.97f, 20.99f},
289 {5.11203f, 0.453f, 36.718f, 50.6f, 28.058f},
290 {61.793f, 0.48445f, 361.537f, 57.889f, 50.674f},
291 {7.83464f, 0.49804f, 160.452f, 3.192f, 0.71922f},
292 {19.729f, 0.52153f, 162.341f, 58.35f, 25.668f},
293 {26.4648f, 0.50112f, 188.913f, 30.079f, 16.509f},
294 {7.8655f, 0.5205f, 63.96f, 51.32f, 67.775f},
295 {8.8965f, 0.5148f, 339.36f, 1.7205f, 0.70423f},
296 {2.959f, 0.53255f, 34.247f, 60.655f, 15.153f},
297 {3.80133f, 0.41590f, 12.9966f, 117.83f, 242.28f} };
299 static const G4double atomicWeight[11] = {
300 101.96128f, 44.0098f, 16.0426f, 28.0536f, 42.0804f,
301 104.1512f, 44.665f, 60.0843f, 18.0152f, 18.0152f, 12.0f};
314 G4double shigh =
G4Log( 1.0 + x3*1000.0 + x4*0.001 ) *x2*1000.0;
315 ionloss = slow*shigh / (slow + shigh) ;
316 ionloss *= std::sqrt(T*1000.0) ;
322 ionloss = slow*shigh / (slow + shigh) ;
331 ionloss = std::max(ionloss, 0.0) * atomicWeight[
iMolecula];
338G4double G4BraggIonModel::HeElectronicStoppingPower(
const G4int z,
342 G4int i = std::min(z-1, 91);
350 G4double T = kineticEnergy/CLHEP::MeV;
352 static const G4float a[92][5] = {
353 { 0.35485f, 0.6456f, 6.01525f, 20.8933f, 4.3515f
354 },{ 0.58f, 0.59f, 6.3f, 130.0f, 44.07f
355 },{ 1.42f, 0.49f, 12.25f, 32.0f, 9.161f
356 },{ 2.206f, 0.51f, 15.32f, 0.25f, 8.995f
358 },{ 3.691f, 0.4128f, 18.48f, 50.72f, 9.0f
359 },{ 3.83523f, 0.42993f,12.6125f, 227.41f, 188.97f
361 },{ 1.9259f, 0.5550f, 27.1513f, 26.0665f, 6.2768f
362 },{ 2.81015f, 0.4759f, 50.0253f, 10.556f, 1.0382f
363 },{ 1.533f, 0.531f, 40.44f, 18.41f, 2.718f
364 },{ 2.303f, 0.4861f, 37.01f, 37.96f, 5.092f
366 },{ 9.894f, 0.3081f, 23.65f, 0.384f, 92.93f
367 },{ 4.3f, 0.47f, 34.3f, 3.3f, 12.74f
368 },{ 2.5f, 0.625f, 45.7f, 0.1f, 4.359f
369 },{ 2.1f, 0.65f, 49.34f, 1.788f, 4.133f
370 },{ 1.729f, 0.6562f, 53.41f, 2.405f, 3.845f
371 },{ 1.402f, 0.6791f, 58.98f, 3.528f, 3.211f
372 },{ 1.117f, 0.7044f, 69.69f, 3.705f, 2.156f
373 },{ 2.291f, 0.6284f, 73.88f, 4.478f, 2.066f
374 },{ 8.554f, 0.3817f, 83.61f, 11.84f, 1.875f
375 },{ 6.297f, 0.4622f, 65.39f, 10.14f, 5.036f
377 },{ 5.307f, 0.4918f, 61.74f, 12.4f, 6.665f
378 },{ 4.71f, 0.5087f, 65.28f, 8.806f, 5.948f
379 },{ 6.151f, 0.4524f, 83.0f, 18.31f, 2.71f
380 },{ 6.57f, 0.4322f, 84.76f, 15.53f, 2.779f
381 },{ 5.738f, 0.4492f, 84.6f, 14.18f, 3.101f
382 },{ 5.013f, 0.4707f, 85.8f, 16.55f, 3.211f
383 },{ 4.32f, 0.4947f, 76.14f, 10.85f, 5.441f
384 },{ 4.652f, 0.4571f, 80.73f, 22.0f, 4.952f
385 },{ 3.114f, 0.5236f, 76.67f, 7.62f, 6.385f
386 },{ 3.114f, 0.5236f, 76.67f, 7.62f, 7.502f
388 },{ 3.114f, 0.5236f, 76.67f, 7.62f, 8.514f
389 },{ 5.746f, 0.4662f, 79.24f, 1.185f, 7.993f
390 },{ 2.792f, 0.6346f, 106.1f, 0.2986f, 2.331f
391 },{ 4.667f, 0.5095f, 124.3f, 2.102f, 1.667f
392 },{ 2.44f, 0.6346f, 105.0f, 0.83f, 2.851f
393 },{ 1.413f, 0.7377f, 147.9f, 1.466f, 1.016f
394 },{ 11.72f, 0.3826f, 102.8f, 9.231f, 4.371f
395 },{ 7.126f, 0.4804f, 119.3f, 5.784f, 2.454f
396 },{ 11.61f, 0.3955f, 146.7f, 7.031f, 1.423f
397 },{ 10.99f, 0.41f, 163.9f, 7.1f, 1.052f
399 },{ 9.241f, 0.4275f, 163.1f, 7.954f, 1.102f
400 },{ 9.276f, 0.418f, 157.1f, 8.038f, 1.29f
401 },{ 3.999f, 0.6152f, 97.6f, 1.297f, 5.792f
402 },{ 4.306f, 0.5658f, 97.99f, 5.514f, 5.754f
403 },{ 3.615f, 0.6197f, 86.26f, 0.333f, 8.689f
404 },{ 5.8f, 0.49f, 147.2f, 6.903f, 1.289f
405 },{ 5.6f, 0.49f, 130.0f, 10.0f, 2.844f
406 },{ 3.55f, 0.6068f, 124.7f, 1.112f, 3.119f
407 },{ 3.6f, 0.62f, 105.8f, 0.1692f, 6.026f
408 },{ 5.4f, 0.53f, 103.1f, 3.931f, 7.767f
410 },{ 3.97f, 0.6459f, 131.8f, 0.2233f, 2.723f
411 },{ 3.65f, 0.64f, 126.8f, 0.6834f, 3.411f
412 },{ 3.118f, 0.6519f, 164.9f, 1.208f, 1.51f
413 },{ 3.949f, 0.6209f, 200.5f, 1.878f, 0.9126f
414 },{ 14.4f, 0.3923f, 152.5f, 8.354f, 2.597f
415 },{ 10.99f, 0.4599f, 138.4f, 4.811f, 3.726f
416 },{ 16.6f, 0.3773f, 224.1f, 6.28f, 0.9121f
417 },{ 10.54f, 0.4533f, 159.3f, 4.832f, 2.529f
418 },{ 10.33f, 0.4502f, 162.0f, 5.132f, 2.444f
419 },{ 10.15f, 0.4471f, 165.6f, 5.378f, 2.328f
421 },{ 9.976f, 0.4439f, 168.0f, 5.721f, 2.258f
422 },{ 9.804f, 0.4408f, 176.2f, 5.675f, 1.997f
423 },{ 14.22f, 0.363f, 228.4f, 7.024f, 1.016f
424 },{ 9.952f, 0.4318f, 233.5f, 5.065f, 0.9244f
425 },{ 9.272f, 0.4345f, 210.0f, 4.911f, 1.258f
426 },{ 10.13f, 0.4146f, 225.7f, 5.525f, 1.055f
427 },{ 8.949f, 0.4304f, 213.3f, 5.071f, 1.221f
428 },{ 11.94f, 0.3783f, 247.2f, 6.655f, 0.849f
429 },{ 8.472f, 0.4405f, 195.5f, 4.051f, 1.604f
430 },{ 8.301f, 0.4399f, 203.7f, 3.667f, 1.459f
432 },{ 6.567f, 0.4858f, 193.0f, 2.65f, 1.66f
433 },{ 5.951f, 0.5016f, 196.1f, 2.662f, 1.589f
434 },{ 7.495f, 0.4523f, 251.4f, 3.433f, 0.8619f
435 },{ 6.335f, 0.4825f, 255.1f, 2.834f, 0.8228f
436 },{ 4.314f, 0.5558f, 214.8f, 2.354f, 1.263f
437 },{ 4.02f, 0.5681f, 219.9f, 2.402f, 1.191f
438 },{ 3.836f, 0.5765f, 210.2f, 2.742f, 1.305f
439 },{ 4.68f, 0.5247f, 244.7f, 2.749f, 0.8962f
440 },{ 2.892f, 0.6204f, 208.6f, 2.415f, 1.416f
442 },{ 2.892f, 0.6204f, 208.6f, 2.415f, 1.416f
444 },{ 4.728f, 0.5522f, 217.0f, 3.091f, 1.386f
445 },{ 6.18f, 0.52f, 170.0f, 4.0f, 3.224f
446 },{ 9.0f, 0.47f, 198.0f, 3.8f, 2.032f
447 },{ 2.324f, 0.6997f, 216.0f, 1.599f, 1.399f
448 },{ 1.961f, 0.7286f, 223.0f, 1.621f, 1.296f
449 },{ 1.75f, 0.7427f, 350.1f, 0.9789f, 0.5507f
450 },{ 10.31f, 0.4613f, 261.2f, 4.738f, 0.9899f
451 },{ 7.962f, 0.519f, 235.7f, 4.347f, 1.313f
452 },{ 6.227f, 0.5645f, 231.9f, 3.961f, 1.379f
453 },{ 5.246f, 0.5947f, 228.6f, 4.027f, 1.432f
455 },{ 5.408f, 0.5811f, 235.7f, 3.961f, 1.358f
456 },{ 5.218f, 0.5828f, 245.0f, 3.838f, 1.25f}
468 G4double shigh =
G4Log( 1.0 + x3*1000.0 + x4*0.001 )* x2*1000.0;
469 ionloss = slow*shigh*std::sqrt(T*1000.0) / (slow + shigh) ;
475 ionloss = slow*shigh / (slow + shigh) ;
484 ionloss = std::max(ionloss, 0.0);
524 if(eloss > 0.0) {
return eloss*material->
GetDensity(); }
539 if(eloss > 0.0) {
return eloss*material->
GetDensity(); }
544 const G4double* theAtomicNumDensityVector =
552 heChargeSquare = HeEffChargeSquare(zeff, aEnergy/CLHEP::MeV);
553 eloss = HeStoppingPower(aEnergy)*heChargeSquare*material->
GetDensity()/amu;
556 }
else if(1 == numberOfElements) {
558 const G4Element* element = (*theElmVector)[0];
559 eloss = HeElectronicStoppingPower(element->
GetZasInt(), aEnergy)
565 for (std::size_t i=0; i<numberOfElements; ++i) {
566 const G4Element* element = (*theElmVector)[i];
567 eloss += HeElectronicStoppingPower(element->
GetZasInt(), aEnergy)
568 * theAtomicNumDensityVector[i];
577G4BraggIonModel::HeEffChargeSquare(
const G4double z,
578 const G4double kinEnergyHeInMeV)
const
585 static const G4double c[6] = {0.2865, 0.1266, -0.001429,
586 0.02402,-0.01135, 0.001475};
588 G4double e = std::max(0.0,
G4Log(kinEnergyHeInMeV*massFactor));
591 for (
G4int i=1; i<6; ++i) {
597 w = 1.0 + (0.007 + 0.00005*z) *
G4Exp( -w*w ) ;
598 w = 4.0 * (1.0 -
G4Exp(-x)) * w * w ;
std::vector< const G4Element * > G4ElementVector
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
G4double G4Log(G4double x)
#define G4MUTEX_INITIALIZER
G4int GetIndex(const G4Material *) const
G4double GetElectronicDEDX(G4int idx, G4double energy) const
void Initialise(const G4ParticleDefinition *, const G4DataVector &) override
G4double ComputeDEDXPerVolume(const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy) override
G4double GetChargeSquareRatio(const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy) override
~G4BraggIonModel() override
G4double CrossSectionPerVolume(const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy, G4double maxEnergy) override
G4BraggIonModel(const G4ParticleDefinition *p=nullptr, const G4String &nam="BraggIon")
G4double ComputeCrossSectionPerAtom(const G4ParticleDefinition *, G4double kineticEnergy, G4double Z, G4double A, G4double cutEnergy, G4double maxEnergy) override
void CorrectionsAlongStep(const G4MaterialCutsCouple *, const G4DynamicParticle *, const G4double &length, G4double &eloss) override
const G4Material * baseMaterial
G4double theZieglerFactor
void SetParticle(const G4ParticleDefinition *p)
G4double MaxSecondaryEnergy(const G4ParticleDefinition *, G4double kinEnergy) final
G4double GetChargeSquareRatio(const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy) override
const G4ParticleDefinition * particle
const G4Material * currentMaterial
G4double ComputeCrossSectionPerElectron(const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy, G4double maxEnergy)
static G4PSTARStopping * fPSTAR
void Initialise(const G4ParticleDefinition *, const G4DataVector &) override
static G4ICRU90StoppingData * fICRU90
G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
G4double EffectiveChargeSquareRatio(const G4ParticleDefinition *, const G4Material *, const G4double kineticEnergy)
G4double GetElectronicDEDXforProton(const G4Material *, G4double kinEnergy) const
G4int GetIndex(const G4Material *) const
G4double GetElectronicDEDXforAlpha(const G4Material *, G4double scaledKinEnergy) const
const G4Material * GetMaterial() const
G4double GetDensity() const
const G4String & GetChemicalFormula() const
const G4ElementVector * GetElementVector() const
const G4Material * GetBaseMaterial() const
G4double GetTotNbOfAtomsPerVolume() const
G4double GetTotNbOfElectPerVolume() const
const G4double * GetAtomicNumDensityVector() const
G4double GetElectronDensity() const
std::size_t GetNumberOfElements() const
G4int GetIndex(const G4Material *) const
G4double GetElectronicDEDX(G4int idx, G4double energy) const
const G4String & GetParticleName() const