CMS 3D CMS Logo

Public Member Functions

less_magPF Struct Reference

\ Algorithm for box particle flow super clustering in the ECAL More...

#include <PFSuperClusterAlgo.h>

Inheritance diagram for less_magPF:
binary_function

List of all members.

Public Member Functions

bool operator() (reco::PFClusterRef x, reco::PFClusterRef y)

Detailed Description

\ Algorithm for box particle flow super clustering in the ECAL

Author:
Nicolas Chanon
Date:
July 2012

Definition at line 36 of file PFSuperClusterAlgo.h.


Member Function Documentation

bool less_magPF::operator() ( reco::PFClusterRef  x,
reco::PFClusterRef  y 
) [inline]

Definition at line 37 of file PFSuperClusterAlgo.h.

{ return x->energy() > y->energy() ; }