Elder-PT is a software framework, that facilitates the task of event-by-event data analysis.
The basic concept is that the process of data analysis can be mapped onto a graph where data processing happens in the nodes and data flows along edges between nodes.
The framework provides:
1) a parser for analysis graph configuration files
2) an API to write processing nodes that can be inserted as nodes into the analysis graph
3) a library of frequently used processing nodes
The framework can coupled to data analysis software like Go4 for data visualization.