Skip to content
Snippets Groups Projects

Resolve "Data structure for DIS kinematics"

Merged Wouter Deconinck requested to merge 15-data-structure-for-dis-kinamtics into master
Files
2
+ 16
0
@@ -516,3 +516,19 @@ datatypes:
@@ -516,3 +516,19 @@ datatypes:
- float probability // Probability of the vertex fit
- float probability // Probability of the vertex fit
- bool primary // Whether it is the primary vertex of the event
- 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)
Loading