FastJet 3.0.2
|
the structure returned by the MassDropTagger transformer. More...
#include <fastjet/tools/MassDropTagger.hh>
Public Member Functions | |
MassDropTaggerStructure (const PseudoJet &result_jet) | |
ctor with initialisation | |
double | mu () const |
returns the mass-drop ratio, pieces[0].m()/jet.m(), for the splitting that triggered the mass-drop condition | |
double | y () const |
returns the value of y = (squared kt distance) / (squared mass) for the splitting that triggered the mass-drop condition | |
Protected Attributes | |
double | _mu |
the value of the mass-drop parameter | |
double | _y |
the value of the asymmetry parameter | |
Friends | |
class | MassDropTagger |
the structure returned by the MassDropTagger transformer.
See the MassDropTagger class description for the details of what is inside this structure
Definition at line 121 of file MassDropTagger.hh.
fastjet::MassDropTaggerStructure::MassDropTaggerStructure | ( | const PseudoJet & | result_jet | ) | [inline] |
ctor with initialisation
pieces | the pieces of the created jet |
rec | the recombiner from the underlying cluster sequence |
Definition at line 126 of file MassDropTagger.hh.