![]() |
Project
|
#include <GeometryManager.h>
Public Member Functions | |
TEveGeoShape * | getGeometryForDetector (std::string detectorName) |
Returns ROOT shapes describing simplified geometry of given detector. | |
Static Public Member Functions | |
static GeometryManager & | getInstance () |
Returns an instance of GeometryManager. | |
GeometryManager allows access to geometries of detectors.
GeometryManager is a singleton class which opens ROOT files with simplified geometries, reads drawing parameters (such as color or transparency) from the config file, prepares and return ready-to-draw volumes.
Definition at line 34 of file GeometryManager.h.
TEveGeoShape * o2::event_visualisation::GeometryManager::getGeometryForDetector | ( | std::string | detectorName | ) |
Returns ROOT shapes describing simplified geometry of given detector.
Definition at line 41 of file GeometryManager.cxx.
|
static |
Returns an instance of GeometryManager.
Definition at line 35 of file GeometryManager.cxx.