Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit c31e9d8c authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

add boroncarbide

parent 019e424a
No related branches found
No related tags found
No related merge requests found
......@@ -686,6 +686,19 @@ void CollimatorPhysics::Material() {
A5_c = 1.568e-2;
}
else if (material_m == "BoronCarbide") {
Z_m = 26;
A_m = 55.25;
rho_m = 2.48;
X0_m = 50.14 / rho_m / 100;
I_m = 12 * Z_m + 7.0;
A2_c = 3.963;
A3_c = 6065.0;
A4_c = 1243.0;
A5_c = 7.782e-3;
}
else {
throw GeneralClassicException("CollimatorPhysics::Material",
"Material '" + material_m + "' not found.");
......
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