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 267 of file GeometryCore.cxx.
|
inline |
Definition at line 270 of file GeometryCore.cxx.
|
inline |
If the name of the node matches, records the node full path.
Definition at line 273 of file GeometryCore.cxx.
|
protected |
Definition at line 277 of file GeometryCore.cxx.
std::vector<std::vector<TGeoNode const*> > gar::geo::CollectPathsByName::paths |
Definition at line 268 of file GeometryCore.cxx.