![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
Class extracting the lower bound of the specified range of a partition area. More...
#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 627 of file Partitions.h.
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Area_t = typename Base_t::Area_t |
Definition at line 629 of file Partitions.h.
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Base_t = RangeLowerBoundExtractor<Range> |
Definition at line 628 of file Partitions.h.
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Partition_t = PartitionBase |
Base type of the partition.
Definition at line 631 of file Partitions.h.
|
inlineinherited |
Definition at line 617 of file Partitions.h.
|
inlineinherited |
Definition at line 618 of file Partitions.h.
References lar::util::simple_geo::Range< Data >::lower.
|
inlineinherited |
Definition at line 619 of file Partitions.h.
|
inlineinherited |
Definition at line 620 of file Partitions.h.
References geo::part::AreaOwner::area().
|
inlineinherited |
Definition at line 621 of file Partitions.h.
|
inline |
Definition at line 635 of file Partitions.h.
References geo::part::AreaOwner::area(), and value.
|
inline |
Definition at line 638 of file Partitions.h.
|
staticinherited |
Definition at line 614 of file Partitions.h.