![]() |
TIMBER
beta
Tree Interface for Making Binned Events with RDataFrame
|
C++ class to directly handle JMS weights in the case of tau21 jet substructure. The values used (nominal, up, down) are: More...
Public Member Functions | |
| RVec< RVec< float > > | eval (size_t nJets) |
| Evaluation just returns the scale factors for the provided year. The number of jets must be provided so that a weight for each jet can be stored correctly. More... | |
| JMS_weight (int year) | |
| Construct a new JMS weight object. More... | |
C++ class to directly handle JMS weights in the case of tau21 jet substructure. The values used (nominal, up, down) are:
| JMS_weight | ( | int | year | ) |
Construct a new JMS weight object.
| year | Options are 2016, 2017, or 2018. |
| RVec< RVec< float > > eval | ( | size_t | nJets | ) |
Evaluation just returns the scale factors for the provided year. The number of jets must be provided so that a weight for each jet can be stored correctly.
| nJets | The number of jets. |
1.8.13