Public Member Functions

fastjet::FilteredJetStructure Class Reference
[FastJet tools]

Class to contain structure information for a filtered jet. More...

#include <Filter.hh>

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

List of all members.

Public Member Functions

 FilteredJetStructure ()
 constructor from an original ClusterSequenceInfo We just share the original ClusterSequenceWrapper and initialise the rest
virtual ~FilteredJetStructure ()
 virtual dtor to allow further overloading
virtual std::string description () const
 description

The filter-specific information



class Filter
PseudoJet _original_jet
std::vector< PseudoJet_rejected
SharedPtr< ClusterSequence_internal_cs
const PseudoJetoriginal () const
 returns the original jet (the first of the original jets if you filtered a collection of jets)
const std::vector< PseudoJet > & rejected () const
 returns the subjets that were not kept during the filtering procedure (subtracted if the filter requests it, and valid in the original cs)

Detailed Description

Class to contain structure information for a filtered jet.

Definition at line 219 of file Filter.hh.


The documentation for this class was generated from the following file: