Algorithm(s) dealing with point isolation in space. More...
#include "larexamples/Algorithms/RemoveIsolatedSpacePoints/SpacePartition.h"
#include "cetlib/pow.h"
#include <cassert>
#include <cmath>
#include <vector>
#include <array>
#include <string>
#include <iterator>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | lar::example::PointIsolationAlg< Coord > |
Algorithm to detect isolated space points. More... | |
struct | lar::example::PointIsolationAlg< Coord >::Configuration_t |
Type containing all configuration parameters of the algorithm. More... | |
Namespaces | |
lar | |
LArSoft-specific namespace. | |
lar::example | |
LArSoft examples. | |
Algorithm(s) dealing with point isolation in space.
This library contains only template classes and it is header only.
Definition in file PointIsolationAlg.h.