Skip to content

Commit

Permalink
add benchmarks/ecal_backwards
Browse files Browse the repository at this point in the history
  • Loading branch information
hszumila committed Jan 9, 2024
1 parent 279da89 commit ec9e35b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ include:
- local: 'benchmarks/timing/config.yml'
- local: 'benchmarks/b0_tracker/config.yml'
- local: 'benchmarks/others/config.yml'
- local: 'benchmarks/backwards_ecal/config.yml'

deploy_results:
stage: deploy
Expand Down
21 changes: 21 additions & 0 deletions benchmarks/backwards_ecal/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sim:ecal_backwards_electron:
extends: .det_benchmark
stage: simulate
script:
- echo "I will be simulating some electron events here!"
- echo "0.511 MeV" >> $LOCAL_DATA_PATH/electron_mass

sim:ecal_backwards_photon:
extends: .det_benchmark
stage: simulate
script:
- echo "I will be simulating some photon events here!"

bench:ecal_backwards_resolution:
extends: .det_benchmark
stage: benchmarks
needs:
- ["sim:ecal_backwards_electron", "sim:ecal_backwards_photon"]
script:
- echo "I will be analyzing events here!"
- echo "Our intelligence reports that the electron mass is $(cat $LOCAL_DATA_PATH/electron_mass)"

0 comments on commit ec9e35b

Please sign in to comment.