Algorithm(s) dealing with space point isolation in space. More...
#include "larexamples/Algorithms/RemoveIsolatedSpacePoints/PointIsolationAlg.h"
#include "lardataobj/RecoBase/SpacePoint.h"
#include "cetlib/pow.h"
#include "fhiclcpp/types/Comment.h"
#include "fhiclcpp/types/Name.h"
#include "fhiclcpp/types/Atom.h"
#include "fhiclcpp/types/Table.h"
#include "fhiclcpp/ParameterSet.h"
#include <vector>
#include <type_traits>
#include <memory>
Go to the source code of this file.
Classes | |
class | lar::example::SpacePointIsolationAlg |
Algorithm to detect isolated space points. More... | |
struct | lar::example::SpacePointIsolationAlg::Config |
Algorithm configuration. More... | |
struct | lar::example::PositionExtractor< recob::SpacePoint > |
Specialization of PositionExtractor for recob::SpacePoint. More... | |
Namespaces | |
geo | |
LArSoft geometry interface. | |
lar | |
LArSoft-specific namespace. | |
lar::example | |
LArSoft examples. | |
Algorithm(s) dealing with space point isolation in space.
Definition in file SpacePointIsolationAlg.h.