CMS 3D CMS Logo

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 51 of file AlignmentTrackSelector.h.


Member Function Documentation

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

Definition at line 52 of file AlignmentTrackSelector.h.

References reco::TrackBase::pt().

00052                                                                       {
00053       return t1->pt()> t2->pt();
00054     }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:14:38 2009 for CMSSW by  doxygen 1.5.4