Skip to content

ISF_Event: adding ISFTruthIncident unit test

I am preparing a large update of ISFTruthIncident, and noticed this lacked unit tests. Therefore:

  • added ISF_Event/ISFTruthIncident unit test
  • updated ISF_Event/CMake file to:
  • build the new test
  • schedule tests in a loop, rather than spaghetti commands for >=1 tests
  • suppress unused reference comparisons (nopost.sh), which enables me to also clean-up unused ISFParticle_test.ref

As MR only affects tests, it will have no impact on simulation output.

Checked that output of an ISF_Event unit test run looks as intended after these changes; /afs/cern.ch/work/l/lmijovic/public/sim/mr/isf_truthinc_ut_29072022

Merge request reports