CMS 3D CMS Logo

CalibrationTrackSelector::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 45 of file CalibrationTrackSelector.h.


Member Function Documentation

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

Definition at line 46 of file CalibrationTrackSelector.h.

References reco::TrackBase::pt().

00046                                                                       {
00047       return t1->pt()> t2->pt();
00048     }


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