From fb8ec8461b8df26470a271a74c340e5da27c821a Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Date: Sat, 20 Jul 2024 16:27:13 -0400
Subject: [PATCH] benchmarks/tracking_performances/README.md

---
 .../tracking_performances/{readme.txt => README.md}       | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
 rename benchmarks/tracking_performances/{readme.txt => README.md} (58%)

diff --git a/benchmarks/tracking_performances/readme.txt b/benchmarks/tracking_performances/README.md
similarity index 58%
rename from benchmarks/tracking_performances/readme.txt
rename to benchmarks/tracking_performances/README.md
index 4d9badac..a5610e63 100644
--- a/benchmarks/tracking_performances/readme.txt
+++ b/benchmarks/tracking_performances/README.md
@@ -1,6 +1,10 @@
 Shyam Kumar; INFN Bari, Italy; shyam055119@gmail.com
 Method to produce the tracking performances with ePIC tracker
 The scripts can be used to create the debug plots for the momentum resolutions.
-In the first step enter inside eic-shell and create a directory (your preferred name) there and put all the script inside that.
-Simply run the command source Script_widebin.sh
+
+To run a full simulation-reconstruction-analysis chain do:
+```
+snakemake --cores 1 tracking_performance
+```
+
 It will produce the results with truth/realistic seeding.
-- 
GitLab