Skip to content

Remove includes of FEI4 from libYarr (needs checking)

Bruce Joseph Gallop requested to merge bgallop/YARR:scanconfig into scanconfig

A few things here:

  1. Add EventDataBase as base class of Fei4Data, only downside seems to be dynamic_cast in Fei4Histogrammer?
  2. Add registry of LoopScanBase
  3. Add writeNamedRegister so ScanFactory can change regs specified in json
  4. Add -MP to makefile so changing name of header file doesn't break the dependency checking
  5. Don't crash if FE doesn't have a channel set (something I ran into while exploring for strips code)

Merge request reports