![]() |
ATLAS Offline Software
|
#include "AthenaBaseComps/AthReentrantAlgorithm.h"#include "StoreGate/ReadHandleKey.h"#include "StoreGate/WriteHandleKey.h"#include "GaudiKernel/ToolHandle.h"#include "ActsGPUEvent/TracccMeasurementCollection.h"#include "ActsGPUEvent/TracccDetectorConditionsDescription.h"#include "ActsGPUEvent/TracccDetectorDesignDescription.h"#include "ActsGPUEvent/GeometryIdMapping.h"#include "AthDeviceInterfaces/IMemoryResourcesTool.h"#include "AthDeviceInterfaces/ICopiesTool.h"#include "xAODInDetMeasurement/PixelClusterContainer.h"#include "xAODInDetMeasurement/StripClusterContainer.h"#include "InDetIdentifier/PixelID.h"#include "InDetIdentifier/SCT_ID.h"#include "SGTools/StlVectorClids.h"#include <array>#include <atomic>#include <memory_resource>#include <cstdint>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | ActsTrk::xAODToTracccMeasurementConverterAlg |
| Algorithm converting xAOD clusters (host container) to traccc measurements (device buffer). More... | |
| struct | ActsTrk::xAODToTracccMeasurementConverterAlg::MeasurementRecord |
| Host side description of a measurement before it is written to the traccc collection. More... | |
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.). | |