CMS 3D CMS Logo

Public Member Functions

L2TauNarrowConeIsolationProducer::CrystalPtComparator Struct Reference

List of all members.

Public Member Functions

bool operator() (const math::PtEtaPhiELorentzVector v1, const math::PtEtaPhiELorentzVector v2) const

Detailed Description

Definition at line 99 of file L2TauNarrowConeIsolationProducer.h.


Member Function Documentation

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(); 
            }