#include <CaloG4Hit.h>
Definition at line 106 of file CaloG4Hit.h.
◆ operator()()
Definition at line 108 of file CaloG4Hit.h.
109 return (
a->getTrackID() ==
b->getTrackID() &&
a->getUnitID() ==
b->getUnitID() &&
a->getDepth() ==
b->getDepth() &&
110 a->getTimeSliceID() ==
b->getTimeSliceID());
References a, and b.