1 #ifndef _TIMBER_JMS_WEIGHT 2 #define _TIMBER_JMS_WEIGHT 7 #include <ROOT/RVec.hxx> 20 std::map< int, std::vector<float> > _jmsTable {
21 {2016, {1.000, 1.0094, 0.9906} },
22 {2017, {0.982, 0.986 , 0.978 } },
23 {2018, {0.982, 0.986 , 0.978 } }
25 std::vector<float> _jmsVals;
44 RVec<RVec<float>> eval(
size_t nJets);
C++ class to directly handle JMS weights in the case of tau21 jet substructure. The values used (nomi...
Definition: JMS_weight.h:18