ATLAS Offline Software
|
Helper struct holding a full set of PDF info values. More...
#include <TruthEvent_v1.h>
Public Member Functions | |
PdfInfo () | |
Constructor to set (invalid) defaults. More... | |
bool | valid () const |
Check if all the variables in the object are valid. More... | |
Public Attributes | |
int | pdgId1 |
int | pdgId2 |
int | pdfId1 |
int | pdfId2 |
float | x1 |
float | x2 |
float | Q |
float | xf1 |
float | xf2 |
Helper struct holding a full set of PDF info values.
Definition at line 100 of file TruthEvent_v1.h.
xAOD::TruthEvent_v1::PdfInfo::PdfInfo | ( | ) |
bool xAOD::TruthEvent_v1::PdfInfo::valid | ( | ) | const |
Check if all the variables in the object are valid.
Definition at line 105 of file TruthEvent_v1.cxx.
int xAOD::TruthEvent_v1::PdfInfo::pdfId1 |
Definition at line 110 of file TruthEvent_v1.h.
int xAOD::TruthEvent_v1::PdfInfo::pdfId2 |
Definition at line 111 of file TruthEvent_v1.h.
int xAOD::TruthEvent_v1::PdfInfo::pdgId1 |
Definition at line 108 of file TruthEvent_v1.h.
int xAOD::TruthEvent_v1::PdfInfo::pdgId2 |
Definition at line 109 of file TruthEvent_v1.h.
float xAOD::TruthEvent_v1::PdfInfo::Q |
Definition at line 114 of file TruthEvent_v1.h.
float xAOD::TruthEvent_v1::PdfInfo::x1 |
Definition at line 112 of file TruthEvent_v1.h.
float xAOD::TruthEvent_v1::PdfInfo::x2 |
Definition at line 113 of file TruthEvent_v1.h.
float xAOD::TruthEvent_v1::PdfInfo::xf1 |
Definition at line 115 of file TruthEvent_v1.h.
float xAOD::TruthEvent_v1::PdfInfo::xf2 |
Definition at line 116 of file TruthEvent_v1.h.