You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assignment of the ADC peak for this algorithm is not true to the TP contents. There is no calculation done for what the ADC peak actually is since it strictly uses the last TP in the window. This may be true of other algorithms which make use of TPWindow, but I have not yet checked.
It may be worth it to keep track of the argmax of ADC peak for the TP list in TPWindow for easier updating for the moving window and assignment during TA construction.
The text was updated successfully, but these errors were encountered:
triggeralgs/src/TAMakerADCSimpleWindowAlgorithm.cpp
Line 99 in b146de1
The assignment of the ADC peak for this algorithm is not true to the TP contents. There is no calculation done for what the ADC peak actually is since it strictly uses the last TP in the window. This may be true of other algorithms which make use of
TPWindow
, but I have not yet checked.It may be worth it to keep track of the
argmax
of ADC peak for the TP list inTPWindow
for easier updating for the moving window and assignment during TA construction.The text was updated successfully, but these errors were encountered: