diff --git a/guides/developers/event_data_format.md b/guides/developers/event_data_format.md index f96f45e3..03ee7fb0 100644 --- a/guides/developers/event_data_format.md +++ b/guides/developers/event_data_format.md @@ -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'