#include <CaloG4Hit.h>
Public Member Functions | |
bool | operator() (const CaloG4Hit *a, const CaloG4Hit *b) |
Definition at line 111 of file CaloG4Hit.h.
Definition at line 113 of file CaloG4Hit.h.
References CaloG4Hit::getDepth(), CaloG4Hit::getTimeSliceID(), CaloG4Hit::getTrackID(), and CaloG4Hit::getUnitID().
{ return (a->getTrackID() == b->getTrackID() && a->getUnitID() == b->getUnitID() && a->getDepth() == b->getDepth() && a->getTimeSliceID() == b->getTimeSliceID()); }