Classes | |
class | geometry_element_iterator |
Forward iterator browsing all geometry elements in the detector. More... | |
class | geometry_iterator_base |
Base class for geometry iterators (note: this is not an iterator) More... | |
class | geometry_iterator_types |
Base class for geometry iterators, containing some type definitions. More... | |
class | TestTrackerClassBase |
Class telling whether a test needs to be run. More... | |
Functions | |
template<typename GEOIDITER > | |
bool | operator== (geometry_element_iterator< GEOIDITER > const &iter, GEOIDITER const &id_iter) |
Comparison operator: geometry ID and element point to the same ID. More... | |
template<typename GEOIDITER > | |
bool | operator== (GEOIDITER const &id_iter, geometry_element_iterator< GEOIDITER > const &iter) |
template<typename GEOIDITER > | |
bool | operator!= (geometry_element_iterator< GEOIDITER > const &iter, GEOIDITER const &id_iter) |
Comparison operator: geometry ID and element point to different IDs. More... | |
template<typename GEOIDITER > | |
bool | operator!= (GEOIDITER const &id_iter, geometry_element_iterator< GEOIDITER > const &iter) |
bool gar::geo::details::operator!= | ( | geometry_element_iterator< GEOIDITER > const & | iter, |
GEOIDITER const & | id_iter | ||
) |
Comparison operator: geometry ID and element point to different IDs.
Definition at line 1362 of file GeometryCore.h.
|
inline |
Definition at line 215 of file GeometryCore.h.
bool gar::geo::details::operator== | ( | geometry_element_iterator< GEOIDITER > const & | iter, |
GEOIDITER const & | id_iter | ||
) |
Comparison operator: geometry ID and element point to the same ID.
Definition at line 1355 of file GeometryCore.h.
|
inline |
Definition at line 202 of file GeometryCore.h.