LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Classes | |
struct | ActiveAreaCalculator |
Class computing the active area of the plane. More... | |
struct | Comparer |
Class managing comparisons between T objects via a Key key. More... | |
class | cryostat_id_iterator_base |
Base forward iterator browsing all cryostat IDs in the detector. More... | |
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 | plane_id_iterator_base |
Base forward iterator browsing all plane IDs in the detector. More... | |
class | ROP_id_iterator_base |
Base forward iterator browsing all readout plane IDs in the detector. More... | |
class | TPC_id_iterator_base |
Base forward iterator browsing all TPC IDs in the detector. More... | |
class | TPCset_id_iterator_base |
Base forward iterator browsing all TPC set IDs in the detector. More... | |
class | wire_id_iterator_base |
Base forward iterator browsing all wire IDs in the detector. More... | |
Functions | |
template<typename T > | |
auto | static_less (T a, T b) |
Function translation of std::less . More... | |
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) |
Comparison operator: geometry ID and element point to the same ID. More... | |
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) |
Comparison operator: geometry ID and element point to different IDs. More... | |
template<typename T > | |
std::string | writeToString (T const &value) |
Write the argument into a string. More... | |
bool 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 5802 of file GeometryCore.h.
References geo::details::geometry_element_iterator< GEOIDITER >::id_iterator().
Referenced by recob::TrajectoryPointFlags::fromHit(), lar::ProviderPack< Providers >::has(), lar::example::CoordRange< Coord_t >::offset(), and operator==().
|
inline |
Comparison operator: geometry ID and element point to different IDs.
Definition at line 712 of file GeometryCore.h.
bool 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 5795 of file GeometryCore.h.
References geo::details::geometry_element_iterator< GEOIDITER >::id_iterator().
Referenced by recob::TrajectoryPointFlags::fromHit(), lar::ProviderPack< Providers >::has(), lar::example::CoordRange< Coord_t >::offset(), lar::sparse_vector< T >::const_iterator::operator++(), lar::value_const_iterator< T >::operator-(), and art::InputTag::process().
|
inline |
Comparison operator: geometry ID and element point to the same ID.
Definition at line 698 of file GeometryCore.h.
References operator!=().
auto geo::details::static_less | ( | T | a, |
T | b | ||
) |
Function translation of std::less
.
Definition at line 54 of file DriftPartitions.h.
|
inline |
Write the argument into a string.
Definition at line 514 of file geo_types.h.
References fhicl::detail::atom::value().
Referenced by geo::CryostatID::operator std::string(), geo::TPCID::operator std::string(), geo::PlaneID::operator std::string(), geo::WireID::operator std::string(), and readout::details::writeToString().