LArSoft
v09_90_00
Liquid Argon Software toolkit - https://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 656 of file Partitions.h.
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Area_t = typename Base_t::Area_t |
Definition at line 658 of file Partitions.h.
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Base_t = RangeLowerBoundExtractor<Range> |
Definition at line 657 of file Partitions.h.
using geo::part::details::PartitionRangeLowerBoundExtractor< Range >::Partition_t = PartitionBase |
Base type of the partition.
Definition at line 660 of file Partitions.h.
|
inlineinherited |
Definition at line 644 of file Partitions.h.
|
inlineinherited |
Definition at line 645 of file Partitions.h.
References lar::util::simple_geo::Range< Data >::lower.
|
inlineinherited |
Definition at line 646 of file Partitions.h.
|
inlineinherited |
Definition at line 647 of file Partitions.h.
References geo::part::AreaOwner::area().
|
inlineinherited |
Definition at line 648 of file Partitions.h.
|
inline |
Definition at line 664 of file Partitions.h.
References geo::part::AreaOwner::area(), and value.
|
inline |
Definition at line 667 of file Partitions.h.
|
staticinherited |
Definition at line 641 of file Partitions.h.