CMS 3D CMS Logo

Public Member Functions

CellGreater Class Reference

#include <MyCluster.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 30 of file MyCluster.h.


Member Function Documentation

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

Definition at line 32 of file MyCluster.h.

References CalCell::Momentum.

                                                        {
    return (i.Momentum.e() > j.Momentum.e());
  }