CMS 3D CMS Logo

Public Member Functions

CellEtGreater 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 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.

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