IAP GITLAB

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

removed asserts in vertical_EAS

parent e1a332f3
No related branches found
No related tags found
No related merge requests found
......@@ -151,8 +151,4 @@ int main() {
<< "relative difference (%): " << (Efinal / E0 - 1) * 100 << endl;
cout << "total dEdX energy (GeV): " << eLoss.GetTotal() / 1_GeV << 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