Skip to content

Commit

Permalink
bugfix: right variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mt82 authored Jul 16, 2024
1 parent 9aed629 commit f278cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-sandreco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
run: |
source ~/gegede/ggdvenv/bin/activate
cd ~/dunendggd
./build_hall.sh ${{env.clhep-version}}
./build_hall.sh ${{env.sand-geometry}}
# ./build_hall.sh sand_opt1_STT1
# ./build_hall.sh sand_opt2_STT1
# ./build_hall.sh sand_opt3_STT1
Expand All @@ -269,7 +269,7 @@ jobs:
source ~/geant4/bin/geant4.sh
mkdir ~/edepsim-events
cd ~/edepsim-events
GEO=$(echo ${{env.clhep-version}} | sed "s:sand:SAND:g")
GEO=$(echo ${{env.sand-geometry}} | sed "s:sand:SAND:g")
cp ~/dunendggd/${GEO}.gdml .
# cp ~/dunendggd/SAND_opt1_STT1.gdml .
# cp ~/dunendggd/SAND_opt2_STT1.gdml .
Expand All @@ -287,7 +287,7 @@ jobs:
cd ~/sandreco/source/tests/
mkdir ~/sandreco-reco
cd ~/sandreco-reco
GEO=$(echo ${{env.clhep-version}} | sed "s:sand:SAND:g")
GEO=$(echo ${{env.sand-geometry}} | sed "s:sand:SAND:g")
Digitize ~/edepsim-events/${GEO}.edep.root ${GEO}.digit.root
Reconstruct ~/edepsim-events/${GEO}.edep.root ${GEO}.digit.root ${GEO}.reco.root
Expand Down

0 comments on commit f278cb7

Please sign in to comment.