\ Algorithm for box particle flow super clustering in the ECAL More...
#include <PFSuperClusterAlgo.h>
Public Member Functions | |
bool | operator() (reco::PFClusterRef x, reco::PFClusterRef y) |
\ Algorithm for box particle flow super clustering in the ECAL
Definition at line 36 of file PFSuperClusterAlgo.h.
bool less_magPF::operator() | ( | reco::PFClusterRef | x, |
reco::PFClusterRef | y | ||
) | [inline] |
Definition at line 37 of file PFSuperClusterAlgo.h.
{ return x->energy() > y->energy() ; }