CMS 3D CMS Logo

List of all members | Public Member Functions
CellGreater Class Reference

#include <MyCluster.h>

Public Member Functions

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

Detailed Description

Definition at line 32 of file MyCluster.h.

Member Function Documentation

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

Definition at line 34 of file MyCluster.h.

References CalCell::Momentum.

34  {
35  return (i.Momentum.e() > j.Momentum.e());
36  }
CLHEP::HepLorentzVector Momentum
Definition: MyCluster.h:15