Actions
Feature #267
openEvent type handlers redesign
Responsible:
Description
The current design of the "event type handler" plugins is not optimal. For it to be consistent, all event types, including physics events, should be handled by plugins. Quite some code from THaAnalyzer
will have to be moved into handler classes.
The code of the existing event type handlers should be cleaned up as part of this task.
Updated by Ole Hansen over 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Started some work on this, including refactoring of general decoder routines, on branch hansenjo/evttypehandlers.
Actions