--- license: cc-by-4.0 task_categories: - other tags: - physics - high-energy-physics - particle-physics - collider-physics - tracking - calorimetry - machine-learning - simulation - particle-tracking - jet-tagging pretty_name: ColliderML Dataset Release 1 size_categories: - 100K | Unique particle ID within event | | `pdg_id` | list\ | PDG particle code (11=electron, 13=muon, 211=pion, etc.) | | `mass` | list\ | Particle rest mass (GeV/c²) | | `energy` | list\ | Particle total energy (GeV) | | `charge` | list\ | Electric charge (units of e) | | `px`, `py`, `pz` | list\ | Momentum components (GeV/c) | | `vx`, `vy`, `vz` | list\ | Vertex position (mm) | | `time` | list\ | Production time (ns) | | `perigee_d0` | list\ | Perigee transverse impact parameter (mm) | | `perigee_z0` | list\ | Perigee longitudinal impact parameter (mm) | | `num_tracker_hits` | list\ | Number of hits in tracker | | `num_calo_hits` | list\ | Number of hits in calorimeter | | `primary` | list\ | Whether particle is primary | | `vertex_primary` | list\ | Primary vertex index (1=hard scatter) | | `parent_id` | list\ | ID of parent particle (-1 if none) | #### 2. `tracker_hits` (Detector-level) Digitized spatial measurements from the tracking detector (silicon sensors). | Field | Type | Description | |-------|------|-------------| | `event_id` | uint32 | Unique event identifier | | `x`, `y`, `z` | list\ | Measured hit position (mm) | | `true_x`, `true_y`, `true_z` | list\ | True hit position before digitization (mm) | | `time` | list\ | Hit time (ns) | | `particle_id` | list\ | Truth particle that created this hit | | `volume_id` | list\ | Detector volume identifier | | `layer_id` | list\ | Detector layer number | | `surface_id` | list\ | Sensor surface identifier | | `detector` | list\ | Detector subsystem code | #### 3. `calo_hits` (Calorimeter-level) Energy deposits in the calorimeter system (electromagnetic + hadronic). | Field | Type | Description | |-------|------|-------------| | `event_id` | uint32 | Unique event identifier | | `detector` | list\ | Calorimeter subsystem code | | `total_energy` | list\ | Total energy deposited in cell (GeV) | | `x`, `y`, `z` | list\ | Cell center position (mm) | | `contrib_particle_ids` | list\\> | IDs of particles contributing to this cell | | `contrib_energies` | list\\> | Energy contribution from each particle (GeV) | | `contrib_times` | list\\> | Time of each contribution (ns) | #### 4. `tracks` (Reconstruction-level) Reconstructed particle tracks from ACTS pattern recognition and track fitting. | Field | Type | Description | |-------|------|-------------| | `event_id` | uint32 | Unique event identifier | | `track_id` | list\ | Unique track identifier within event | | `majority_particle_id` | list\ | Truth particle with most hits on this track | | `d0` | list\ | Transverse impact parameter (mm) | | `z0` | list\ | Longitudinal impact parameter (mm) | | `phi` | list\ | Azimuthal angle (radians) | | `theta` | list\ | Polar angle (radians) | | `qop` | list\ | Charge divided by momentum (e/GeV) | | `hit_ids` | list\\> | List of tracker hit IDs on this track | **Derived quantities for tracks:** - Transverse momentum: `pt = abs(1/qop) * sin(theta)` - Pseudorapidity: `eta = -ln(tan(theta/2))` - Total momentum: `p = abs(1/qop)` ## Dataset Creation ### Simulation Chain 1. **Event Generation**: MadGraph5 + Pythia8 for hard scatter and parton shower 2. **Detector Simulation**: Geant4 via DD4hep with the Open Data Detector geometry 3. **Digitization**: Realistic detector response simulation 4. **Reconstruction**: ACTS track finding and fitting algorithms 5. **Format Conversion**: EDM4HEP → Parquet using the ColliderML pipeline ### Software Stack - **ACTS**: A Common Tracking Software - https://acts.readthedocs.io/ - **Open Data Detector**: https://github.com/acts-project/odd - **Key4hep**: https://key4hep.github.io/ - **EDM4HEP**: https://edm4hep.web.cern.ch/ ## Citation If you use this dataset in your research, please cite: ```bibtex @dataset{colliderml_release1_2025, title={{ColliderML Dataset Release 1}}, author={{ColliderML Collaboration}}, year={2025}, publisher={Hugging Face}, howpublished={\url{https://huggingface.co/datasets/OpenDataDetector/ColliderML-Release-1}}, note={Simulation performed using ACTS and the Open Data Detector} } ``` ## Support For questions, issues, or feature requests: - **Email**: daniel.thomas.murnane@cern.ch - **GitHub**: https://github.com/OpenDataDetector/ColliderML ## Acknowledgments This work was supported by: - NERSC computing resources (National Energy Research Scientific Computing Center) - U.S. Department of Energy, Office of Science - Danish Data Science Academy (DDSA) --- **Release Version**: 1.0 **Last Updated**: November 2025