Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Code and Functionality Map: ParticleFlow

This document provides a high-level overview of the repository’s structure and the functionality of its core components. To run the python code in the right environment, use uv run python3 ....

1. Configuration & Specification

The project uses a hierarchical configuration system.

2. Workflow Orchestration

Complex data production and training pipelines are managed using Snakemake or site-specific shell scripts.

3. Data Production & Preprocessing

4. Machine Learning Core (mlpf/model/)

5. Validation, Plotting & Monitoring

6. Utilities & Miscellaneous