Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 6a2552b

Browse files
committed
Add K-
1 parent c38af09 commit 6a2552b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

python/photonuclear_models.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@ def kaon(min_products = 1, hard_particle_threshold=200.):
117117
model = BertiniAtLeastNProductsModel(f"{min_products}_kaon_model")
118118
model.hard_particle_threshold=hard_particle_threshold
119119
model.pdg_ids = [
120-
130, # K_L^0
121-
310, # K_S^0
122-
311, # K^0
123-
321 # K^+
120+
130, # K_L^0
121+
310, # K_S^0
122+
311, # K^0
123+
321, # K^+
124+
-321, # K^-
124125
]
125126
model.min_products = min_products
126127
return model

0 commit comments

Comments
 (0)