#include <algorithms/algorithm.h>
#include <algorithms/geo.h>
#include <edm4eic/ClusterCollection.h>
#include <edm4eic/TrackClusterMatchCollection.h>
#include <edm4eic/TrackSegmentCollection.h>
#include <edm4hep/Vector3f.h>
#include <cmath>
#include <string>
#include <string_view>
#include "algorithms/interfaces/WithPodConfig.h"
#include "algorithms/reco/TrackClusterMatchConfig.h"
Go to the source code of this file.
|
| using | eicrecon::TrackClusterMatchAlgorithm = algorithms::Algorithm< algorithms::Input< edm4eic::TrackSegmentCollection, edm4eic::ClusterCollection >, algorithms::Output< edm4eic::TrackClusterMatchCollection > > |
| |