Skip to content
Snippets Groups Projects
Commit a589ae59 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Sylvester Joosten
Browse files

Resolve "Data structure for DIS kinematics"

parent b2984a19
No related branches found
No related tags found
1 merge request!53Resolve "Data structure for DIS kinematics"
Pipeline #20255 failed
......@@ -516,3 +516,19 @@ datatypes:
- float probability // Probability of the vertex fit
- bool primary // Whether it is the primary vertex of the event
## ==========================================================================
## Kinematic reconstruction
## ==========================================================================
eic::InclusiveKinematics:
Description: "Kinematic variables for DIS events"
Author: "S. Joosten, W. Deconinck"
Members:
- float x // Bjorken x (Q2/2P.q)
- float Q2 // Four-momentum transfer squared [GeV^2]
- float W // Invariant mass of final state [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