![]() |
TIMBER
beta
Tree Interface for Making Binned Events with RDataFrame
|
C++ class. PDF weight uncertainty lookup class. More...
Public Member Functions | |
| PDFweight_uncert (int lhaID, bool ignoreEmptyBranch=false) | |
| Construct a new PDF weight uncertainty lookup object. More... | |
| std::vector< float > | eval (RVec< float > LHEPdfWeight) |
| Per-event evaluation function. More... | |
C++ class. PDF weight uncertainty lookup class.
Accounts for hessians vs replicas by using LHA ID.
| PDFweight_uncert | ( | int | lhaID, |
| bool | ignoreEmptyBranch = false |
||
| ) |
Construct a new PDF weight uncertainty lookup object.
| lhaID | LHA ID for the PDF set used to determine whether set is Hessian eigenvectors or MC replicas. |
| ignoreEmptyBranch | Ignores error that LHEPdfWeight branch is empty. Defaults to false. |
| std::vector< float > eval | ( | RVec< float > | LHEPdfWeight | ) |
Per-event evaluation function.
| LHEPdfWeight | The LHEPdfWeight branch/column. |
1.8.13