Artus Overview - KIT-CMS/Artus GitHub Wiki

An overview of the Artus framework is given in the publication arXiv:1511.00852 [hep-ex].


figures/artus_structure.png

Structure of an Artus analysis. The input is read by an event provider. Within the pipelines the event content is analyzed by the processors. Consumers in local pipelines write results to a common output. All parts of the analysis are configurable.


Organization of processors in a pipeline. Producers and filters are run before the consumers. All processors can access the pipeline settings, the event content and the product. Only producers have write access to the product. Consumers can write results to the output file.