Skip to content

Commit

Permalink
PWGEM: Change generator fractions for more cc->ee events
Browse files Browse the repository at this point in the history
  • Loading branch information
Horst Sebastian Scheid committed Oct 21, 2024
1 parent c436226 commit 502c1ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MC/run/PWGEM/runAnchoredHFGapToDielectrons_pp_Gap5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ export NWORKERS=2
RNDSIG=$(($RANDOM % 100))


if [[ $RNDSIG -ge 0 && $RNDSIG -lt 20 ]];
if [[ $RNDSIG -ge 0 && $RNDSIG -lt 30 ]];
then
CONFIGNAME="GeneratorHFGapTriggered_Charm_Gap5.ini"
elif [[ $RNDSIG -ge 20 && $RNDSIG -lt 40 ]];
elif [[ $RNDSIG -ge 30 && $RNDSIG -lt 50 ]];
then
CONFIGNAME="GeneratorHFGapTriggered_BeautyForcedDecay_Gap5.ini"
elif [[ $RNDSIG -ge 40 && $RNDSIG -lt 100 ]];
elif [[ $RNDSIG -ge 50 && $RNDSIG -lt 100 ]];
then
CONFIGNAME="GeneratorHFGapTriggered_BeautyNoForcedDecay_Gap5.ini"
fi
Expand Down

0 comments on commit 502c1ae

Please sign in to comment.