Iguana 0.0.0
Implementation Guardian of Analysis Algorithms
|
#include <Algorithm.h>
Set of inclusive kinematics variables.
Definition at line 11 of file Algorithm.h.
Public Attributes | |
int | pindex |
REC::Particle row (pindex ) of the scattered electron | |
vector_element_t | qx |
\(x\)-component of virtual photon momentum \(q\) | |
vector_element_t | qy |
\(y\)-component of virtual photon momentum \(q\) | |
vector_element_t | qz |
\(z\)-component of virtual photon momentum \(q\) | |
vector_element_t | qE |
\(E\)-component of virtual photon momentum \(q\) | |
double | Q2 |
\(Q^2\) (GeV \(^2\)) | |
double | x |
\(x_B\) | |
double | y |
\(y\) | |
double | W |
\(W\) (GeV) | |
double | nu |
\(\nu\) | |
double | beamPz |
beam momentum \(z\)-component (GeV) | |
double | targetM |
target mass (GeV) | |
double iguana::physics::InclusiveKinematicsVars::beamPz |
beam momentum \(z\)-component (GeV)
Definition at line 33 of file Algorithm.h.
double iguana::physics::InclusiveKinematicsVars::nu |
\(\nu\)
Definition at line 31 of file Algorithm.h.
int iguana::physics::InclusiveKinematicsVars::pindex |
REC::Particle
row (pindex
) of the scattered electron
Definition at line 13 of file Algorithm.h.
double iguana::physics::InclusiveKinematicsVars::Q2 |
\(Q^2\) (GeV \(^2\))
Definition at line 23 of file Algorithm.h.
vector_element_t iguana::physics::InclusiveKinematicsVars::qE |
\(E\)-component of virtual photon momentum \(q\)
Definition at line 21 of file Algorithm.h.
vector_element_t iguana::physics::InclusiveKinematicsVars::qx |
\(x\)-component of virtual photon momentum \(q\)
Definition at line 15 of file Algorithm.h.
vector_element_t iguana::physics::InclusiveKinematicsVars::qy |
\(y\)-component of virtual photon momentum \(q\)
Definition at line 17 of file Algorithm.h.
vector_element_t iguana::physics::InclusiveKinematicsVars::qz |
\(z\)-component of virtual photon momentum \(q\)
Definition at line 19 of file Algorithm.h.
double iguana::physics::InclusiveKinematicsVars::targetM |
target mass (GeV)
Definition at line 35 of file Algorithm.h.
double iguana::physics::InclusiveKinematicsVars::W |
\(W\) (GeV)
Definition at line 29 of file Algorithm.h.
double iguana::physics::InclusiveKinematicsVars::x |
\(x_B\)
Definition at line 25 of file Algorithm.h.
double iguana::physics::InclusiveKinematicsVars::y |
\(y\)
Definition at line 27 of file Algorithm.h.