Skip to content

Commit

Permalink
PWGEM: Change generator fractions for more cc->ee events (#1772)
Browse files Browse the repository at this point in the history
Co-authored-by: Horst Sebastian Scheid <[email protected]>
  • Loading branch information
hscheid and Horst Sebastian Scheid authored Oct 21, 2024
1 parent c436226 commit 78638b4
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 78638b4

Please sign in to comment.