Problem 742 - unimplemented method in G4TrackingManager
Summary: unimplemented method in G4TrackingManager
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: tracking (show other problems)
Version: 7.0
Hardware: All All
: P2 normal
Assignee: Takashi.Sasaki
URL:
Depends on:
Blocks:
 
Reported: 2005-04-15 10:29 CEST by Witold.Pokorski
Modified: 2005-04-22 05:11 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 Witold.Pokorski 2005-04-15 10:29:56 CEST
The definition of G4TrackingManager class contains SetNavigator method which is not implemented
anywhere. The library has, therefore, an undefined symbol.
Comment 1 Takashi.Sasaki 2005-04-22 02:15:59 CEST
The SetNavigator method is in inlined and include/G4TrackingManager.hh. I check
the libaray made on RedHat Enterprise 3, but I could not see that SetNavigator
is undefined.
Comment 2 Witold.Pokorski 2005-04-22 04:50:59 CEST
Sorry, but I just cannot see where the inline method is...  are you really sure it's there....?
I looked into G4TrackingManager.hh and could not find the implementation.... there are several other
inline methods but not this one...
Witek
Comment 3 Takashi.Sasaki 2005-04-22 05:09:59 CEST
Oops! I misunderstood that you were saying about G4SteppingManager. You are
right! The fix has been commited in the CVS repositry. Thanks for your contribution.