#include <CaloDetInfo.h>
Definition at line 42 of file CaloDetInfo.h.
◆ operator()() [1/2]
Definition at line 44 of file CaloDetInfo.h.
References a, and b.
45 if (
a->id() ==
b->id()) {
46 if (
a->depth() ==
b->depth()) {
47 return (
a->rho() <
b->rho());
49 return (
a->depth() <
b->depth());
52 return (
a->id() <
b->id());
◆ operator()() [2/2]
Definition at line 55 of file CaloDetInfo.h.
References a, and b.
56 if (
a.id() ==
b.id()) {
57 if (
a.depth() ==
b.depth()) {
58 return (
a.rho() <
b.rho());
60 return (
a.depth() <
b.depth());
63 return (
a.id() <
b.id());