 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTSTRK_ACTSGEOMETRYIDTODETECTORELEMENTMAPPINGALG_H
6 #define ACTSTRK_ACTSGEOMETRYIDTODETECTORELEMENTMAPPINGALG_H
27 std::unordered_map<
unsigned long long,
28 unsigned int> &detector_element_to_volume_id)
const;
31 {
this,
"TrackingGeometryTool",
""};
34 {
this,
"DetectorElementsKeys", {},
"Keys of input SiDetectorElementCollection"};
37 {
this,
"ActsVolumeIdToDetectorElementCollectionMap",
"ActsVolumeIdToDetectorElementCollectionMap",
38 "Map which associates Acts geometry volume IDs to detector element collections."};
ActsVolumeIdToDetectorElementCollectionMappingAlg(const std::string &name, ISvcLocator *pSvcLocator)
void createDetectorElementToVolumeIdMap(const Acts::TrackingGeometry &acts_tracking_geometry, std::unordered_map< unsigned long long, unsigned int > &detector_element_to_volume_id) const
SG::WriteCondHandleKey< ActsTrk::ActsVolumeIdToDetectorElementCollectionMap > m_volumeIdToDetectorElementCollMapKey
StatusCode execute(const EventContext &ctx) const override
An algorithm that can be simultaneously executed in multiple threads.
PublicToolHandle< ActsTrk::ITrackingGeometryTool > m_trackingGeometryTool
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize() override
SG::ReadCondHandleKeyArray< InDetDD::SiDetectorElementCollection > m_detEleCollKeys
virtual ~ActsVolumeIdToDetectorElementCollectionMappingAlg()
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...