Problem 2446 - G4UPara::GetXHalfLength()
Summary: G4UPara::GetXHalfLength()
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: geometry/solids (show other problems)
Version: 10.7
Hardware: All All
: P4 minor
Assignee: Gabriele Cosmo
URL:
Depends on:
Blocks:
 
Reported: 2021-11-24 09:48 CET by Oleksandr Borysov
Modified: 2021-11-24 11:19 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Oleksandr Borysov 2021-11-24 09:48:34 CET
A possible way to demonstrate the problem is to export G4Para to gdml file when internally G4UPara is used (probably when compiled with VecGeom), e.g. /cvmfs/sft.cern.ch/lcg/views/LCG_101.
The X size of the G4Para exported to gdml via G4UPara equals to its Z size:

G4double G4UPara::GetXHalfLength() const
{
return GetZ();
}
Comment 1 Gabriele Cosmo 2021-11-24 11:19:25 CET
Thanks for the report.
The fix is now submitted to the development master and will be included in next release.