From 569f143481cb05da59577399dbcdc9f9fd465b51 Mon Sep 17 00:00:00 2001 From: Chao Peng <cpeng@anl.gov> Date: Sun, 26 Jul 2020 22:48:17 -0500 Subject: [PATCH] fix some typos --- .gitlab-ci.yml | 2 +- pid/rich_benchmark.sh | 4 ++-- pid/rich_simu.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c1238a..46421ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,7 +133,7 @@ zdc_benchmark: - root -b -q calorimeters/simple_checking.cxx+ allow_failure: true -rich_simulation: +rich_benchmark: stage: benchmarks tags: - sodium diff --git a/pid/rich_benchmark.sh b/pid/rich_benchmark.sh index a2e8be6..9ae3f9b 100755 --- a/pid/rich_benchmark.sh +++ b/pid/rich_benchmark.sh @@ -1,6 +1,6 @@ #!/bin/bash -source /usr/local/bin/thisdd4hep.sh +# source /usr/local/bin/thisdd4hep.sh -python benchmark_rich.py --compact=GenericRICH_example.xml --input=./sim_output/rich_sim.root --output=./results/rich_benchmarks.root +# python rich_benchmark.py --compact=./pid/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 ae72cdd..3a8ed4b 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=./sim_output/rich_sim.root -n 1000 +python ./pid/rich_simu.py --compact=./pid/GenericRICH_example.xml --input=./data/rich_pid.hepmc --output=./sim_output/rich_sim.root -n 1000 -- GitLab