Skip to content

Commit

Permalink
docs: fix data format which said that eps vectors have a "p" in the…
Browse files Browse the repository at this point in the history
…ir column names
  • Loading branch information
denehoffman committed Nov 5, 2024
1 parent 9bd054c commit 74af349
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ The data format for `laddu` is a bit different from some of the alternatives lik
| `p4_0_Px` | `Float32` | Beam Momentum (x-component) |
| `p4_0_Py` | `Float32` | Beam Momentum (y-component) |
| `p4_0_Pz` | `Float32` | Beam Momentum (z-component) |
| `eps_0_Px` | `Float32` | Beam Polarization (x-component) |
| `eps_0_Py` | `Float32` | Beam Polarization (y-component) |
| `eps_0_Pz` | `Float32` | Beam Polarization (z-component) |
| `eps_0_x` | `Float32` | Beam Polarization (x-component) |
| `eps_0_y` | `Float32` | Beam Polarization (y-component) |
| `eps_0_z` | `Float32` | Beam Polarization (z-component) |
| `p4_1_E` | `Float32` | Recoil Proton Energy |
| `p4_1_Px` | `Float32` | Recoil Proton Momentum (x-component) |
| `p4_1_Py` | `Float32` | Recoil Proton Momentum (y-component) |
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@
//! | `p4_0_Px` | `Float32` | Beam Momentum (x-component) |
//! | `p4_0_Py` | `Float32` | Beam Momentum (y-component) |
//! | `p4_0_Pz` | `Float32` | Beam Momentum (z-component) |
//! | `eps_0_Px` | `Float32` | Beam Polarization (x-component) |
//! | `eps_0_Py` | `Float32` | Beam Polarization (y-component) |
//! | `eps_0_Pz` | `Float32` | Beam Polarization (z-component) |
//! | `eps_0_x` | `Float32` | Beam Polarization (x-component) |
//! | `eps_0_y` | `Float32` | Beam Polarization (y-component) |
//! | `eps_0_z` | `Float32` | Beam Polarization (z-component) |
//! | `p4_1_E` | `Float32` | Recoil Proton Energy |
//! | `p4_1_Px` | `Float32` | Recoil Proton Momentum (x-component) |
//! | `p4_1_Py` | `Float32` | Recoil Proton Momentum (y-component) |
Expand Down

0 comments on commit 74af349

Please sign in to comment.