Remove the InfoSpace toolboxes
Description
This MR removes the GEM InfoSpace toolboxes, wrappers around the xdata
InfoSpace, but not used everywhere, and maybe bugged. The functionalities are replaced by vanilla xDAQ structures and functions, used anyway.
Related Issue
How Has This Been Tested?
Taking runs is still possible.
Types of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
-
My code follows the code style of this project. -
My change requires a change to the documentation. -
I have updated the documentation accordingly. -
I have read the CONTRIBUTING document. -
I have added tests to cover my changes. -
All bew and existing tests passed.