File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ endif(GTEST_FOUND)
2222
2323generate_root_test_script (${R3BROOT_SOURCE_DIR } /alpide/test/testAlpideSimulation.C )
2424add_test (NAME AlpideSimulation COMMAND ${R3BROOT_BINARY_DIR } /alpide/test/testAlpideSimulation.sh )
25- set_tests_properties (AlpideSimulation PROPERTIES TIMEOUT "100 " )
25+ set_tests_properties (AlpideSimulation PROPERTIES TIMEOUT "300 " )
2626set_tests_properties (AlpideSimulation PROPERTIES PASS_REGULAR_EXPRESSION
2727 "Macro finished successfully." )
Original file line number Diff line number Diff line change 11/******************************************************************************
22 * Copyright (C) 2022 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
3- * Copyright (C) 2022-2023 Members of R3B Collaboration *
3+ * Copyright (C) 2022-2025 Members of R3B Collaboration *
44 * *
55 * This software is distributed under the terms of the *
66 * GNU General Public Licence (GPL) version 3, *
@@ -49,7 +49,7 @@ void testAlpideSimulation(int nbevents = 100)
4949 boxGen -> SetXYZ (0 , 0 , 0. );
5050 boxGen -> SetThetaRange (7. , 90. );
5151 boxGen -> SetPhiRange (0. , 360. );
52- boxGen -> SetEkinRange (0.6 , 0.6 );
52+ boxGen -> SetEkinRange (0.2 , 0.6 );
5353 auto primGen = new FairPrimaryGenerator ();
5454 primGen -> AddGenerator (boxGen );
5555 run -> SetGenerator (primGen );
You can’t perform that action at this time.
0 commit comments