43 std::vector<gsl::not_null<edm4eic::Measurement2DCollection*>> clustered_collections;
44 for (
const auto& clustered : m_clustered_hits_output()) {
45 clustered_collections.push_back(
46 gsl::not_null<edm4eic::Measurement2DCollection*>(clustered.get()));
49 auto in1 = m_raw_hits_input();
50 std::vector<gsl::not_null<const edm4eic::TrackerHitCollection*>> in2;
51 std::copy(in1.cbegin(), in1.cend(), std::back_inserter(in2));
53 m_algo->process(in2, clustered_collections);