From e1b82dd8c9c62333bf64470c7269a822258c4562 Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu> Date: Thu, 27 Jun 2019 14:51:13 +0200 Subject: [PATCH] removed asserts in vertical_EAS --- Documentation/Examples/vertical_EAS.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/Examples/vertical_EAS.cc b/Documentation/Examples/vertical_EAS.cc index 7745c1628..0b3d4641a 100644 --- a/Documentation/Examples/vertical_EAS.cc +++ b/Documentation/Examples/vertical_EAS.cc @@ -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); } -- GitLab