|
| TrackingParameters | o2::itsmft::tracking::test::makeTestTrackingParameters (o2::detectors::DetID::ID detector) |
| |
| void | o2::itsmft::tracking::test::resetReferenceTrackingParameters (ReferenceTrackingParameters ¶meters, o2::detectors::DetID::ID detector) |
| |
| TrackingPlan | o2::itsmft::tracking::test::makeTrackingPlan (const TrackingParameters ¶meters) |
| |
| TrackingPlan | o2::itsmft::tracking::test::makeTrackingPlan (TrackingParameters &¶meters) |
| |
| template<typename Parameters > |
| TrackingPlan | o2::itsmft::tracking::test::makeTrackingPlan (const std::vector< Parameters > ¶meters) |
| |
| std::vector< TrackingParameters > | o2::itsmft::tracking::test::expandTrackingPlan (const TrackingPlan &plan) |
| |
| std::vector< TrackingParameters > | o2::itsmft::tracking::test::referenceTrackingParameters (o2::detectors::DetID::ID detector, TrackingMode::Type mode) |
| |
| void | o2::itsmft::tracking::test::loadSources (TimeFrame &frame, const SurfaceCatalogView &catalog, gsl::span< const TestClusterSourceInput > sources, const o2::InteractionRecord &, std::vector< std::vector< uint32_t > > *indices=nullptr, std::vector< std::vector< uint32_t > > *sizes=nullptr, bool requireCompleteMapping=false) |
| |
| void | o2::itsmft::tracking::test::loadTimeFrameSources (TimeFrame &frame, gsl::span< const TestClusterSourceInput > sources, SurfaceCatalogView catalog, const o2::InteractionRecord &origin, std::vector< std::vector< uint32_t > > *indices=nullptr, std::vector< std::vector< uint32_t > > *sizes=nullptr) |
| |
| template<typename Decoder > |
| void | o2::itsmft::tracking::test::loadTimeFrameSource (TimeFrame &frame, const Decoder &decoder, const o2::InteractionRecord &origin, const o2::its::LayerTiming &timing, gsl::span< const itsmft::CompClusterExt > clusters, gsl::span< const unsigned char > patterns, gsl::span< const o2::itsmft::ROFRecord > rofs, const itsmft::TopologyDictionary *dictionary, const dataformats::MCTruthContainer< MCCompLabel > *labels, o2::detectors::DetID::ID detector, gsl::span< const LayerId > layerToSurface, SurfaceCatalogView catalog, std::vector< std::vector< uint32_t > > *externalIndicesBySurface=nullptr, std::vector< std::vector< uint32_t > > *clusterSizesBySurface=nullptr) |
| |