Rivet API documentation
![]() |
Rivet 4.1.3
|
Rivet::HTT Class Reference
Wrapper class for configuring use of HEPTopTagger. More...
#include <RivetHTT.hh>
Classes | |
| struct | InputParameters |
Public Member Functions | |
| 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? | |
Detailed Description
Wrapper class for configuring use of HEPTopTagger.
Member Function Documentation
◆ setParams()
| void Rivet::HTT::setParams | ( | HTT::InputParameters & | params | ) |
Set the tagging parameters.
Below can be moved to HTT.cc at some point.
References Rivet::HTT::InputParameters::filtering_algorithm, Rivet::HTT::InputParameters::mode, Rivet::HTT::InputParameters::reclustering_algorithm, and Rivet::HTT::InputParameters::W_mass.
Referenced by HTT().
The documentation for this class was generated from the following file:
- /builds/hepcedar/rivet/include/Rivet/Tools/RivetHTT.hh
Generated on for Rivet by
