TIMBER  beta
Tree Interface for Making Binned Events with RDataFrame
Public Member Functions | List of all members
DeepAK8_helper Class Reference

C++ class to access scale factors associated with DeepAK8 tagging. More...

Public Member Functions

 DeepAK8_helper (std::string particle, int year, std::string workingpoint, bool massDecorr)
 Construct a new DeepAK8_helper object. More...
 
std::vector< float > eval (float pt)
 Lookup the scale factor and variations based on the AK8 jet momentum. Returned values are absolute {nominal, up, down}. More...
 

Detailed Description

C++ class to access scale factors associated with DeepAK8 tagging.

Constructor & Destructor Documentation

◆ DeepAK8_helper()

DeepAK8_helper ( std::string  particle,
int  year,
std::string  workingpoint,
bool  massDecorr 
)

Construct a new DeepAK8_helper object.

Parameters
particleEither "Top" or "W"
year
workingpointEx. "0p5"
massDecorr

Member Function Documentation

◆ eval()

std::vector< float > eval ( float  pt)

Lookup the scale factor and variations based on the AK8 jet momentum. Returned values are absolute {nominal, up, down}.

Parameters
pt
Returns
std::vector<float> {nominal, up, down} (absolute)

The documentation for this class was generated from the following files: