Evaluates whether a jet is b-tagged or not. More...
#include <BTagger.h>
Public Member Functions | |
BTagger (Options const &options) | |
Constructor from configuration options. | |
bool | operator() (Jet const &jet) const |
Checks whether a given jet is b-tagged if the jet is taggable. | |
bool | IsTaggable (Jet const &jet) const |
Checks whether a given jet is taggable. | |
Private Attributes | |
double | bTagCut_ |
b tag threshold | |
double | ptCut_ |
Minimum jet pt which b-tagging is reliable. | |
double | etaCut_ |
Maximum magnitude of jet eta in order to be within the tracker coverage. |
Evaluates whether a jet is b-tagged or not.
Please use this class instead of relying on the raw value of the btagging discriminator.