LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
art Tool for comparing clusters and merging those that are consistent More...
#include "art/Utilities/ToolMacros.h"
#include "art/Utilities/make_tool.h"
#include "cetlib/search_path.h"
#include "cetlib/cpu_timer.h"
#include "larreco/RecoAlg/Cluster3DAlgs/IClusterModAlg.h"
#include "larreco/RecoAlg/Cluster3DAlgs/ConvexHull/ConvexHull.h"
#include "larreco/RecoAlg/Cluster3DAlgs/Voronoi/Voronoi.h"
#include "larreco/RecoAlg/Cluster3DAlgs/PrincipalComponentsAlg.h"
#include "larreco/RecoAlg/Cluster3DAlgs/IClusterAlg.h"
#include "lardata/Utilities/AssociationUtil.h"
#include "lardataobj/RecoBase/Hit.h"
#include "larcore/Geometry/Geometry.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larcorealg/Geometry/WireGeo.h"
#include <boost/range/adaptor/reversed.hpp>
#include <Eigen/Dense>
#include <string>
#include <functional>
#include <iostream>
#include <memory>
Go to the source code of this file.
Classes | |
class | lar_cluster3d::VoronoiPathFinder |
Namespaces | |
lar_cluster3d | |
art Tool for comparing clusters and merging those that are consistent
Definition in file VoronoiPathFinder_tool.cc.