LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Types | |
using | Area_t = geo::part::AreaOwner::Area_t |
using | AreaRangeMember_t = Area_t::Range_t(Area_t::*) |
Type of pointer to Area_t data member of type Range_t. More... | |
Public Member Functions | |
TPCwithArea_t (Area_t area, geo::TPCGeo const *TPC) | |
bool | contains (double w, double d) const |
Returns whether the specified point is covered by this object. More... | |
Area_t const & | area () const |
Returns the covered area. More... | |
template<typename Stream > | |
void | dumpArea (Stream &&out) const |
Output the owned area into an output stream. More... | |
Public Attributes | |
geo::TPCGeo const * | TPC = nullptr |
Definition at line 392 of file DriftPartitions.cxx.
Definition at line 393 of file DriftPartitions.cxx.
|
inherited |
Type of pointer to Area_t data member of type Range_t.
Definition at line 46 of file Partitions.h.
|
inline |
Definition at line 397 of file DriftPartitions.cxx.
References TPCarea().
|
inlineinherited |
Returns the covered area.
Definition at line 56 of file Partitions.h.
References geo::part::AreaOwner::myArea.
Referenced by geo::part::AreaOwner::contains(), geo::part::AreaOwner::dumpArea(), makeTPCPartitionElement(), geo::part::details::RangeLowerBoundExtractor< Range >::operator()(), and geo::part::details::PartitionRangeLowerBoundExtractor< Range >::operator()().
|
inlineinherited |
Returns whether the specified point is covered by this object.
Definition at line 52 of file Partitions.h.
References geo::part::AreaOwner::area(), and lar::util::simple_geo::Rectangle< Data >::contains().
|
inlineinherited |
Output the owned area into an output stream.
Definition at line 60 of file Partitions.h.
References geo::part::AreaOwner::area().
Referenced by geo::part::PartitionBase::describeArea().
geo::TPCGeo const* TPCwithArea_t::TPC = nullptr |
Definition at line 395 of file DriftPartitions.cxx.
Referenced by makeTPCPartitionElement().