#include <CaloGVHit.h>
Definition at line 89 of file CaloGVHit.h.
◆ operator()()
Definition at line 91 of file CaloGVHit.h.
92 return (
a->getEventID() ==
b->getEventID() &&
a->getTrackID() ==
b->getTrackID() &&
93 a->getUnitID() ==
b->getUnitID() &&
a->getDepth() ==
b->getDepth() &&
94 a->getTimeSliceID() ==
b->getTimeSliceID());
References a, and b.