Draft: scifi api completeness
1 unresolved thread
1 unresolved thread
To fix this issue: #33 (closed), used for geometry navigation
Merge request reports
Activity
mentioned in issue #33 (closed)
Thanks a lot for your comments. This kind of functionality is there for the DetDesc version (#33 (closed)). From the local test, we can also use applyToAllChidren() to do a detector element navigation. Maybe I can close this issue(#33 (closed)).
auto func = [this, &i]( const DeFTStation& station ) { std::cout << "hi" << std::endl; }; deFT.applyToAllChildren( func );
Edited by Zehua Xu
Please register or sign in to reply