CMS 3D CMS Logo

SEACmpPairFirst Struct Reference

List of all members.

Public Member Functions

bool operator() (const pair< double, int > &l, const pair< double, int > &r) const


Detailed Description

Definition at line 60 of file SprExploratoryAnalysisApp.cc.


Member Function Documentation

bool SEACmpPairFirst::operator() ( const pair< double, int > &  l,
const pair< double, int > &  r 
) const [inline]

Definition at line 62 of file SprExploratoryAnalysisApp.cc.

00063           {
00064     return (l.first < r.first);
00065   }


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