8 std::unique_ptr<TrackParameters> muonEntry,
9 std::vector<CurvilinearParameters>&& caloLayers)
10 : m_caloEntryLayerIntersection(std::move(caloEntry)),
11 m_muonEntryLayerIntersection(std::move(muonEntry)),
12 m_caloLayerIntersections(std::move(caloLayers)) {}