|
| SurfaceCatalogView | combinedCatalogView () |
| |
| std::vector< LayerId > | orderedSurfaceRange (uint16_t first, uint16_t count) |
| |
| TrackerInitialization | makeCombinedConfiguration (const TrackingParameters &itsParams, const TrackingParameters &mftParams) |
| |
| TrackingParameters | makeTestTrackingParameters (o2::detectors::DetID::ID detector) |
| |
| void | resetReferenceTrackingParameters (ReferenceTrackingParameters ¶meters, o2::detectors::DetID::ID detector) |
| |
| TrackingPlan | makeTrackingPlan (const TrackingParameters ¶meters) |
| |
| TrackingPlan | makeTrackingPlan (TrackingParameters &¶meters) |
| |
| template<typename Parameters > |
| TrackingPlan | makeTrackingPlan (const std::vector< Parameters > ¶meters) |
| |
| std::vector< TrackingParameters > | expandTrackingPlan (const TrackingPlan &plan) |
| |
| std::vector< TrackingParameters > | referenceTrackingParameters (o2::detectors::DetID::ID detector, TrackingMode::Type mode) |
| |
| void | 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 | 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 | 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) |
| |