LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 136 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 141 of file PointIsolationAlg.h.

Referenced by lar::example::PointIsolationAlg< Coord >::computeCellSize().


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