![]() |
![]() |
#include <RecoEcal/EgammaClusterAlgos/interface/HybridClusterAlgo.h>
Public Member Functions | |
less_mag () | |
bool | operator() (const PSimHit *a, const PSimHit *b) |
bool | operator() (EcalRecHit x, EcalRecHit y) |
Definition at line 25 of file HybridClusterAlgo.h.
less_mag::less_mag | ( | ) | [inline] |
Definition at line 273 of file CkfDebugger.h.
References PSimHit::timeOfFlight().
00273 { 00274 return 00275 ( a->timeOfFlight()< b->timeOfFlight() ); 00276 }
bool less_mag::operator() | ( | EcalRecHit | x, | |
EcalRecHit | y | |||
) | [inline] |