IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b34661b5 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

Merge branch 'remove_assertions' into 'master'

removed assertions in vertical_EAS

See merge request !157
parents e1a332f3 e1b82dd8
No related branches found
No related tags found
1 merge request!157removed assertions in vertical_EAS
Pipeline #913 passed
...@@ -151,8 +151,4 @@ int main() { ...@@ -151,8 +151,4 @@ int main() {
<< "relative difference (%): " << (Efinal / E0 - 1) * 100 << endl; << "relative difference (%): " << (Efinal / E0 - 1) * 100 << endl;
cout << "total dEdX energy (GeV): " << eLoss.GetTotal() / 1_GeV << endl cout << "total dEdX energy (GeV): " << eLoss.GetTotal() / 1_GeV << endl
<< "relative difference (%): " << eLoss.GetTotal() / E0 * 100 << endl; << "relative difference (%): " << eLoss.GetTotal() / E0 * 100 << endl;
// basic check for unit-tests
assert(cut.GetNumberEmParticles() == 526);
assert(cut.GetNumberInvParticles() == 645);
} }
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