OpenGATE / opengate

Gate 10 (beta)
http://www.opengatecollaboration.org
GNU Lesser General Public License v3.0
42 stars 38 forks source link

Attributes of DigitizerHitsCollectionActor #348

Open jizhang02 opened 6 months ago

jizhang02 commented 6 months ago

Hello,

In the DigitizerHitsCollectionActor, there are many attributes,

     Direction 3
     EventDirection 3
     EventID I
     EventKineticEnergy D
     EventPosition 3
     GlobalTime D
     HitUniqueVolumeID U
     KineticEnergy D
     LocalTime D
     ParticleName S
     Position 3
     PostDirection 3
     PostKineticEnergy D
     PostPosition 3
     PostStepUniqueVolumeID U
     PostStepVolumeCopyNo I
     PreDirection 3
     PreDirectionLocal 3
     PreKineticEnergy D
     PrePosition 3
     PreStepUniqueVolumeID U
     PreStepVolumeCopyNo I
     ProcessDefinedStep S
     RunID I
     ThreadID I
     TimeFromBeginOfEvent D
     TotalEnergyDeposit D
     TrackCreatorProcess S
     TrackID I
     TrackProperTime D
     TrackVertexKineticEnergy D
     TrackVertexMomentumDirection 3
     TrackVertexPosition 3
     TrackVolumeCopyNo I
     TrackVolumeInstanceID I
     TrackVolumeName S
     Weight D

I want to know How are they mapped with those in Gate9? And if there are attributes such as crystalID, blockID like in Gate9:

runID
eventID
sourceID
soucePosX
sourcePosY
soucePosZ
time
energy
globalPosX
globalPosY
globalPosZ
gantryID
blockID
crystalID
unused3ID
unesed4ID
unused5ID
comptonPhantom
comptonCrystal
RayleighCristal
axialPos
rotationAngle
comptVolName
RayleighVolName
volumeID

thank you.

jizhang02 commented 6 months ago

And I print out one value of the attribute 'PostStepUniqueVolumeID', it is '0_0_2_19_139', what does this string mean? thanks.