CMS 3D CMS Logo

Public Member Functions

AlignmentTrackSelector::ComparePt Struct Reference

compare two tracks in pt (used by theNHighestPtTracks) More...

List of all members.

Public Member Functions

bool operator() (const reco::Track *t1, const reco::Track *t2) const

Detailed Description

compare two tracks in pt (used by theNHighestPtTracks)

Definition at line 58 of file AlignmentTrackSelector.h.


Member Function Documentation

bool AlignmentTrackSelector::ComparePt::operator() ( const reco::Track t1,
const reco::Track t2 
) const [inline]

Definition at line 59 of file AlignmentTrackSelector.h.

References reco::TrackBase::pt().

                                                                      {
      return t1->pt()> t2->pt();
    }