Is your feature request related to a problem? Please describe.
There is a Ph2ACF test, InjectionDelay, which finds optimal values of two parameters, CAL_EDGE_FINE_DELAY and TriggerConfig. We don't want to change TriggerConfig, but we want CAL_EDGE_FINE_DELAY to update for the subsequent tests. Where it gets a little complicated is that we don't just want to use whatever the "optimal" value is for CAL_EDGE_FINE_DELAY. We want to add a number to it, which is defined in the InnerTrackerTests repo as CAL_EDGE_ADDEND.
Describe the solution you'd like
Might need to parse the input txt files and extract the CAL_EDGE_FINE_DELAY value from there. Then add the CAL_EDGE_ADDEND to it and put it in the xml file.
Is your feature request related to a problem? Please describe.
There is a Ph2ACF test, InjectionDelay, which finds optimal values of two parameters, CAL_EDGE_FINE_DELAY and TriggerConfig. We don't want to change TriggerConfig, but we want CAL_EDGE_FINE_DELAY to update for the subsequent tests. Where it gets a little complicated is that we don't just want to use whatever the "optimal" value is for CAL_EDGE_FINE_DELAY. We want to add a number to it, which is defined in the InnerTrackerTests repo as CAL_EDGE_ADDEND.
Describe the solution you'd like
Might need to parse the input txt files and extract the CAL_EDGE_FINE_DELAY value from there. Then add the CAL_EDGE_ADDEND to it and put it in the xml file.