FastJet 3.0.5
Public Member Functions | Friends
fastjet::PrunerStructure Class Reference

The structure associated with a PseudoJet thas has gone through a Pruner transformer. More...

#include <fastjet/tools/Pruner.hh>

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

List of all members.

Public Member Functions

 PrunerStructure (const PseudoJet &result_jet)
 default ctor
virtual std::string description () const
 description
std::vector< PseudoJetrejected () const
 return the constituents that have been rejected
std::vector< PseudoJetextra_jets () const
 return the other jets that may have been found along with the result of the pruning The resulting vector is sorted in pt

Friends

class Pruner
 to allow setting the internal information

Detailed Description

The structure associated with a PseudoJet thas has gone through a Pruner transformer.

Definition at line 176 of file Pruner.hh.


Constructor & Destructor Documentation

fastjet::PrunerStructure::PrunerStructure ( const PseudoJet result_jet) [inline]

default ctor

Parameters:
result_jetthe jet for which we have to keep the structure

Definition at line 180 of file Pruner.hh.


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