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 135 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 140 of file PointIsolationAlg.h.
Coord_t lar::example::PointIsolationAlg< Coord >::Configuration_t::radius2 |
square of isolation radius [cm^2]
Definition at line 139 of file PointIsolationAlg.h.
Range_t lar::example::PointIsolationAlg< Coord >::Configuration_t::rangeX |
range in X of the covered volume
Definition at line 136 of file PointIsolationAlg.h.
Range_t lar::example::PointIsolationAlg< Coord >::Configuration_t::rangeY |
range in Y of the covered volume
Definition at line 137 of file PointIsolationAlg.h.
Range_t lar::example::PointIsolationAlg< Coord >::Configuration_t::rangeZ |
range in Z of the covered volume
Definition at line 138 of file PointIsolationAlg.h.