Go to the source code of this file.
Namespaces |
namespace | Rivet |
Functions |
|
PseudoJets | mkPseudoJets (const Particles &ps) |
Jets | mkJets (const PseudoJets &pjs) |
|
Jets & | ifilter_select (Jets &jets, const Cut &c) |
| Filter a jet collection in-place to the subset that passes the supplied Cut.
|
Jets & | ifilterBy (Jets &jets, const Cut &c) |
Jets | filter_select (const Jets &jets, const Cut &c) |
| Filter a jet collection in-place to the subset that passes the supplied Cut.
|
Jets | filterBy (const Jets &jets, const Cut &c) |
Jets | filter_select (const Jets &jets, const Cut &c, Jets &out) |
| Filter a jet collection in-place to the subset that passes the supplied Cut.
|
Jets | filterBy (const Jets &jets, const Cut &c, Jets &out) |
Jets & | ifilter_discard (Jets &jets, const Cut &c) |
| Filter a jet collection in-place to the subset that fails the supplied Cut.
|
Jets | filter_discard (const Jets &jets, const Cut &c) |
| Filter a jet collection in-place to the subset that fails the supplied Cut.
|
Jets | filter_discard (const Jets &jets, const Cut &c, Jets &out) |
| Filter a jet collection in-place to the subset that fails the supplied Cut.
|