If I'm not mistaken, the progress bar relies on GateVSource::GetExpectedNumberOfEvents to function. This method uses decay to calculate the expected number of events and is not overridden in GenericSource. Therefore, when using TAC, the calculation of the expected number of events may be incorrect, causing the progress bar to be inaccurate.
If thats the case, the solution is to provide a GetExpectedNumberOfEvents method for GenericSource.
If I'm not mistaken, the progress bar relies on
GateVSource::GetExpectedNumberOfEventsto function. This method uses decay to calculate the expected number of events and is not overridden inGenericSource. Therefore, when usingTAC, the calculation of the expected number of events may be incorrect, causing the progress bar to be inaccurate.If thats the case, the solution is to provide a GetExpectedNumberOfEvents method for GenericSource.