HerdSoftware
0.4.0
|
#include "herd/analysis/algorithms/tracking/HoughFinderTools/HFCluster.h"
#include "herd/analysis/algorithms/tracking/HoughFinderTools/HoughTrackStub.h"
#include "herd/analysis/common/ViewArray.h"
#include "herd/analysis/dataobjects/ScdClusters.h"
#include "herd/analysis/dataobjects/ScdGeoParamsColl.h"
#include "herd/analysis/dataobjects/Track2DColl.h"
#include "algorithm/Algorithm.h"
#include "herd/analysis/dataobjects/Track.h"
#include <tuple>
#include <variant>
Go to the source code of this file.
Classes | |
class | Herd::HoughFinder2DAlgo |
Finds tracks from a collection of 2D hits. More... | |
Namespaces | |
Herd | |
CssGeoParams.h CssGeoParams class declaration. | |
Typedefs | |
using | Herd::HFClusters = std::vector< std::vector< HFCluster > > |
using | Herd::ClusterColl = std::variant< FitClustersColl, ScdClustersColl > |
using | Herd::GeoParamsColl = std::variant< FitGeoParamsColl, ScdGeoParamsColl > |