-
Notifications
You must be signed in to change notification settings - Fork 18
Artus Overview
Thomas Mueller edited this page Jul 16, 2016
·
11 revisions
An overview of the Artus framework is given in the publication arXiv:1511.00852 [hep-ex].
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.
- Artus Example
- Creating a Specialised Artus Analysis
- Adding New Artus Processors
- Adding New Quantities to the Output NTuple
- Tutorial I: Introduction
- Tutorial II: Parameter Expansions
- Tutorial III: Reading ROOT Input
- Tutorial IV: Analysis Modules
- Tutorial V: Plotting with ROOT and MPL
- Tutorial VI: Advanced Plotting
- Tutorial VII: HarryPlotter in Scripts