CMS 3D CMS Logo

SPCmpPairDDFirst Struct Reference

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 15 of file SprPlotter.cc.


Member Function Documentation

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

Definition at line 17 of file SprPlotter.cc.

00018           {
00019     return (l.first < r.first);
00020   }


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