Skip to content
Snippets Groups Projects

Draft: remove legacy event mode

Closed Sergey Gorbunov requested to merge se.gorbunov/cbmroot:legacy_event_mode into master
5 files
+ 15
7
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -3,7 +3,7 @@ Set(MACRO_DIR ${CBMROOT_BINARY_DIR}/macro/much)
GENERATE_ROOT_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/much/run_transport.C)
GENERATE_ROOT_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/much/run_ana.C)
GENERATE_CBM_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/run/run_digi.C ${MACRO_DIR})
GENERATE_CBM_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/run/run_reco_event.C ${MACRO_DIR})
GENERATE_CBM_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/run/run_reco.C ${MACRO_DIR})
# Put the .rootrc file into the directory from which root is executed.
# Otherwise the rootalias file is not loaded
@@ -42,7 +42,7 @@ Set_Tests_Properties(${testname} PROPERTIES
# --- Reconstruction, event-by-event
Set(testname much_reco_event)
add_test(${testname} ${MACRO_DIR}/run_reco_event.sh ${NumEvents} \"data/muons\" \"sis100_muon_lmvm\" 1 1 0)
add_test(${testname} ${MACRO_DIR}/run_reco.sh \"data/muons\" ${NumEvents} 0 \"\" \"Ideal\" \"sis100_muon_lmvm\" \"\" true)
SET_TESTS_PROPERTIES(${testname} PROPERTIES
TIMEOUT "1200"
PASS_REGULAR_EXPRESSION "TestPassed;All ok"
Loading