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.
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 ...
TouchableHistory should be taken from PreStepPoint as written in the User's guide (for Application developer).