|
FastJet 3.0alpha3
|
the structure returned by the MassDropTagger transformer. More...
#include <MassDropTagger.hh>


Public Member Functions | |
| MassDropStructure (const std::vector< PseudoJet > &pieces, const JetDefinition::Recombiner *recombiner=0) | |
| ctor with initialisation | |
| double | mu () const |
| the mass-drop ratio, pieces[0].m()/jet.m(), for the splitting that triggered the mass-drop condition | |
| double | y () const |
| 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 126 of file MassDropTagger.hh.
| fastjet::MassDropStructure::MassDropStructure | ( | 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 131 of file MassDropTagger.hh.
:
CompositeJetStructure(pieces, recombiner), _mu(0.0), _y(0.0){}
1.7.4