TIMBER  beta
Tree Interface for Making Binned Events with RDataFrame
TopTagDAK8_SF.h
1 #ifndef _TIMBER_TOPTAGDAK8_SF
2 #define _TIMBER_TOPTAGDAK8_SF
3 #include "DeepAK8_helper.h"
4 
8 class TopTagDAK8_SF {
9  private:
10  DeepAK8_helper helper;
11 
12  public:
20  TopTagDAK8_SF(int year, std::string workingpoint, bool massDecorr);
21  ~TopTagDAK8_SF(){};
29  std::vector<float> eval(float pt);
30 };
31 #endif
TopTagDAK8_SF(int year, std::string workingpoint, bool massDecorr)
Construct a new TopTagDAK8_SF object.
Definition: TopTagDAK8_SF.cc:3
C++ class to access scale factors associated with DeepAK8 tagging.
Definition: DeepAK8_helper.h:14
C++ class to access scale factors associated with DeepAK8 top tagging.
Definition: TopTagDAK8_SF.h:8
std::vector< float > eval(float pt)
Lookup the scale factor and variations based on the AK8 jet momentum. Returned values are absolute {n...
Definition: TopTagDAK8_SF.cc:6