LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Type containing all configuration parameters of the algorithm. More...
#include "PointIsolationAlg.h"
Public Attributes | |
Range_t | rangeX |
range in X of the covered volume More... | |
Range_t | rangeY |
range in Y of the covered volume More... | |
Range_t | rangeZ |
range in Z of the covered volume More... | |
Coord_t | radius2 |
square of isolation radius [cm^2] More... | |
size_t | maxMemory = 100 * 1048576 |
grid smaller than this number of bytes (100 MiB) More... | |
Type containing all configuration parameters of the algorithm.
Definition at line 136 of file PointIsolationAlg.h.
size_t lar::example::PointIsolationAlg< Coord >::Configuration_t::maxMemory = 100 * 1048576 |
grid smaller than this number of bytes (100 MiB)
Definition at line 141 of file PointIsolationAlg.h.
Referenced by lar::example::PointIsolationAlg< Coord >::computeCellSize().
Coord_t lar::example::PointIsolationAlg< Coord >::Configuration_t::radius2 |
square of isolation radius [cm^2]
Definition at line 140 of file PointIsolationAlg.h.
Referenced by lar::example::PointIsolationAlg< Coord >::closeEnough(), lar::example::PointIsolationAlg< Coord >::computeCellSize(), lar::example::SpacePointIsolationAlg::initialize(), lar::example::PointIsolationAlg< Coord >::removeIsolatedPoints(), and lar::example::PointIsolationAlg< Coord >::validateConfiguration().
Range_t lar::example::PointIsolationAlg< Coord >::Configuration_t::rangeX |
range in X of the covered volume
Definition at line 137 of file PointIsolationAlg.h.
Referenced by lar::example::PointIsolationAlg< Coord >::computeCellSize(), lar::example::SpacePointIsolationAlg::fillAlgConfigFromGeometry(), lar::example::PointIsolationAlg< Coord >::removeIsolatedPoints(), and lar::example::PointIsolationAlg< Coord >::validateConfiguration().
Range_t lar::example::PointIsolationAlg< Coord >::Configuration_t::rangeY |
range in Y of the covered volume
Definition at line 138 of file PointIsolationAlg.h.
Referenced by lar::example::PointIsolationAlg< Coord >::computeCellSize(), lar::example::SpacePointIsolationAlg::fillAlgConfigFromGeometry(), lar::example::PointIsolationAlg< Coord >::removeIsolatedPoints(), and lar::example::PointIsolationAlg< Coord >::validateConfiguration().
Range_t lar::example::PointIsolationAlg< Coord >::Configuration_t::rangeZ |
range in Z of the covered volume
Definition at line 139 of file PointIsolationAlg.h.
Referenced by lar::example::PointIsolationAlg< Coord >::computeCellSize(), lar::example::SpacePointIsolationAlg::fillAlgConfigFromGeometry(), lar::example::PointIsolationAlg< Coord >::removeIsolatedPoints(), and lar::example::PointIsolationAlg< Coord >::validateConfiguration().