RingerSelectorTools+AsgAnalysisAlgorithms: Remove references to deprecated functions.
std::ptr_fun and std::not1 are deprecated. Replace deprecated std::not1 with std::not_fn.
std::ptr_fun and std::not1 are deprecated. Replace deprecated std::not1 with std::not_fn.