Skip to content

Commit

Permalink
Merge pull request #39 from bear-is-asleep/patch-1
Browse files Browse the repository at this point in the history
Add units to particle time
  • Loading branch information
francois-drielsma authored Feb 3, 2025
2 parents 3ccb05e + ebf4cee commit 25117b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spine/data/particle.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ class Particle(PosDataBase):
ancestor_pdg_code : int
Particle PDG code of the ancestor particle
t : float
Particle creation time
Particle creation time (ns)
end_t : float
Particle death time
Particle death time (ns)
parent_t : float
Particle creation time of the parent particle
Particle creation time of the parent particle (ns)
ancestor_t : float
Particle creation time of the ancestor particle
Particle creation time of the ancestor particle (ns)
position : np.ndarray
Location of the creation point of the particle
end_position : np.ndarray
Expand Down

0 comments on commit 25117b9

Please sign in to comment.