Public Attributes | List of all members
lar::example::PointIsolationAlg< Coord >::Configuration_t Struct Reference

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...
 

Detailed Description

template<typename Coord = double>
struct lar::example::PointIsolationAlg< Coord >::Configuration_t

Type containing all configuration parameters of the algorithm.

Definition at line 135 of file PointIsolationAlg.h.

Member Data Documentation

template<typename Coord = double>
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.

template<typename Coord = double>
Coord_t lar::example::PointIsolationAlg< Coord >::Configuration_t::radius2

square of isolation radius [cm^2]

Definition at line 139 of file PointIsolationAlg.h.

template<typename Coord = double>
Range_t lar::example::PointIsolationAlg< Coord >::Configuration_t::rangeX

range in X of the covered volume

Definition at line 136 of file PointIsolationAlg.h.

template<typename Coord = double>
Range_t lar::example::PointIsolationAlg< Coord >::Configuration_t::rangeY

range in Y of the covered volume

Definition at line 137 of file PointIsolationAlg.h.

template<typename Coord = double>
Range_t lar::example::PointIsolationAlg< Coord >::Configuration_t::rangeZ

range in Z of the covered volume

Definition at line 138 of file PointIsolationAlg.h.


The documentation for this struct was generated from the following file: