dmriser / pba

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Processor Based Analysis (PBA)

PBA is a framework for analyzing generic numerical data in c++. This software package is similar to other packages such as ARTUS, and CLARA, except that this one is not very good. Using PBA one can define a data type, and pass it through a series of nodes. Together nodes define a workflow, these are designed by writing a configuration file in json. The three basic types of nodes are:

  • Producers
  • Processors
  • Aggregators

About


Languages

Language:C++ 98.3%Language:Python 1.3%Language:Shell 0.3%Language:C 0.2%