Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/edm4eic/InclusiveKinematicsData.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4EIC_InclusiveKinematicsDATA_H
0004 #define EDM4EIC_InclusiveKinematicsDATA_H
0005 
0006 
0007 namespace edm4eic {
0008 
0009 
0010 /** @class InclusiveKinematicsData
0011  *  Kinematic variables for DIS events
0012  *  @author: S. Joosten, W. Deconinck
0013  */
0014 class InclusiveKinematicsData {
0015 public:
0016   float x{}; ///< Bjorken x (Q2/2P.q)
0017   float Q2{}; ///< Four-momentum transfer squared [GeV^2]
0018   float W{}; ///< Invariant mass of final state [GeV]
0019   float y{}; ///< Inelasticity (P.q/P.k)
0020   float nu{}; ///< Energy transfer P.q/M [GeV]
0021 
0022 };
0023 
0024 } // namespace edm4eic
0025 
0026 
0027 #endif