#include <CaloG4Hit.h>
Definition at line 91 of file CaloG4Hit.h.
◆ operator()()
Definition at line 93 of file CaloG4Hit.h.
94 if (
a->getTrackID() !=
b->getTrackID()) {
95 return (
a->getTrackID() <
b->getTrackID());
96 }
else if (
a->getUnitID() !=
b->getUnitID()) {
97 return (
a->getUnitID() <
b->getUnitID());
98 }
else if (
a->getDepth() !=
b->getDepth()) {
99 return (
a->getDepth() <
b->getDepth());
101 return (
a->getTimeSliceID() <
b->getTimeSliceID());
References a, and b.