Skip to content
Snippets Groups Projects
Commit be4aae11 authored by Andre Sailer's avatar Andre Sailer
Browse files

Add deprecated to VolumeManager:worldTransformation(VolumeID)

parent 948e0237
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ namespace DD4hep {
/// Lookup the closest subdetector detector element in the hierarchy according to a contained 64 bit hit ID
DetElement lookupDetElement(VolumeID volume_id) const;
/// Access the transformation of a physical volume to the world coordinate system
[[gnu::deprecated("This function might be buggy and will be removed")]]
const TGeoMatrix& worldTransformation(VolumeID volume_id) const;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment