ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
class | RoiUtil::range_error |
Namespaces | |
RoiUtil | |
Functions | |
bool | operator== (const IRoiDescriptor &roi0, const IRoiDescriptor &roi1) |
bool | operator!= (const IRoiDescriptor &roi0, const IRoiDescriptor &roi1) |
bool operator!= | ( | const IRoiDescriptor & | roi0, |
const IRoiDescriptor & | roi1 | ||
) |
Definition at line 190 of file RoiUtil.cxx.
bool operator== | ( | const IRoiDescriptor & | roi0, |
const IRoiDescriptor & | roi1 | ||
) |
trivial self comparison
same compositness ?
not composite
check full scan - all non-composite full scan rois are equivalent
check geometry
Fixme: naive phi differwnce - should test for the phi=pi boundary for the case of very close angles but wrapped differently
check constituents
Definition at line 149 of file RoiUtil.cxx.