Skip to content

Commit

Permalink
add benchmarks/forward_lfhcal/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steinber committed Feb 13, 2024
1 parent 9d9bbb9 commit 2aa28f8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions benchmarks/forward_lfhcal/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sim:forward_lfhcal_pion:
extends: .det_benchmark
stage: simulate
script:
- echo "I will be simulating some forward pion events here!"
- echo "0.135 MeV" >> $LOCAL_DATA_PATH/pion_mass

sim:forward_lfhcal_proton:
extends: .det_benchmark
stage: simulate
script:
- echo "I will be simulating some forward proton events here!"

bench:forward_lfhcal_energy_res:
extends: .det_benchmark
stage: benchmarks
needs:
- ["sim:forward_lfhcal_pion", "sim:forward_lfhcal_proton"]
script:
- echo "Working through the tutorial, and I will be nalyzing events here!"
- echo "Our intelligence reports that the pion mass is $(cat $LOCAL_DATA_PATH/pion_mass)"

0 comments on commit 2aa28f8

Please sign in to comment.