From 313b531dba77ea2613d53c4747dafca4365a48b1 Mon Sep 17 00:00:00 2001 From: Mateusz Wronka <92746092+Bogdan2423@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:25:27 +0100 Subject: [PATCH] remove photons and heavy ions for shieldhit (#1433) * remove photons and heavy ions for shieldhit * remove pi0 for shieldhit * Revert "remove photons and heavy ions for shieldhit" This reverts commit e5c0fb77b53d9a6ca935543eba3e0d8d9e3624bf. * remove photons and heavy ions for shieldhit * add heavy ions back * Revert "add heavy ions back" This reverts commit c7ff71652d0eec31c453ebf65eb731bc4f00bb07. * add heavy ions back --- src/types/Particle.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/types/Particle.ts b/src/types/Particle.ts index f9982b861..51ba2d707 100644 --- a/src/types/Particle.ts +++ b/src/types/Particle.ts @@ -21,10 +21,6 @@ export const PARTICLE_TYPES = [ id: 4, name: 'Pion π+' }, - { - id: 5, - name: 'Pion π0' - }, { id: 6, name: 'Anti-neutron' @@ -49,10 +45,6 @@ export const PARTICLE_TYPES = [ id: 11, name: 'Kaon κ~' }, - { - id: 12, - name: 'Gamma radiation' - }, { id: 15, name: 'Muon µ-'