DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Geometry scanner (handle object) More...
#include <GeoHandler.h>
Public Member Functions | |
GeoScan (DetElement e) | |
Initializing constructor. More... | |
GeoScan (DetElement e, bool propagateRegions) | |
Initializing constructor. More... | |
virtual | ~GeoScan () |
Default destructor. More... | |
virtual GeoScan & | operator() () |
Work callback. More... | |
Protected Attributes | |
std::map< int, std::vector< const TGeoNode * > > * | m_data |
Data holder. More... | |
detail::GeoScan::GeoScan | ( | DetElement | e | ) |
Initializing constructor.
Definition at line 186 of file GeoHandler.cpp.
detail::GeoScan::GeoScan | ( | DetElement | e, |
bool | propagateRegions | ||
) |
Initializing constructor.
Definition at line 191 of file GeoHandler.cpp.
|
virtual |
Default destructor.
Definition at line 198 of file GeoHandler.cpp.
|
virtual |
Work callback.
Definition at line 205 of file GeoHandler.cpp.
|
protected |
Data holder.
Definition at line 140 of file GeoHandler.h.