DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <SurfaceHelper.h>
Public Member Functions | |
SurfaceHelper (const DetElement &e) | |
~SurfaceHelper () | |
const SurfaceList & | surfaceList () |
Protected Member Functions | |
void | initialize () |
initializes surfaces from VolSurfaces assigned to this DetElement in detector construction More... | |
Protected Attributes | |
SurfaceList | _sL |
const DetElement & | _det |
Surface helper class that allows to access all surfaces assigned to a DetElement and all its daughters. (originally this was called SurfaceManager).
Definition at line 29 of file SurfaceHelper.h.
dd4hep::rec::SurfaceHelper::SurfaceHelper | ( | const DetElement & | e | ) |
Definition at line 27 of file SurfaceHelper.cpp.
dd4hep::rec::SurfaceHelper::~SurfaceHelper | ( | ) |
Definition at line 32 of file SurfaceHelper.cpp.
|
protected |
initializes surfaces from VolSurfaces assigned to this DetElement in detector construction
Definition at line 37 of file SurfaceHelper.cpp.
|
inline |
Get the list of all surfaces added to this DetElement and all its daughters - instantiate SurfaceHelper with description.world() to get all surfaces.
Definition at line 40 of file SurfaceHelper.h.
|
protected |
Definition at line 44 of file SurfaceHelper.h.
|
protected |
Definition at line 43 of file SurfaceHelper.h.