|
FastJet 3.0beta1
|
the structure returned by the MassDropTagger transformer. More...
#include <fastjet/tools/MassDropTagger.hh>


Public Member Functions | |
| MassDropTaggerStructure (const std::vector< PseudoJet > &pieces, const JetDefinition::Recombiner *recombiner=0) | |
| 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 123 of file MassDropTagger.hh.
| fastjet::MassDropTaggerStructure::MassDropTaggerStructure | ( | const std::vector< PseudoJet > & | pieces, |
| const JetDefinition::Recombiner * | recombiner = 0 |
||
| ) | [inline] |
ctor with initialisation
| pieces | the pieces of the created jet |
| rec | the recombiner from the underlying cluster sequence |
Definition at line 128 of file MassDropTagger.hh.
1.7.4