Analysis Module

The spine.ana module contains the analysis layer that runs after reconstruction, construction, and post-processing. It is intended for configuration-driven studies of reconstruction quality, detector performance, and physics-facing event content.

Analysis scripts and performance evaluation tools.

The analysis package runs configurable scripts on reconstruction and post-processing outputs, usually to write CSV summaries for diagnostics, calibration studies, and reconstruction-quality metrics.

AnaManager orchestrates configured analysis modules and handles batched input dictionaries in the driver workflow.

Module Index

Use this package when the goal is to turn reconstructed SPINE outputs into metrics, derived tables, plots, or physics-study inputs.

base

Base class of all analysis scripts.

manager

Manages the operation of analysis scripts.

template

Analysis module template.

factories

Construct an analysis script module class from its name.

calib

Calibration analysis scripts.

diag

Diagnostic analysis scripts.

metric

Reconstruction quality evaluation module.