Iguana 0.0.0
Implementation Guardian of Analysis Algorithms
|
#include <Algorithm.h>
Set of hadron kinematics variables.
Definition at line 10 of file Algorithm.h.
Public Attributes | |
int | pindex |
REC::Particle row (pindex ) of the hadron | |
int | pdg |
PDG code of the hadron. | |
double | z |
\(z\): Momentum fraction of the fragmenting parton carried by the hadron | |
double | PhPerp |
\(P_h^\perp\): transverse momentum of the hadron in the \(\perp\)-frame (transverse to \(\vec{q}\)) | |
double | MX |
\(M_X(ehX)\): Missing mass of the hadron | |
double | xF |
\(x_F\): Feynman-x of the hadron | |
double | phiH |
\(\phi_h\): \(q\)-azimuthal angle between the lepton-scattering plane and the \(\vec{q}\times\vec{P}_h\) plane; if the value is tools::UNDEF , the calculation failed | |
double | xi |
\(\xi_h\): Longitudinal momentum fraction of the nucleon carried by the hadron | |
double iguana::physics::SingleHadronKinematicsVars::MX |
\(M_X(ehX)\): Missing mass of the hadron
Definition at line 20 of file Algorithm.h.
int iguana::physics::SingleHadronKinematicsVars::pdg |
PDG code of the hadron.
Definition at line 14 of file Algorithm.h.
double iguana::physics::SingleHadronKinematicsVars::phiH |
\(\phi_h\): \(q\)-azimuthal angle between the lepton-scattering plane and the \(\vec{q}\times\vec{P}_h\) plane; if the value is tools::UNDEF
, the calculation failed
Definition at line 25 of file Algorithm.h.
double iguana::physics::SingleHadronKinematicsVars::PhPerp |
\(P_h^\perp\): transverse momentum of the hadron in the \(\perp\)-frame (transverse to \(\vec{q}\))
Definition at line 18 of file Algorithm.h.
int iguana::physics::SingleHadronKinematicsVars::pindex |
REC::Particle
row (pindex
) of the hadron
Definition at line 12 of file Algorithm.h.
double iguana::physics::SingleHadronKinematicsVars::xF |
\(x_F\): Feynman-x of the hadron
Definition at line 22 of file Algorithm.h.
double iguana::physics::SingleHadronKinematicsVars::xi |
\(\xi_h\): Longitudinal momentum fraction of the nucleon carried by the hadron
Definition at line 27 of file Algorithm.h.
double iguana::physics::SingleHadronKinematicsVars::z |
\(z\): Momentum fraction of the fragmenting parton carried by the hadron
Definition at line 16 of file Algorithm.h.