fastjet 3.0alpha2
Public Member Functions

FilteredJetStructure Class Reference

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

#include <Filter.hh>

Inheritance diagram for FilteredJetStructure:
Inheritance graph
[legend]
Collaboration diagram for 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 PseudoJet & original () 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: