Skip to content

Commit

Permalink
eic-shell CI job: Run EICrecon
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Jul 20, 2024
1 parent 26892c1 commit 0614bd2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/eicshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,24 @@ jobs:
cmake -S . -B build -DJANA_DIR=$GITHUB_WORKSPACE/jana_home/lib/cmake/JANA
cmake --build build --target install -- -j8
- name: Generate EICrecon input data
uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
setup: "/opt/detector/epic-main/bin/thisepic.sh"
run: |
echo "--- Generating EICrecon input data ---"
npsim --compactFile ${DETECTOR_PATH}/${DETECTOR}_craterlake.xml \
-G --random.seed 1 --gun.particle "e-" --gun.momentumMin "1*GeV" \
--gun.momentumMax "20*GeV" --gun.distribution "uniform" -N 20 \
--outputFile sim_e_1GeV_20GeV_craterlake.edm4hep.root -v WARNING
- name: Run EICrecon
uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
setup: "/opt/detector/epic-main/bin/thisepic.sh"
run: |
echo "--- Running EICrecon ---"
eicrecon sim_e_1GeV_20GeV_craterlake.edm4hep.root

0 comments on commit 0614bd2

Please sign in to comment.