FastJet 3.0.0
Public Member Functions | Protected Attributes | Friends
fastjet::MassDropTaggerStructure Class Reference

the structure returned by the MassDropTagger transformer. More...

#include <fastjet/tools/MassDropTagger.hh>

Inheritance diagram for fastjet::MassDropTaggerStructure:
Inheritance graph
[legend]
Collaboration diagram for fastjet::MassDropTaggerStructure:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

fastjet::MassDropTaggerStructure::MassDropTaggerStructure ( const std::vector< PseudoJet > &  pieces,
const JetDefinition::Recombiner recombiner = 0 
) [inline]

ctor with initialisation

Parameters:
piecesthe pieces of the created jet
recthe recombiner from the underlying cluster sequence

Definition at line 126 of file MassDropTagger.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends