-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-trivial problems with the root persistence for tessellated solids while converting VecGeom shapes. #14283
Labels
Comments
agheata
added a commit
to agheata/root
that referenced
this issue
Jan 10, 2024
The previous implementation required TGeoTessellated shapes to be read attached to a TGeoManager. This removes the limitation, and allows also reading geometry files containing shapes converted to VecGeom corresponding solids. Fixes #root-project#14283
2 tasks
agheata
added a commit
that referenced
this issue
Jan 11, 2024
The previous implementation required TGeoTessellated shapes to be read attached to a TGeoManager. This removes the limitation, and allows also reading geometry files containing shapes converted to VecGeom corresponding solids. Fixes ##14283
A fix is available in the master branch, @Om4143 can you please confirm that this works for you? |
maksgraczyk
pushed a commit
to maksgraczyk/root
that referenced
this issue
Jan 12, 2024
…14327) The previous implementation required TGeoTessellated shapes to be read attached to a TGeoManager. This removes the limitation, and allows also reading geometry files containing shapes converted to VecGeom corresponding solids. Fixes #root-project#14283
As I have checked the root file using new development. and converter is working for root file and not seen any persistent problem so far. So In my case, its looks working fine. Thanks a lot 🙏 |
vgvassilev
pushed a commit
to vgvassilev/root
that referenced
this issue
Feb 8, 2024
…14327) The previous implementation required TGeoTessellated shapes to be read attached to a TGeoManager. This removes the limitation, and allows also reading geometry files containing shapes converted to VecGeom corresponding solids. Fixes #root-project#14283
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check duplicate issues.
Description
Hi,
I am using VecGeom converter. If I use this converter in same macro that converts gdml to root, works fine but When I export it into root file and convert it again while importing root file, It crashes. This issue is already discussed with @agheata in https://root-forum.cern.ch/t/tessellated-volume-behave-like-box-after-transporting-with-geant-3-and-4-after-converting-cad-to-root-geometry/57083
Attached File:
Macro and required GDML file
Input GDML File:
https://drive.google.com/file/d/1FbQ6rK0fIDXamiAeHWVUxc4M7YcpjA0R/view?usp=sharing
Reproducer
mater branch of ROOT is configured with VecGeom.
run with root -l ConvertGDMLtoRootMacro.C
ROOT version
ROOT 6.31/01
Installation method
build from source
Operating system
Ubuntu 22.04.3 LTS
Additional context
No response
The text was updated successfully, but these errors were encountered: