8#include <TGeoManager.h>
33 std::vector<TGeoVolume*> m_volumes;
34 std::vector<TGeoMedium*> m_media;
36 std::unique_ptr<TGeoManager> m_geoManager;
"Native" geometry, using simple shapes.
Base class for visualization classes.
Visualize a geometry defined using the "native" shapes.
void Plot()
Draw the geometry.
void SetGeometry(GeometrySimple *geo)
Set the geometry to be drawn.
~ViewGeometry()
Destructor.
ViewGeometry()
Constructor.