Open Issues Need Help
View All on GitHubAI Summary: Modify the TDIS CMakeLists.txt file to change the default installation directory from a system-wide location to a local 'dist' subfolder within the project directory. This will make it easier to install and manage the TDIS package locally.
AI Summary: Update the TDIS Data Investigation System documentation to include all flags and their explanations. This involves adding descriptions for each flag used in the ACTS and JANA2 based tracking reconstruction package.
AI Summary: Create a benchmark script for the TDIS Data Investigation System's multi-TPC chamber tracking reconstruction, using either CSV or PODIO format for data input. The script should be minimal in scope, focusing on core tracking functionality.
AI Summary: Modify the TDIS Data Investigation System's DigitizedDataEventSource.hpp to add a flag controlling the number of tracks loaded per event. The current implementation only reads one track, but the system should be capable of handling multiple tracks per event, potentially from mixed sources like background and MC data. This involves updating the code to accommodate this new flag and handle multiple track data appropriately.
AI Summary: Implement functionality to save the ACTS inputs (used in the TDIS multi-TPC chamber tracking reconstruction) to a CSV file for comparison with the existing saved results. This involves modifying the existing ACTS and JANA2 based TDIS package.