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
0002
0003 #ifndef EDM4EIC_InclusiveKinematicsDATA_H
0004 #define EDM4EIC_InclusiveKinematicsDATA_H
0005
0006
0007 namespace edm4eic {
0008
0009
0010
0011
0012
0013
0014 class InclusiveKinematicsData {
0015 public:
0016 float x{};
0017 float Q2{};
0018 float W{};
0019 float y{};
0020 float nu{};
0021
0022 };
0023
0024 }
0025
0026
0027 #endif