CMS 3D CMS Logo

SDTCmpPairFirst Struct Reference

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 19 of file SprDecisionTree.cc.


Member Function Documentation

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

Definition at line 23 of file SprDecisionTree.cc.

00025           {
00026     return (l.first < r.first);
00027   }


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