ATLAS Offline Software
Loading...
Searching...
No Matches
SpacePointConversionUtilities.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef SPACEPOINT_CONVERSION_UTILITIES_H
6#define SPACEPOINT_CONVERSION_UTILITIES_H
7
14
17
20
24
25namespace TrackingUtilities {
26
27 StatusCode convertTrkToXaodPixelSpacePoint(const InDet::PixelSpacePoint& trkSpacePoint,
28 xAOD::SpacePoint& xaodSpacePoint);
29
30 StatusCode convertTrkToXaodStripSpacePoint(const InDet::SCT_SpacePoint& trkSpacePoint,
31 const Amg::Vector3D& vertex,
32 xAOD::SpacePoint& xaodSpacePoint);
33
34}
35
36#endif
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
Eigen::Matrix< double, 3, 1 > Vector3D
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode convertTrkToXaodStripSpacePoint(const InDet::SCT_SpacePoint &trkSpacePoint, const Amg::Vector3D &vertex, xAOD::SpacePoint &xaodSpacePoint)
StatusCode convertTrkToXaodPixelSpacePoint(const InDet::PixelSpacePoint &trkSpacePoint, xAOD::SpacePoint &xaodSpacePoint)