Problem 187

Summary: TouchableHistory
Product: Examples/Basic and Novice Reporter: Michel.Maire
Component: N02Assignee: Makoto.Asai
Status: RESOLVED INVALID    
Severity: normal    
Priority: P2    
Version: 2.0   
Hardware: All   
OS: OSF/1   

Description Michel.Maire 2001-01-10 08:36:50 CET
examples/novice/N02
In N02TrackerSD::ProcessHits function, the TouchableHistory*
is given in argument of the function.
If one try to use GetReplicaNumber() from this pointer the
program crashes.
Comment 1 John Apostolakis 2001-02-02 11:56:59 CET
The touchable history argument of ProcessHits reffers to an optional readout
geometry.

If such a geometry does not exist, then it is a null pointer.
Possibly, better documentation of this feature might be required ...
Comment 2 Makoto.Asai 2001-02-08 20:41:59 CET
TouchableHistory should be taken from PreStepPoint as written in the
User's guide (for Application developer).