#include <CaloHit.h>
Definition at line 40 of file CaloHit.h.
◆ operator()()
bool CaloHitIdMore::operator() |
( |
const CaloHit * |
a, |
|
|
const CaloHit * |
b |
|
) |
| |
|
inline |
Definition at line 42 of file CaloHit.h.
References a, and b.
43 if (
a->id() <
b->id()) {
45 }
else if (
a->id() >
b->id()) {
48 return (
a->t() <
b->t());