Closed cschwan closed 2 years ago
Why is tau=340? this is even lower than 2*mt ...
Marco Zaro
On Tue, Dec 28, 2021 at 9:31 PM Christopher Schwan @.***> wrote:
Assigned #120 https://github.com/NNPDF/runcards/issues/120 to @marcozaro https://github.com/marcozaro.
— Reply to this email directly, view it on GitHub https://github.com/NNPDF/runcards/issues/120#event-5822578288, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHECN5GREFK35RKY6M2LMN3UTINCVANCNFSM5K4XQWUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you were assigned.Message ID: @.***>
@marcozaro because I set it manually to that value. Is that bad? Is it the minimum centre-of-mass energy automatically set to the correct value in the case of top-pair production?
Hi, in the case of massive particles, the three tau_min's are always set to the sum of masses. The fact that it is hardcoded below may introduce bugs or unwanted behaviours
cheers,
Marco
On 10 Jan 2022, at 13:32, Christopher Schwan @.***> wrote:
@marcozaro https://github.com/marcozaro because I set it manually to that value. Is that bad? Is it the minimum centre-of-mass energy automatically set to the correct value in the case of top-pair production?
— Reply to this email directly, view it on GitHub https://github.com/NNPDF/runcards/issues/120#issuecomment-1008831142, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHECN5D66GZKDDSPWA5LFRLUVLGUDANCNFSM5K4XQWUA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.
OK in that case removing it should fix the problem.
When running processes which with a custom and large tau min (the partonic centre-of-mass energy), for instance
NNPDF_TTB_14TEV_40_PHENO
, the generation is stuck at step 0 of the MC. Running one of the stuck processes manually, the standard output is:Apparently there's a numerical problem when calculating the lambda function in
genps_fks.f
, which could cause this problem.