Summarise data#
Once data has been transformed into the quantities needed for an analysis, the next step is to summarise it.
In High Energy Physics, this is most commonly done using histograms and tables. Histograms provide compact representations of large datasets, while tables are often used to summarise event counts, selections, and cutflows.
FAST-HEP builds on the boost-histogram ecosystem for histogramming and uses Matplotlib together with mplhep for visualisation.
FAST-HEP currently supports:
one-dimensional histograms
two-dimensional histograms
weighted and unweighted histogram filling
cutflow and summary-table outputs
When filling histograms, FAST-HEP automatically tracks datasets as a separate axis. This allows multiple datasets to be accumulated independently and combined later during rendering.
The rendering system uses mplhep to provide familiar High Energy Physics plotting styles while remaining fully configurable.
The following tutorials introduce the most common summarisation workflows: