![]() |
ATLAS Offline Software
|
#include <filesystem>#include <format>#include <fstream>#include <memory>#include <string>#include "AthenaBaseComps/AthReentrantAlgorithm.h"#include "StoreGate/ReadHandleKey.h"#include "StoreGate/WriteHandleKey.h"#include "StoreGate/ReadCondHandleKey.h"#include "ActsEvent/MeasurementToTruthParticleAssociation.h"#include "ActsEvent/TrackContainerHandlesHelper.h"#include "ActsEvent/TrackContainer.h"#include "ActsEvent/PersistentTrackContainer.h"#include "ActsEvent/ContextUtility.h"#include "ActsGeometryInterfaces/ITrackingGeometrySvc.h"#include "ActsGeometry/DetectorElementToActsGeometryIdMap.h"#include "ActsCalibBase/MeasurementCalibratorBase.h"#include "Acts/EventData/BoundTrackParameters.hpp"#include "TrkEventPrimitives/PdgToParticleHypothesis.h"#include "AthenaBaseComps/AthAlgTool.h"#include "AthenaBaseComps/AthMsgStreamMacros.h"#include "GaudiKernel/IChronoStatSvc.h"#include "GaudiKernel/ServiceHandle.h"#include "InDetIdentifier/PixelID.h"#include "InDetIdentifier/SCT_ID.h"#include "InDetPrepRawData/PixelClusterContainer.h"#include "InDetPrepRawData/SCT_ClusterContainer.h"#include "InDetRawData/PixelRDO_Container.h"#include "InDetRawData/SCT_RDO_Container.h"#include "InDetReadoutGeometry/SiDetectorDesign.h"#include "InDetReadoutGeometry/SiDetectorManager.h"#include "PixelReadoutGeometry/PixelDetectorManager.h"#include "PixelReadoutGeometry/PixelModuleDesign.h"#include "SCT_ReadoutGeometry/SCT_DetectorManager.h"#include "SCT_ReadoutGeometry/StripStereoAnnulusDesign.h"#include "xAODInDetMeasurement/PixelClusterContainer.h"#include "xAODInDetMeasurement/PixelClusterAuxContainer.h"#include "xAODInDetMeasurement/StripClusterContainer.h"#include "xAODInDetMeasurement/StripClusterAuxContainer.h"#include "xAODInDetMeasurement/SpacePoint.h"#include "xAODInDetMeasurement/SpacePointContainer.h"#include "xAODInDetMeasurement/SpacePointAuxContainer.h"#include "xAODTruth/TruthVertex.h"#include "ITracccTritonTool.h"Go to the source code of this file.
Classes | |
| class | TritonTracccTrackMaker |
| TritonTracccTrackMaker is an algorithm that uses the Traccc-algorithm to reconstruct tracks from cells. More... | |