rivet is hosted by Hepforge, IPPP Durham
JetUtils.hh File Reference

Go to the source code of this file.

Namespaces

namespace  Rivet

Functions

Unbound functions for converting between Jets, Particles and PseudoJets
PseudoJets mkPseudoJets (const Particles &ps)
Jets mkJets (const PseudoJets &pjs)
Unbound functions for filtering jets
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.