Actions
Feature #1178
openTask #1168: Generalize Detector Decode methods
Task #1185: Complete ChannelData classes
Convert ChannelData structures to varsize event data
Responsible:
Ole Hansen
Description
As discussed in #1168, the event data storage in the ChannelData classes needs to be converted from fixed-size arrays to parallel variable-sized vectors, whose size is the number of hits registered with each event. One of these vectors contains the logical channel number.
Use SBSGenericDetector as guidance and aim for at least feature parity with that class.
Actions