GGS(GenericGEANT4Simulation)Software
2.7.0
|
Interface for volume ID calculator classes. More...
#include <GGSTouchableIDComputer.h>
Public Member Functions | |
virtual | ~GGSTouchableIDComputer () |
Destructor. | |
virtual int | ComputeTouchableID (G4Step *aStep)=0 |
Computes the numeric ID for the touchable. More... | |
Interface for volume ID calculator classes.
This class provides an interface for computing the ID of a given volume/touchable during the processing of a particle step in the ProcessHits method of a sensitive detector class.
Definition at line 20 of file GGSTouchableIDComputer.h.
|
pure virtual |
Computes the numeric ID for the touchable.
aStep | the current step. |
Implemented in GGSUniqueTouchableIDComputer.