Go to the source code of this file.
|
| namespace | ActsTrk |
| | The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.).
|
|
| std::pair< int, int > | ActsTrk::countPixelStrip (const traccc::edm::measurement_collection::const_device &measurements) |
| | Count the number of measurements 2D (pixel) vs 1D (strip).
|
| template<typename ClusterT, typename AuxContainerT, typename ContainerT = DataVector<ClusterT>> |
| std::pair< std::unique_ptr< ContainerT >, std::unique_ptr< AuxContainerT > > | ActsTrk::makeOutputContainer (const EventContext &ctx, int n) |
| template<typename MEAS> |
| void | ActsTrk::fillStripCluster (const MEAS &meas, const Identifier &athenaId, const SCT_ID *stripID, const InDetDD::SCT_DetectorManager *stripManager, xAOD::StripCluster &xaod_scl, std::size_t combinedIndex) |
| template<typename MEAS> |
| void | ActsTrk::fillPixelCluster (const MEAS &meas, const Identifier &athenaId, const PixelID *pixelID, const InDetDD::PixelDetectorManager *pixelManager, xAOD::PixelCluster &xaod_pcl, std::size_t combinedIndex) |