20 #include <boost/container/small_vector.hpp>
25 using Duration = std::chrono::duration<float, std::milli>;
35 virtual void operator()(
const std::any &,
const std::any &)
const {};
41 std::shared_ptr<GraphConstructionBase> graphConstructor,
42 std::vector<std::shared_ptr<EdgeClassificationBase>> edgeClassifiers,
43 std::shared_ptr<TrackBuildingBase> trackBuilder,
44 std::unique_ptr<const Acts::Logger>
logger);
46 std::vector<std::vector<int>>
run(std::vector<float> &features,
47 std::vector<int> &spacepointIDs,