Skip to content

Commit

Permalink
Update event_data_format.md
Browse files Browse the repository at this point in the history
Mistake in dparams definition (thanks to Zach Marshall for spotting this!)
  • Loading branch information
EdwardMoyse authored May 28, 2024
1 parent 751de60 commit d91b53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/developers/event_data_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ In all the descriptions, `opt` means that the attribute described is optional.
Tracks is a list of Track objects with the following attrbutes :
* `pos` - list of positions along the track, each given as a triplet [x, y, z]
* `color` (opt) - Hexadecimal string representing the color to draw the track.
* `dparams` (opt) - parameters of the tracks. 5 floats matching d0, z0, phi, eta, qOverP
* `dparams` (opt) - parameters of the tracks. 5 floats matching d0, z0, phi, theta, qOverP
* `d0`, `z0`, `phi`, `eta`, `qOverP` (opt) - parameters of the tracks, taking precedence over `dparams`

#### 'Jets'
Expand Down

0 comments on commit d91b53b

Please sign in to comment.