From 2aa28f8b2de94c20206dab458ab0ecea624ecce5 Mon Sep 17 00:00:00 2001
From: steinber <steinber@gmail.com>
Date: Tue, 13 Feb 2024 13:40:38 -0500
Subject: [PATCH] add benchmarks/forward_lfhcal/config.yml

---
 benchmarks/forward_lfhcal/config.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 benchmarks/forward_lfhcal/config.yml

diff --git a/benchmarks/forward_lfhcal/config.yml b/benchmarks/forward_lfhcal/config.yml
new file mode 100644
index 00000000..da2328ca
--- /dev/null
+++ b/benchmarks/forward_lfhcal/config.yml
@@ -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)"
\ No newline at end of file
-- 
GitLab