Warning, file /acts/Examples/Algorithms/TrackFindingExaTrkX/src/createFeatures.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009 #pragma once
0010
0011 #include "ActsExamples/TrackFindingExaTrkX/TrackFindingAlgorithmExaTrkX.hpp"
0012
0013 namespace ActsExamples {
0014
0015 std::vector<float> createFeatures(
0016 const SimSpacePointContainer &spacepoints,
0017 const std::optional<ClusterContainer> &clusters,
0018 const std::vector<TrackFindingAlgorithmExaTrkX::NodeFeature> &nodeFeatures,
0019 const std::vector<float> &featureScales);
0020
0021 }