GGS(GenericGEANT4Simulation)Software
2.6.0
|
GGSTHitVolInfo.h GGSTHitVolInfo class declaration. More...
#include <GGSTHitVolInfo.h>
Public Member Functions | |
GGSTHitVolInfo () | |
Constructor. | |
~GGSTHitVolInfo () | |
Destructor. | |
Data Fields | |
TString | volumeName |
Name of the physical volume. | |
Float_t | volumePos [3] |
Position of the touchable in world volume coordinates [cm]. | |
Int_t | id |
ID of the volume. More... | |
GGSTHitVolInfo.h GGSTHitVolInfo class declaration.
Class to store informations about the hit volume.
A "hit volume" is a sensitive touchable where a hit has been recorded. Depending on the geometry, it can be a single physical volume (e.g. a G4PVPlacement) or a replicated volume (e.g. a division of a G4PVReplica).
Definition at line 22 of file GGSTHitVolInfo.h.
Int_t GGSTHitVolInfo::id |
ID of the volume.
The ID is defined as the copy number for non replicated volumes and as copyNo + multiplicity*motherCopyNo fore replicated volumes.
Definition at line 38 of file GGSTHitVolInfo.h.