![]() |
TIMBER
beta
Tree Interface for Making Binned Events with RDataFrame
|
C++ class to directly handle JMR weights in the case of tau21 jet substructure. The values used (nominal, up, down) are: More...
Public Member Functions | |
| template<class Tjet , class TgenJet > | |
| RVec< RVec< float > > | eval (std::vector< Tjet > jets, std::vector< TgenJet > genJets) |
| Evaluation calculates the factor necessary for each jet in the provided vector of jets* in order to smear the jet mass distribution. See JetSmearer for more information on the smearing algorithm. More... | |
| JMR_weight (int year) | |
| Construct a new JMR weight object. More... | |
C++ class to directly handle JMR weights in the case of tau21 jet substructure. The values used (nominal, up, down) are:
| JMR_weight | ( | int | year | ) |
Construct a new JMR weight object.
| year | Options are 2016, 2017, or 2018. |
| RVec<RVec<float> > eval | ( | std::vector< Tjet > | jets, |
| std::vector< TgenJet > | genJets | ||
| ) |
Evaluation calculates the factor necessary for each jet in the provided vector of jets* in order to smear the jet mass distribution. See JetSmearer for more information on the smearing algorithm.
<CollectionName>s (ex. FatJets).| jets | Vector of structs with the jet collection branches as attributes. |
| genJets | Vector of structs with the gen jet collection branches as attributes. |
1.8.13