Skip to content

Commit

Permalink
remove photons and heavy ions for shieldhit (#1433)
Browse files Browse the repository at this point in the history
* remove photons and heavy ions for shieldhit

* remove pi0 for shieldhit

* Revert "remove photons and heavy ions for shieldhit"

This reverts commit e5c0fb7.

* remove photons and heavy ions for shieldhit

* add heavy ions back

* Revert "add heavy ions back"

This reverts commit c7ff716.

* add heavy ions back
  • Loading branch information
Bogdan2423 authored Dec 21, 2023
1 parent 24ac533 commit 313b531
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/types/Particle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ export const PARTICLE_TYPES = [
id: 4,
name: 'Pion π+'
},
{
id: 5,
name: 'Pion π0'
},
{
id: 6,
name: 'Anti-neutron'
Expand All @@ -49,10 +45,6 @@ export const PARTICLE_TYPES = [
id: 11,
name: 'Kaon κ~'
},
{
id: 12,
name: 'Gamma radiation'
},
{
id: 15,
name: 'Muon µ-'
Expand Down

0 comments on commit 313b531

Please sign in to comment.