CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 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.

32  {
33  return (i.Momentum.e() > j.Momentum.e());
34  }
CLHEP::HepLorentzVector Momentum
Definition: MyCluster.h:13