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 "PHTrackPropagating.h"
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase/TrkrDefs.h>
#include <Eigen/Core>
#include <phgenfit/Track.h>
#include <gsl/gsl_rng.h>
#include <array>
#include <list>
#include <map>
#include <memory>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | PHGenFitTrkProp |
Propagate tracklet to full track using GenFit. More... | |
struct | PHGenFitTrkProp::TrackQuality |
Namespaces | |
namespace | PHGenFit |
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 PHGenFitTrkProp.h.