LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
CollectPathsByName (std::set< std::string > const &names) | |
void | operator() (ROOTGeoNodeForwardIterator const &iter) |
If the name of the node matches, records the node full path. More... | |
Public Attributes | |
std::vector< std::vector< TGeoNode const * > > | paths |
Protected Attributes | |
NodeNameMatcherClass | matcher |
Definition at line 621 of file GeometryCore.cxx.
|
inline |
Definition at line 624 of file GeometryCore.cxx.
|
inline |
If the name of the node matches, records the node full path.
Definition at line 627 of file GeometryCore.cxx.
References geo::ROOTGeoNodeForwardIterator::get_path().
|
protected |
Definition at line 633 of file GeometryCore.cxx.
std::vector<std::vector<TGeoNode const*> > geo::CollectPathsByName::paths |
Definition at line 622 of file GeometryCore.cxx.
Referenced by geo::GeometryCore::FindAllVolumePaths().