Skip to content
Snippets Groups Projects
Unverified Commit c054712b authored by Wouter Deconinck's avatar Wouter Deconinck Committed by GitHub
Browse files

fix: use bin/thisepic.sh instead of setup.sh (#162)

parent eeacadc8
Branches
No related tags found
No related merge requests found
Pipeline #123079 passed
......@@ -106,7 +106,7 @@ common:setup:
- ["common:setup"]
before_script:
- source .local/bin/env.sh
- source /opt/detector/epic-main/setup.sh
- source /opt/detector/epic-main/bin/thisepic.sh
- ls -lrtha
- ln -s "${LOCAL_DATA_PATH}/sim_output" sim_output
# snakemake support
......
......@@ -16,7 +16,7 @@ for ((i=0; i<${#mom_array[@]}; i++)); do
npsim --compactFile ../epic/install/share/epic/epic_craterlake_tracking_only.xml --outputFile sim${mom_array[i]}.edm4hep.root --numberOfEvents $nevents --enableGun --gun.thetaMin 3*deg --gun.thetaMax 177*deg --gun.distribution eta --gun.particle pi- --gun.momentumMin ${mom_array[i]}*GeV --gun.momentumMax ${mom_array[i]}*GeV --gun.multiplicity 1 --random.seed 100000
done
# run the reconstruction
source ../epic/install/setup.sh
source ../epic/install/bin/thisepic.sh
source ../EICrecon/install/bin/eicrecon-this.sh
for ((i=0; i<${#mom_array[@]}; i++)); do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment