Skip to content
Snippets Groups Projects
Commit 0f9f979f authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Renamed data structure and moved some fields around

parent 647044dd
No related branches found
No related tags found
1 merge request!53Resolve "Data structure for DIS kinematics"
Pipeline #20249 passed
......@@ -517,16 +517,18 @@ datatypes:
- bool primary // Whether it is the primary vertex of the event
## ==========================================================================
## Vertexing
## Kinematic reconstruction
## ==========================================================================
eic::Kinematics:
eic::ScatteringKinematics:
Description: "Kinematic variables for DIS events"
Author: "S. Joosten, W. Deconinck"
Members:
- float x // Bjorken x
- float y // Inelasticity
- float x // Bjorken x (Q2/2P.q)
- float Q2 // Four-momentum transfer squared [GeV^2]
- float W // Invariant mass of final state [GeV]
- float nu // Energy transfer [GeV]
- float M // Hadron mass [GeV]
- float y // Inelasticity (P.q/P.k)
- float nu // Energy transfer P.q/M [GeV]
## Spin state?
## phi_S?
- eic::Index scatID // Associated scattered electron (if identified)
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment