Skip to content
Snippets Groups Projects
Commit d3e1e881 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny: Committed by Melissa Yexley
Browse files

Move to simpler cast syntax tahnks to the new GeoIntrusivePtr

parent d4c66fff
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ if ( !(user_detmanagerslist.empty()) ) {
PVConstLink treetop(manager->getTreeTop(i));
// get treetop's volume
const GeoVPhysVol* vol = &(*treetop);
const GeoVPhysVol* vol = treetop;
// get volume's transform
// NOTE: we use getDefX() to get the transform without any alignment
......
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