Skip to content

Commit

Permalink
Adjust skripts that use renamed ini files
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eisenhut committed May 14, 2024
1 parent c32d13b commit 475e103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MC/run/PWGEM/runHFGapToDielectrons_pp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ echo $RNDSIG

if [[ $RNDSIG -ge 0 && $RNDSIG -lt 20 ]];
then
CONFIGNAME="GeneratorHFGapTriggered_Charm.ini"
CONFIGNAME="GeneratorHFGapTriggered_Charm_Gap3.ini"
elif [[ $RNDSIG -ge 20 && $RNDSIG -lt 40 ]];
then
CONFIGNAME="GeneratorHFGapTriggered_BeautyForcedDecay.ini"
CONFIGNAME="GeneratorHFGapTriggered_BeautyForcedDecay_Gap3.ini"
elif [[ $RNDSIG -ge 40 && $RNDSIG -lt 100 ]];
then
CONFIGNAME="GeneratorHFGapTriggered_BeautyNoForcedDecay.ini"
CONFIGNAME="GeneratorHFGapTriggered_BeautyNoForcedDecay_Gap3.ini"
fi


Expand Down

0 comments on commit 475e103

Please sign in to comment.