HitPF is a GATr-based particle-flow reconstruction model for the CLD detector at the FCC-ee. It performs two sequential tasks:
- Clustering — groups calorimeter hits and tracks into particle-flow objects using an object-condensation loss.
- Property regression — regresses a correction factor for each reconstructed cluster using a GNN-based model and a PID class
The code can be used with this container:
docker://dologarcia/gatr:v9
Input data is stored as .parquet files, each file stores 100 events. A sample of the dataset in ML-ready format can be found at 1. The full dataset is hosted on CERN's EOS space.
bash scripts/train_clustering.shbash scripts/train_energy_pid.shbash scripts/evaluation.shIf you use this code, please cite:
@software{hitpf2026,
title = {End-to-end event reconstruction for precision physics at future colliders code},
year = {2026},
url = {https://github.com/mgarciam/HitPF}
}