Problem 6

Summary: Non-consecutive ids in g3tog4.
Product: Geant4 Reporter: Yoshiyuki.Miyachi
Component: g3tog4Assignee: lockman
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 0.1   
Hardware: PC   
OS: Linux   

Description Yoshiyuki.Miyachi 1999-08-06 09:07:27 CEST
I compiled g3tog4 with STL and try to convert our G3 RZ file to G4 geometry
using g4geom.cc. When the program was started, it was aborted at that the jump
of the id number (1st argument of these function).
ex.)
G4gstmed( imate=1,...);
G4gstmed( imate=2,...);
G4gstmed( imate=4,...); <-- aborted. (same for G4gsrotm)

For G4gsrotm, that id has to start with 0. In our RZ file it started with "1",
and that killed the program. When I add dummy with "0", it seems solbed problem
tempolary.

Is that the problem of our geometry or of g3tog4?
Comment 1 John.Allison 1999-08-06 10:16:59 CEST
Proposed fix in tag g3tog4-V00-01-00.