|
| HTT () |
| Constructor without arguments.
|
|
| HTT (HTT::InputParameters ¶ms) |
| Constructor with arguments.
|
|
void | setParams (HTT::InputParameters ¶ms) |
| Set the tagging parameters.
|
|
void | calc (Jet &jet) |
| Run the top tagger on a given jet.
|
|
const Jet | topJet () const |
| Top jet.
|
|
const Jet | bJet () const |
| The bottom jet inside the top.
|
|
const Jet | wJet () const |
| The W jet inside the top.
|
|
const Jet | w1Jet () const |
| Leading subjet from W.
|
|
const Jet | w2Jet () const |
| Second leading subjet from W.
|
|
const PseudoJet & | topJet () const |
| Top jet, as a pseudojet.
|
|
const PseudoJet & | bJet () const |
| The bottom jet inside the top, as a pseudojet.
|
|
const PseudoJet & | wJet () const |
| The W jet inside the top, as a pseudojet.
|
|
const PseudoJet & | w1Jet () const |
| Leading subjet from W, as a pseudojet.
|
|
const PseudoJet & | w2Jet () const |
| Second leading subjet from W, as a pseudojet.
|
|
const Jets & | subjets () const |
| pT-ordered subjets
|
|
double | prunedMass () const |
| The pruned mass.
|
|
double | unfilteredMass () const |
|
double | deltaTopMass () const |
| Difference between the reco top mass and the true top mass.
|
|
bool | isTopTagged () const |
| Is the jet tagged?
|
|
bool | passedMassCutTop () const |
| Was the top-mass window requirement passed?
|
|
bool | passedMassCut2D () const |
| 2D mass plane requirements passed?
|
|
Wrapper class for configuring use of HEPTopTagger.