IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 8ccf3d7e authored by ralfulrich's avatar ralfulrich
Browse files

uncomment unused two lines

parent 8f5374ea
No related branches found
No related tags found
No related merge requests found
...@@ -125,8 +125,8 @@ namespace corsika::process::EnergyLoss { ...@@ -125,8 +125,8 @@ namespace corsika::process::EnergyLoss {
// Barkas correction O(Z3) higher-order Born approximation // Barkas correction O(Z3) higher-order Born approximation
// see Appl. Phys. 85 (1999) 1249 // see Appl. Phys. 85 (1999) 1249
double A = 1; //double A = 1;
if (p.GetPID() == particles::Code::Nucleus) A = p.GetNuclearA(); //if (p.GetPID() == particles::Code::Nucleus) A = p.GetNuclearA();
// double const Erel = (p.GetEnergy()-p.GetMass()) / A / 1_keV; // double const Erel = (p.GetEnergy()-p.GetMass()) / A / 1_keV;
// double const Llow = 0.01 * Erel; // double const Llow = 0.01 * Erel;
// double const Lhigh = 1.5/pow(Erel, 0.4) + 45000./Zmat * pow(Erel, 1.6); // double const Lhigh = 1.5/pow(Erel, 0.4) + 45000./Zmat * pow(Erel, 1.6);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment