#include <HybridClusterAlgo.h>
Public Member Functions | |
less_mag () | |
bool | operator() (const PSimHit *a, const PSimHit *b) |
bool | operator() (EcalRecHit x, EcalRecHit y) |
Definition at line 29 of file HybridClusterAlgo.h.
less_mag::less_mag | ( | ) | [inline] |
Definition at line 277 of file CkfDebugger.h.
{ }
bool less_mag::operator() | ( | EcalRecHit | x, |
EcalRecHit | y | ||
) | [inline] |
Definition at line 30 of file HybridClusterAlgo.h.
References CaloRecHit::energy().
Definition at line 278 of file CkfDebugger.h.
References PSimHit::timeOfFlight().
{ return ( a->timeOfFlight()< b->timeOfFlight() ); }