#include <CaloGVHit.h>
Definition at line 72 of file CaloGVHit.h.
◆ operator()()
Definition at line 74 of file CaloGVHit.h.
References a, and b.
75 if (
a->getEventID() !=
b->getEventID()) {
76 return (
a->getEventID() <
b->getEventID());
77 }
else if (
a->getTrackID() !=
b->getTrackID()) {
78 return (
a->getTrackID() <
b->getTrackID());
79 }
else if (
a->getUnitID() !=
b->getUnitID()) {
80 return (
a->getUnitID() <
b->getUnitID());
81 }
else if (
a->getDepth() !=
b->getDepth()) {
82 return (
a->getDepth() <
b->getDepth());
84 return (
a->getTimeSliceID() <
b->getTimeSliceID());