Public Member Functions | |
bool | operator() (const math::PtEtaPhiELorentzVector v1, const math::PtEtaPhiELorentzVector v2) const |
Definition at line 99 of file L2TauNarrowConeIsolationProducer.h.
bool L2TauNarrowConeIsolationProducer::CrystalPtComparator::operator() | ( | const math::PtEtaPhiELorentzVector | v1, |
const math::PtEtaPhiELorentzVector | v2 | ||
) | const [inline] |
Definition at line 101 of file L2TauNarrowConeIsolationProducer.h.
{
return v1.pt() > v2.pt();
}