Hello, I am trying to create a CAD file out of the Atlas geometry file which I got from http://root.cern.ch/files/atlas.root
Here is how it goes:
root [0] TFile::Open(“atlas.root”)
(TFile *) 0x5574693928e0
root [1] gGeoManager = atlas
Info in TGeoManager::CloseGeometry: Geometry loaded from file…
Info in TGeoManager::SetTopVolume: Top volume is ATLS. Master volume is ATLS
Info in TGeoNavigator::BuildCache: — Maximum geometry depth set to 100
Info in TGeoManager::CloseGeometry: Voxelization retrieved from file
Info in TGeoManager::CountLevels: max level = 12, max placements = 307
Info in TGeoManager::CloseGeometry: 29046966 nodes/ 7143 volume UID’s in atlas.C
Info in TGeoManager::CloseGeometry: ----------------modeler ready----------------
(TGeoManager *) 0x557469740cf0
root [2] auto step = new TGeoToStep(gGeoManager)
(TGeoToStep *) 0x55746e19a0f0
root [3] step->CreateGeometry()
/////HANGS HERE ABOUT 1 MIN. CPU LOAD. SEEMS LIKE IT IS DOING ITS JOB////////
Error in TRint::HandleTermInput(): Exception caught!
root [4]
I am running root 6-12-04 on linux, gcc version 7.2.0
Any ideas?? Thanks in advance
