Problem 1571 - Wrong properties of heavy antibaryons
Summary: Wrong properties of heavy antibaryons
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: particles (show other problems)
Version: 9.6
Hardware: All All
: P5 major
Assignee: kurasige
URL:
Depends on:
Blocks:
 
Reported: 2014-02-14 16:19 CET by Alberto.Ribon
Modified: 2014-02-22 10:23 CET (History)
3 users (show)

See Also:


Attachments
The patch to fix the problem in Geant4 9.6 (2.47 KB, application/octet-stream)
2014-02-14 16:19 CET, Alberto.Ribon
Details

Note You need to log in before you can comment on or make changes to this problem.
Description Alberto.Ribon 2014-02-14 16:19:09 CET
Created attachment 256 [details]
The patch to fix the problem in Geant4 9.6

Federico Carminati has found three heavy antibaryons which have wrong properties:

- anti_lambda_b : it has incorrectly assigned "+1" baryon number instead of "-1"; moreover, it decays incorrectly to "lambda_b" instead of "anti_lambda_b".

- anti_lambda_c : it has incorrectly assigned "+1" baryon number instead of "-1"; moreover, it decays incorrectly to "lambda_c" instead of "anti_lambda_c".

- anti_sigma_b0 : it decays incorrectly to "lambda_b" instead of "anti_lambda_b".

These three problems are fixed by the patch provided in attachment.
To apply it, copy it at the top level of Geant4 (where source/ appears as a subdirectory), and then do:
     patch -p1 < G4corr9.patch

Note: it should be applied to the following versions of Geant4:
      -  G4 9.6 (so that it will be included in the next patch, 9.6.p03);
      -  G4 10.0 (so that it will be included in the next patch, 10.0.p01);
      -  development version (so that it will be included in the next reference tag, 10.0.ref02).
Comment 1 kurasige 2014-02-22 10:23:53 CET
Thank you for reporting bugs.

particles-V10-00-02 is the bug fixed tag including updating particle properties.
(Please wait tags for 9.6 patches)