LArSoft
v06_85_00
Liquid Argon Software toolkit - http://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 617 of file GeometryCore.cxx.
|
inline |
Definition at line 620 of file GeometryCore.cxx.
|
inline |
If the name of the node matches, records the node full path.
Definition at line 623 of file GeometryCore.cxx.
References geo::ROOTGeoNodeForwardIterator::get_path().
|
protected |
Definition at line 627 of file GeometryCore.cxx.
std::vector<std::vector<TGeoNode const*> > geo::CollectPathsByName::paths |
Definition at line 618 of file GeometryCore.cxx.
Referenced by geo::GeometryCore::FindAllVolumePaths().