![]() |
Iguana 0.9.0
Implementation Guardian of Analysis Algorithms
|
#include <BankDefs.h>
Set of variables created by creator algorithm iguana::physics::SingleHadronKinematics
Definition at line 74 of file BankDefs.h.
Public Attributes | |
int | pindex = 0 |
REC::Particle row (pindex) of the hadron | |
int | pdg = 0 |
PDG code of the hadron. | |
double | z = 0 |
\(z\): Momentum fraction of the fragmenting parton carried by the hadron | |
double | PhPerp = 0 |
\(P_h^\perp\): transverse momentum of the hadron in the \(\perp\)-frame (transverse to \(\vec{q}\)) | |
double | MX2 = 0 |
\(M_X^2(ehX)\): Missing mass squared of the hadron | |
double | xF = 0 |
\(x_F\): Feynman-x of the hadron | |
double | yB = 0 |
\(y_{h,B}\): Breit frame rapidity of the hadron | |
double | phiH = 0 |
\(\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 = 0 |
\(\xi_h\): Longitudinal momentum fraction of the nucleon carried by the hadron |
double iguana::physics::SingleHadronKinematicsVars::MX2 = 0 |
\(M_X^2(ehX)\): Missing mass squared of the hadron
Definition at line 84 of file BankDefs.h.
int iguana::physics::SingleHadronKinematicsVars::pdg = 0 |
PDG code of the hadron.
Definition at line 78 of file BankDefs.h.
double iguana::physics::SingleHadronKinematicsVars::phiH = 0 |
\(\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 90 of file BankDefs.h.
double iguana::physics::SingleHadronKinematicsVars::PhPerp = 0 |
\(P_h^\perp\): transverse momentum of the hadron in the \(\perp\)-frame (transverse to \(\vec{q}\))
Definition at line 82 of file BankDefs.h.
int iguana::physics::SingleHadronKinematicsVars::pindex = 0 |
REC::Particle row (pindex) of the hadron
Definition at line 76 of file BankDefs.h.
double iguana::physics::SingleHadronKinematicsVars::xF = 0 |
\(x_F\): Feynman-x of the hadron
Definition at line 86 of file BankDefs.h.
double iguana::physics::SingleHadronKinematicsVars::xi = 0 |
\(\xi_h\): Longitudinal momentum fraction of the nucleon carried by the hadron
Definition at line 92 of file BankDefs.h.
double iguana::physics::SingleHadronKinematicsVars::yB = 0 |
\(y_{h,B}\): Breit frame rapidity of the hadron
Definition at line 88 of file BankDefs.h.
double iguana::physics::SingleHadronKinematicsVars::z = 0 |
\(z\): Momentum fraction of the fragmenting parton carried by the hadron
Definition at line 80 of file BankDefs.h.