![]() |
ATLAS Offline Software
|
#include "PixelClusteringTool.h"#include <Acts/Clusterization/Clusterization.hpp>#include <xAODInDetMeasurement/PixelCluster.h>#include <xAODInDetMeasurement/PixelClusterContainer.h>#include <xAODInDetMeasurement/PixelClusterAuxContainer.h>#include <xAODInDetMeasurement/Utilities.h>#include <InDetPrepRawData/SiWidth.h>#include <TrkSurfaces/Surface.h>#include <unordered_set>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| 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.). | |
Functions | |
| static int | ActsTrk::getCellRow (const typename PixelClusteringTool::Cell &cell) |
| static int | ActsTrk::getCellColumn (const typename PixelClusteringTool::Cell &cell) |
| static void | ActsTrk::clusterReserve (PixelClusteringTool::Cluster &cl, std::size_t n) |
| static void | ActsTrk::clusterAddCell (PixelClusteringTool::Cluster &cl, const PixelClusteringTool::Cell &cell) |