Skip to content

Commit

Permalink
[launch] in lauX.sh go back to 10000 unweighted events...
Browse files Browse the repository at this point in the history
What costs time is the refine step... how do I change accuracy? (Is it req_acc in thr runcard?)

For the tests, alternatively, consider something like this? NLO only?
./bin/generate_events --only-generation --nocompile
  • Loading branch information
valassi committed Jun 16, 2023
1 parent be4a4f4 commit 7021bc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions epochX/cudacpp/tlau/lauX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ function getnevt()
elif [ "${proc}" == "gg_ttg" ]; then
nevt=10000
elif [ "${proc}" == "gg_ttgg" ]; then
nevt=1000
nevt=10000
elif [ "${proc}" == "gg_ttggg" ]; then
nevt=500
nevt=10000
else
echo "WARNING! Unknown process ${proc}" > /dev/stderr
nevt=500
###echo "WARNING! Unknown process ${proc}" > /dev/stderr
nevt=10000
fi
echo $nevt
}
Expand Down

0 comments on commit 7021bc6

Please sign in to comment.