FastJet 3.0.2
|
the structure returned by the JHTopTagger transformer. More...
#include <fastjet/tools/JHTopTagger.hh>
Public Member Functions | |
JHTopTaggerStructure (std::vector< PseudoJet > pieces_in, const JetDefinition::Recombiner *recombiner=0) | |
ctor with pieces initialisation | |
const PseudoJet & | W () const |
returns the W subjet | |
PseudoJet | W1 () const |
returns the first W subjet (the harder) | |
PseudoJet | W2 () const |
returns the second W subjet | |
const PseudoJet & | non_W () const |
returns the non-W subjet It will have 1 or 2 pieces depending on whether the tagger has found 3 or 4 pieces | |
double | cos_theta_W () const |
returns the W helicity angle | |
Protected Attributes | |
double | _cos_theta_w |
the W helicity angle | |
Friends | |
class | JHTopTagger |
the structure returned by the JHTopTagger transformer.
See the JHTopTagger class description for the details of what is inside this structure
Definition at line 167 of file JHTopTagger.hh.