FastJet 3.0.0
Public Member Functions
fastjet::FilterStructure Class Reference

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

#include <fastjet/tools/Filter.hh>

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

List of all members.

Public Member Functions

 FilterStructure (const std::vector< PseudoJet > &pieces, const JetDefinition::Recombiner *rec=0)
 constructor from an original ClusterSequenceInfo We just share the original ClusterSequenceWrapper and initialise the rest
virtual ~FilterStructure ()
 virtual dtor to allow further overloading
virtual std::string description () const
 description

The filter-specific information

class Filter
std::vector< PseudoJet_rejected
 the subjets rejected by the filter
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 217 of file Filter.hh.


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