LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "Partitions.h"
Public Types | |
using | Base_t = RangeLowerBoundExtractor< Range > |
using | Area_t = typename Base_t::Area_t |
using | Partition_t = PartitionBase |
Base type of the partition. More... | |
Public Member Functions | |
auto | operator() (Partition_t const &part) |
template<typename PartPtr , typename = std::enable_if_t<details::is_partition_ptr<PartPtr>::value>> | |
auto | operator() (PartPtr const &part) |
double | operator() (double lower) const |
double | operator() (Area_t::Range_t const &r) const |
double | operator() (Area_t const &area) const |
double | operator() (AreaOwner const &area) const |
double | operator() (AreaOwner const *ptr) const |
Static Public Attributes | |
static constexpr auto | range = Range |
Class extracting the lower bound of the specified range of a partition area.
Definition at line 707 of file Partitions.h.
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Area_t = typename Base_t::Area_t |
Definition at line 711 of file Partitions.h.
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Base_t = RangeLowerBoundExtractor<Range> |
Definition at line 710 of file Partitions.h.
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Partition_t = PartitionBase |
Base type of the partition.
Definition at line 713 of file Partitions.h.
|
inlineinherited |
Definition at line 690 of file Partitions.h.
|
inlineinherited |
Definition at line 691 of file Partitions.h.
References lar::util::simple_geo::Range< Data >::lower.
|
inlineinherited |
Definition at line 693 of file Partitions.h.
|
inlineinherited |
Definition at line 695 of file Partitions.h.
References geo::part::AreaOwner::area().
|
inlineinherited |
Definition at line 697 of file Partitions.h.
|
inline |
Definition at line 717 of file Partitions.h.
References geo::part::AreaOwner::area(), and fhicl::detail::atom::value().
|
inline |
Definition at line 723 of file Partitions.h.
|
staticinherited |
Definition at line 687 of file Partitions.h.