Problem 2446

Summary: G4UPara::GetXHalfLength()
Product: Geant4 Reporter: Oleksandr Borysov <sqy>
Component: geometry/solidsAssignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P4    
Version: 10.7   
Hardware: All   
OS: All   

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.