|
Jets & | Rivet::ifilter_select (Jets &jets, const Cut &c) |
| Filter a jet collection in-place to the subset that passes the supplied Cut.
|
|
Jets & | Rivet::ifilterBy (Jets &jets, const Cut &c) |
|
Jets & | Rivet::iselect (Jets &jets, const Cut &c) |
| New alias for ifilter_select.
|
|
Jets | Rivet::filter_select (const Jets &jets, const Cut &c) |
| Filter a jet collection in-place to the subset that passes the supplied Cut.
|
|
Jets | Rivet::filterBy (const Jets &jets, const Cut &c) |
|
Jets | Rivet::select (const Jets &jets, const Cut &c) |
| New alias for filter_select.
|
|
Jets | Rivet::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 | Rivet::filterBy (const Jets &jets, const Cut &c, Jets &out) |
|
Jets | Rivet::select (const Jets &jets, const Cut &c, Jets &out) |
| New alias for filter_select.
|
|
Jets & | Rivet::ifilter_discard (Jets &jets, const Cut &c) |
| Filter a jet collection in-place to the subset that fails the supplied Cut.
|
|
Jets & | Rivet::idiscard (Jets &jets, const Cut &c) |
| New alias for ifilter_discard.
|
|
Jets | Rivet::filter_discard (const Jets &jets, const Cut &c) |
| Filter a jet collection in-place to the subset that fails the supplied Cut.
|
|
Jets | Rivet::discard (const Jets &jets, const Cut &c) |
| New alias for filter_discard.
|
|
Jets | Rivet::filter_discard (const Jets &jets, const Cut &c, Jets &out) |
| Filter a jet collection in-place to the subset that fails the supplied Cut.
|
|
Jets | Rivet::discard (const Jets &jets, const Cut &c, Jets &out) |
| New alias for filter_discard.
|
|