| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Fixes a bug, which was introduced in PR AliceO2Group#10053, where both field for minimal entries were not properly initialized. initProcessing would only be called once hasEnoughData evaluates to true, hence minEntriesTotal would never be properly set. While running locally these probably init to 0. However this caused problems while running on the grid. Signed-off-by: Felix Schlepper <f3sch.git@outlook.com>
| Back | FazBrowse Home | New Git URL |
Fixes a bug, which was introduced in PR #10053, where both fields for minimal entries were not properly initialized. initProcessing would only be called once hasEnoughData evaluates to true, hence minEntriesTotal would never be properly set. While running locally these probably init to 0. However this caused problems while running on the grid.
I tested it by inspecting the values for both after initialization of CalibratorVdExB in VdAndExBCalibSpec::init(). Now whenever the device is created the calibration parameters are immediately initialized.
Signed-off-by: Felix Schlepper f3sch.git@outlook.com