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