HomeHEPForge

Convert FinalState particles() accessors to use std::function rather than a…

Description

Convert FinalState particles() accessors to use std::function rather than a template arg for sorting, and add filtering functor support -- including a mix of filtering and sorting functors. Yay for C++11! Now to tidy it up