| Summary: | ProcessSubType wiped out with emstandard_opt1 | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Doris Kim <dorisykim> |
| Component: | physics_lists | Assignee: | Vladimir.Ivantchenko |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | Vladimir.Ivantchenko |
| Priority: | P4 | ||
| Version: | 10.6 | ||
| Hardware: | All | ||
| OS: | All | ||
Hi Gunter, please, assign it to me. Vladimir Hello, the problem is known, the fix is available with Geant4 10.7. I do not know about plans for extra patch of 10.6. VI Hello,
Thanks for the quick reply. Would it be possible to get a patch for this bug? However, currently we use version 10.6 patch 1 for our library.
Regards,
Doris
Or here is another idea. Would it be possible to know what caused the problem? Then I may try to fix the lines for our library of v10.6. I checked the v10.7 release notes: It was listed that StepFunction() was fixed and the common parts of the StandardEM codes were replaced by G4EmBuilder(). Hello, General gamma process is used only in the EMV configuration. In Geant4 10.6 there was this known problem, which will be fixed in the 1st patch to 10.7 and will need a private patch for 10.6. I will send the updated code privately. Vladimir |
When "emstadard_opt1" aka "FTFP_BERT_EMV" gets invoked as the physics list, the ProcessSubType for the electromagnetic secondary tracks only show "fGammaGeneralProcess" instead of the correct physics process types such as "fGammaConversion". > G4Track->GetCreatorProcess()->GetProcessSubType() This problem happens only with FTFP_BERT_EMV. FTFP_BERT and other FTFP_BERT_EMx variants do not show this problem.