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