Re: event registration [message #15767 is a reply to message #14495] |
Wed, 08 January 2014 09:54 |
Mohammad Al-Turany
Messages: 518 Registered: April 2004 Location: GSI, Germany
|
first-grade participant |
From: *gsi.de
|
|
Hi,
better too late than never!
Is IsTrackEntering() is one flag from a set of state flags in Geant3/4 which tell you in about the status of the particle being transported with respect to the volume that you defined as sensitive in your detector.
The stepping of the transport engine forward the action (call the so-called processHit method of your detector) only when it enters a volume that you define as sensitive so that you create a point (hit) or take what ever action your detector should do.
cheers,
Mohammad
|
|
|