From a1275cbc262590d6e65d085daadbd1a4f25da04a Mon Sep 17 00:00:00 2001
From: Zuzanna Chochulska <87480906+zchochul@users.noreply.github.com>
Date: Wed, 23 Aug 2023 11:06:57 +0200
Subject: [PATCH] Update README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index a425c2d..1934087 100644
--- a/README.md
+++ b/README.md
@@ -327,6 +327,12 @@ Version of Femtodream FemtoWorld is based on is:
1. `alice/alidist/` commit hash: **8ebd919bb75e468cb1a994f1012abfa22235ff2f**
2. `alice/O2Physics/` commit hash: **c3dcdbca87dc9535de85f9837ad777de475ceee3**
3. `alice/O2/` commit hash: **291457fce1bf6da3c0ac5cf1afe53a12624a3a6c**
+
+## Particle species
+static constexpr ID Pion = 2;
+static constexpr ID Kaon = 3;
+static constexpr ID Proton = 4;
+static constexpr ID Deuteron = 5
# Github help ;) [work in progress c:]
Here I've listed some steps but if it doesn't work in your case please follow [@saganatt's github instructions](https://github.com/zchochul/AliceO2/blob/main/gitInstructions.md) they are better ;)