CMS 3D CMS Logo

List of all members | Public Member Functions
CellEtGreater Class Reference

#include <MyCluster.h>

Public Member Functions

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

Detailed Description

Definition at line 39 of file MyCluster.h.

Member Function Documentation

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

Definition at line 41 of file MyCluster.h.

References CalCell::Momentum.

41  {
42  return (i.Momentum.perp() > j.Momentum.perp());
43  }
CLHEP::HepLorentzVector Momentum
Definition: MyCluster.h:15