-
Notifications
You must be signed in to change notification settings - Fork 18
Tutorial IV: Analysis Modules
Thomas Mueller edited this page Aug 19, 2019
·
20 revisions
This tutorial is based on the ROOT files generated in the first step.
The input module InputInteractive
can create ROOT histogram, graph and function objects on the fly without any need for complicated input files. These objects are ideal for quickly checking the implementation and usage of analysis modules. The module is steered with a minimal set of parameters
-
-x/y/z
or--x/y/z-expressions
--x/y/z-bins
--x/y/z-errors
--x/y-errors-up
-
-w
or--weights
--scale-factors
and their values define the mode of the module for a given input.
All available analysis modules are shown with
harry.py --list-available-modules
harry.py --li # the python argument parser completes long arguments in case the mapping is unique
- 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