#include <CaloG4Hit.h>
Definition at line 109 of file CaloG4Hit.h.
◆ operator()()
Definition at line 111 of file CaloG4Hit.h.
112 return (
a->getTrackID() ==
b->getTrackID() &&
a->getUnitID() ==
b->getUnitID() &&
a->getDepth() ==
b->getDepth() &&
113 a->getTimeSliceID() ==
b->getTimeSliceID() &&
a->getID().fineTrackID() ==
b->getID().fineTrackID());
References a, and b.