CMS 3D CMS Logo

SIACmpPairDDFirst 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 84 of file SprInteractiveAnalysisApp.cc.


Member Function Documentation

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

Definition at line 86 of file SprInteractiveAnalysisApp.cc.

00087           {
00088     return (l.first > r.first);
00089   }


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