![]() |
ATLAS Offline Software
|
#include "AthenaBaseComps/AthReentrantAlgorithm.h"#include "StoreGate/ReadHandleKey.h"#include "StoreGate/WriteHandleKey.h"#include "ActsGPUEvent/TracccTrackContainer.h"#include "ActsGPUEvent/TracccDetectorGeometryDescription.h"#include "ActsGPUEvent/GeometryIdMapping.h"#include "AthDeviceInterfaces/IMemoryResourceTool.h"#include "AthDeviceInterfaces/ICopyTool.h"#include "ActsGeometryInterfaces/ITrackingGeometrySvc.h"#include "xAODInDetMeasurement/PixelClusterContainer.h"#include "xAODInDetMeasurement/StripClusterContainer.h"#include "ActsEvent/TrackContainer.h"#include "ActsEvent/TrackContainerHandlesHelper.h"#include "ActsCalibrators/xAODUncalibMeasCalibrator.h"#include "GaudiKernel/ToolHandle.h"Go to the source code of this file.
Classes | |
| class | ActsTrk::TracccTrackConverterAlg |
| Algorithm converting traccc tracks ( tracks + track states sdevice buffer) to ACTS tracks (host container). 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.). | |
Enumerations | |
| enum | TrackValidity { kValid , kInvalidState , kInvalidGlobalParams } |
| enum TrackValidity |
| Enumerator | |
|---|---|
| kValid | |
| kInvalidState | |
| kInvalidGlobalParams | |
Definition at line 28 of file TracccTrackConverterAlg.h.