Class to contain structure information for a filtered jet. More...
#include <Filter.hh>
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) |
Class to contain structure information for a filtered jet.
Definition at line 219 of file Filter.hh.