![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "art/Framework/Core/ModuleMacros.h"#include "art/Framework/Core/EDProducer.h"#include "canvas/Persistency/Common/FindManyP.h"#include "art/Framework/Principal/Event.h"#include "fhiclcpp/ParameterSet.h"#include "art/Framework/Principal/Handle.h"#include "canvas/Persistency/Common/Ptr.h"#include "canvas/Persistency/Common/PtrVector.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "art/Framework/Services/Optional/TFileService.h"#include "art/Framework/Services/Optional/TFileDirectory.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include <sys/types.h>#include <sys/stat.h>#include <sstream>#include <fstream>#include <math.h>#include <algorithm>#include <iostream>#include <vector>#include <string>#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"#include "lardataobj/RecoBase/Cluster.h"#include "lardataobj/RecoBase/EndPoint2D.h"#include "lardataobj/RecoBase/Hit.h"#include "larcore/Geometry/Geometry.h"#include "larcorealg/Geometry/CryostatGeo.h"#include "larcorealg/Geometry/TPCGeo.h"#include "larcorealg/Geometry/PlaneGeo.h"#include "lardata/Utilities/AssociationUtil.h"#include "TMath.h"#include "TH2.h"Go to the source code of this file.
Classes | |
| class | vertex::HarrisVertexFinder |
Namespaces | |
| vertex | |
| vertex reconstruction | |
Macros | |
| #define | HarrisVertexFinder_H |
| #define HarrisVertexFinder_H |
The algorithm is based on: C. Harris and M. Stephens (1988). "A combined corner and edge detector". Proceedings of the 4th Alvey Vision Conference. pp. 147-151. B. Morgan (2010). "Interest Point Detection for Reconstruction in High Granularity Tracking Detectors". arXiv:1006.3012v1 [physics.ins-det]
Definition at line 19 of file HarrisVertexFinder_module.cc.