1 #ifndef _TIMBER_DEEPAK8_HELPER 2 #define _TIMBER_DEEPAK8_HELPER 16 std::string entry_to_find;
17 std::vector<std::vector<float> > _values;
18 std::string _p = std::string(std::getenv(
"TIMBERPATH"))+
"TIMBER/data/OfficialSFs/DeepAK8V2_Top_W_SFs.csv";
29 DeepAK8_helper(std::string particle,
int year, std::string workingpoint,
bool massDecorr);
38 std::vector<float>
eval(
float pt);
DeepAK8_helper(std::string particle, int year, std::string workingpoint, bool massDecorr)
Construct a new DeepAK8_helper object.
Definition: DeepAK8_helper.cc:3
C++ class to access scale factors associated with DeepAK8 tagging.
Definition: DeepAK8_helper.h:14
std::vector< float > eval(float pt)
Lookup the scale factor and variations based on the AK8 jet momentum. Returned values are absolute {n...
Definition: DeepAK8_helper.cc:43