CMS 3D CMS Logo

CellEtGreater Class Reference

#include <RecoJets/JetAnalyzers/interface/MyCluster.h>

List of all members.

Public Member Functions

bool operator() (const CalCell &i, const CalCell &j)


Detailed Description

Definition at line 37 of file MyCluster.h.


Member Function Documentation

bool CellEtGreater::operator() ( const CalCell i,
const CalCell j 
) [inline]

Definition at line 39 of file MyCluster.h.

References CalCell::Momentum.

00039                                                         {
00040     return (i.Momentum.perp() > j.Momentum.perp());
00041   }


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