Skip to content

Commit

Permalink
now try to run edep-sim with geant4 data
Browse files Browse the repository at this point in the history
  • Loading branch information
mt82 authored Jul 16, 2024
1 parent cf38fa6 commit a3cd235
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test-sandreco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ jobs:
#############################################################################################################################
# Run edepsim
#############################################################################################################################
# - name: Run edepsim
# run: |
# export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:~/geant4/lib64:~/root/lib:~/edepsim/lib
# export PATH=${PATH}:~/edepsim/bin
# source ~/geant4/bin/geant4.sh
# edep-sim -C -g ~/dunendggd/SAND_opt3_STT1.gdml -o SAND_opt3_STT1.edep.root macro.mac
- name: Run edepsim
run: |
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:~/geant4/lib64:~/root/lib:~/edepsim/lib
export PATH=${PATH}:~/edepsim/bin
source ~/geant4/bin/geant4.sh
edep-sim -C -g ~/dunendggd/SAND_opt3_STT1.gdml -o SAND_opt3_STT1.edep.root macro.mac

0 comments on commit a3cd235

Please sign in to comment.