![]() |
TIMBER
beta
Tree Interface for Making Binned Events with RDataFrame
|
C++ class to handle the JER weight calculations. More...
Public Member Functions | |
| JER_weight (std::string jerTag, std::string jetType) | |
| Construct a new JER weight object. More... | |
| template<class Tjet , class TgenJet > | |
| RVec< RVec< float > > | eval (std::vector< Tjet > jets, std::vector< TgenJet > genJets, float fixedGridRhoFastjetAll) |
| Evaluation calculates the factor necessary for each jet in the provided vector of jets* in order to smear the jet \(p_{T}\) distribution. See JetSmearer for more information on the smearing algorithm. More... | |
C++ class to handle the JER weight calculations.
| JER_weight | ( | std::string | jerTag, |
| std::string | jetType | ||
| ) |
Construct a new JER weight object.
| jerTag | The JER tag to identify the JER files to load. |
| jetType | The type of jet - ex. AK8PFPuppi |
| RVec< RVec<float> > eval | ( | std::vector< Tjet > | jets, |
| std::vector< TgenJet > | genJets, | ||
| float | fixedGridRhoFastjetAll | ||
| ) |
Evaluation calculates the factor necessary for each jet in the provided vector of jets* in order to smear the jet \(p_{T}\) distribution. See JetSmearer for more information on the smearing algorithm.
| jets | Vector of structs with the jet collection branches as attributes. |
| genJets | Vector of structs with the gen jet collection branches as attributes. |
| fixedGridRhoFastjetAll | Stored in the NanoAOD with this name as the branch name. |
1.8.13