|
std::vector< std::vector
< TGeoNode const * > > | paths |
|
Definition at line 713 of file GeometryCore.cxx.
geo::CollectPathsByName::CollectPathsByName |
( |
std::set< std::string > const & |
names | ) |
|
|
inline |
If the name of the node matches, records the node full path.
Definition at line 719 of file GeometryCore.cxx.
720 {
if (
matcher(**iter))
paths.push_back(iter.get_path()); }
std::vector< std::vector< TGeoNode const * > > paths
NodeNameMatcherClass matcher
std::vector<std::vector<TGeoNode const*> > geo::CollectPathsByName::paths |
The documentation for this struct was generated from the following file: