#include <CaloHit.h>
Definition at line 59 of file CaloHit.h.
◆ operator()()
bool CaloHitEtLess::operator() |
( |
const CaloHit * |
a, |
|
|
const CaloHit * |
b |
|
) |
| |
|
inline |
Definition at line 61 of file CaloHit.h.
62 return (
a->e() / std::cosh(
a->eta()) >
b->e() / std::cosh(
b->eta()));
References a, and b.