CMS 3D CMS Logo

PCACmpPairDIFirst 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 20 of file SprPCATransformer.cc.


Member Function Documentation

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

Definition at line 22 of file SprPCATransformer.cc.

00023           {
00024     return ( fabs(l.first) > fabs(r.first) );
00025   }


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