LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Implementation of the Seed Finder Algorithm The intent of this algorithm is to take an input list of 3D space points and from those to find candidate track start points and directions. More...
#include "larreco/RecoAlg/Cluster3DAlgs/ParallelHitsSeedFinderAlg.h"
#include "larcore/Geometry/Geometry.h"
#include "lardataobj/RecoBase/Hit.h"
#include "lardataobj/RecoBase/Seed.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larcorealg/Geometry/WireGeo.h"
#include "TTree.h"
#include "TVectorD.h"
#include "TMatrixD.h"
#include "TDecompSVD.h"
#include <string>
#include <functional>
#include <iostream>
#include <memory>
Go to the source code of this file.
Namespaces | |
lar_cluster3d | |
Implementation of the Seed Finder Algorithm The intent of this algorithm is to take an input list of 3D space points and from those to find candidate track start points and directions.
Definition in file ParallelHitsSeedFinderAlg.cxx.