Hi, I am modelling a detector using the G4GenericPolycone (no, the normal polycone won’t work). I’d like to parse the values of it using ROOT’s gdml parser, but the genericPolycone is not supported by the parser. When I try, I get:
root [0] TGeoManager::Import(“test.gdml”)
Info in TGeoManager::Import: Reading geometry from file: test.gdml
Info in TGeoManager::TGeoManager: Geometry GDMLImport, Geometry imported from GDML created
Error: Unsupported GDML Tag Used :genericPolycone. Please Check Geometry/Schema.
Error: Unsupported GDML Tag Used :rzpoint. Please Check Geometry/Schema.
Error: Unsupported GDML Tag Used :rzpoint. Please Check Geometry/Schema.
Error: Unsupported GDML Tag Used :rzpoint. Please Check Geometry/Schema.
Error: Unsupported GDML Tag Used :rzpoint. Please Check Geometry/Schema.
Error: Unsupported GDML Tag Used :rzpoint. Please Check Geometry/Schema.
Error: Unsupported GDML Tag Used :rzpoint. Please Check Geometry/Schema.
Followed by a seg fault.
Is there any hope for genericPolycones being added in the future? I am purely interested in using this to parse the values from the file; I don’t immediately plan on using any of the other features of the geometry library such as visualization. Is there a way to read in and access the values without having it segfault?
Thanks, Ian
Please read tips for efficient and successful posting and posting code
_ROOT Version: 6.22.02/6.18.00
_Platform: centOS7/ubuntu 18.04
_Compiler: cling