Problem 6 - Non-consecutive ids in g3tog4.
Summary: Non-consecutive ids in g3tog4.
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: g3tog4 (show other problems)
Version: 0.1
Hardware: PC Linux
: P2 normal
Assignee: lockman
URL:
Depends on:
Blocks:
 
Reported: 1999-08-06 09:07 CEST by Yoshiyuki.Miyachi
Modified: 2002-04-17 04:38 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.