The algorithm that reads in the data is located here:
https://github.com/JeffersonLab/tdis/blob/main/source/tdis/io/DigitizedDataEventSource.hpp
Currently it reads one track per event. But the code is intended at one point to be able to read multiple tracks per event. It is even possible in jana to read multiple sources e.g. Background and MC mixed together.
We need to add a flag that will control how many tracks to load per event and update code to do so
The algorithm that reads in the data is located here:
https://github.com/JeffersonLab/tdis/blob/main/source/tdis/io/DigitizedDataEventSource.hpp
Currently it reads one track per event. But the code is intended at one point to be able to read multiple tracks per event. It is even possible in jana to read multiple sources e.g. Background and MC mixed together.
We need to add a flag that will control how many tracks to load per event and update code to do so