Warning, /tutorial-jana2/learners/reference.md is written in an unsupported language. File is not indexed.
0001 ---
0002 title: Reference
0003 ---
0004
0005 ## Glossary
0006
0007 EICrecon
0008 : The ePIC reconstruction software, built on the JANA2 framework.
0009
0010 JANA2
0011 : The multithreaded event-processing framework used by EICrecon.
0012
0013 JEventSource
0014 : A JANA2 component that reads data model objects from an input file.
0015
0016 JEventProcessor
0017 : A JANA2 component that aggregates results from each event into a structured output such as a
0018 histogram or a file.
0019
0020 JFactory
0021 : A JANA2 component that computes new data model objects from existing ones, on demand and in
0022 parallel.
0023
0024 plugin
0025 : A compiled, loadable unit that bundles JANA2 components (processors, factories) to be run by
0026 `eicrecon`.
0027
0028 podio
0029 : The event data model toolkit used to read and write EIC data files.