Skip to content
Snippets Groups Projects
Commit 569f1434 authored by Chao Peng's avatar Chao Peng
Browse files

fix some typos

parent a8f04011
Branches
No related tags found
No related merge requests found
Pipeline #3463 passed with warnings
...@@ -133,7 +133,7 @@ zdc_benchmark: ...@@ -133,7 +133,7 @@ zdc_benchmark:
- root -b -q calorimeters/simple_checking.cxx+ - root -b -q calorimeters/simple_checking.cxx+
allow_failure: true allow_failure: true
rich_simulation: rich_benchmark:
stage: benchmarks stage: benchmarks
tags: tags:
- sodium - sodium
......
#!/bin/bash #!/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
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
source /usr/local/bin/thisdd4hep.sh 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment