ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Progressive pattern recgnition based on GenFit Kalman filter using Alan Dion's HelixHough for seeding, GenFit Kalman filter to do track propagation. More...
#include "PHTrackSeeding.h"
#include <HelixHough/SimpleHit3D.h>
#include <HelixHough/SimpleTrack3D.h>
#include <HelixHough/VertexFinder.h>
#include <Eigen/Core>
#include <cfloat>
#include <iostream>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | PHHoughSeeding |
A fun4all implementation of Alan's Hough Transform. More... | |
Progressive pattern recgnition based on GenFit Kalman filter using Alan Dion's HelixHough for seeding, GenFit Kalman filter to do track propagation.
Definition in file PHHoughSeeding.h.