Actions
Feature #1170
openFeature #1168: Generalize Detector Decode methods
Task #1184: v1.8 updates to THaDetMap
Eliminate hardcoded model list in THaDetMap
Start date:
Due date:
% Done:
0%
Estimated time:
8.00 h
Responsible:
Ole Hansen
Description
THaDetMap has a lookup table for assigning frontend model numbers to module types (ADC, TDC, etc.) This has always been a terrible hack. This information, and a lot more, should be stored with the Decode::Module subclass implementation of each module.
Since every decoder module registers itself in a global std::set, fgModuleTypes, we can just use that set to replace the questionable lookup table.
Updated by Ole Hansen about 11 hours ago
- Assignee set to Ole Hansen
- Target version set to 1.8
- Estimated time set to 8.00 h
Updated by Ole Hansen about 10 hours ago
- Parent task changed from #1168 to #1184
Actions