CMS 3D CMS Logo

ComparePairs Struct Reference

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 24 of file PixelVertexProducerMedian.cc.


Member Function Documentation

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

Definition at line 26 of file PixelVertexProducerMedian.cc.

References reco::TrackBase::vz().

00028   {
00029     return (t1->vz() < t2->vz());
00030   };


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