From a8f040119102be0e72497c38272d6f4031d86fd1 Mon Sep 17 00:00:00 2001
From: Chao Peng <cpeng@anl.gov>
Date: Sun, 26 Jul 2020 22:42:18 -0500
Subject: [PATCH] fix the output and input paths

---
 pid/rich_benchmark.sh | 2 +-
 pid/rich_simu.sh      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pid/rich_benchmark.sh b/pid/rich_benchmark.sh
index 334e828..a2e8be6 100755
--- a/pid/rich_benchmark.sh
+++ b/pid/rich_benchmark.sh
@@ -2,5 +2,5 @@
 
 source /usr/local/bin/thisdd4hep.sh
 
-python benchmark_rich.py --compact=GenericRICH_example.xml --input=./results/pid_out.root
+python benchmark_rich.py --compact=GenericRICH_example.xml --input=./sim_output/rich_sim.root --output=./results/rich_benchmarks.root
 
diff --git a/pid/rich_simu.sh b/pid/rich_simu.sh
index cdbfa66..ae72cdd 100755
--- a/pid/rich_simu.sh
+++ b/pid/rich_simu.sh
@@ -2,5 +2,5 @@
 
 source /usr/local/bin/thisdd4hep.sh
 
-python simulation_rich.py --compact=GenericRICH_example.xml --input=./data/rich_pid.hepmc --output=./results/pid_out.root -n 1000
+python simulation_rich.py --compact=GenericRICH_example.xml --input=./data/rich_pid.hepmc --output=./sim_output/rich_sim.root -n 1000
 
-- 
GitLab