Skip to content
Snippets Groups Projects
Commit 84b70c64 authored by Frank Gaede's avatar Frank Gaede
Browse files

change LocalToMasterVect to LocalToMaster in VolCylinder::localToGlobal()

parent b83e094b
No related branches found
No related tags found
No related merge requests found
...@@ -925,7 +925,7 @@ namespace DD4hep { ...@@ -925,7 +925,7 @@ namespace DD4hep {
Vector3D lp = VolCylinder(_volSurf).localToGlobal( point ) ; Vector3D lp = VolCylinder(_volSurf).localToGlobal( point ) ;
Vector3D p ; Vector3D p ;
_wtM->LocalToMasterVect( lp , p.array() ) ; _wtM->LocalToMaster( lp , p.array() ) ;
return p ; return p ;
} }
......
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