FastJet 3.0.2
|
Class to contain structure information for a filtered jet. More...
#include <fastjet/tools/Filter.hh>
Public Member Functions | |
FilterStructure (const std::vector< PseudoJet > &pieces_in, 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) |
Class to contain structure information for a filtered jet.