8#include <TGeoManager.h>
28 void Plot(
const bool twod =
false);
37 std::vector<TGeoVolume*> m_volumes;
38 std::vector<TGeoMedium*> m_media;
40 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 Plot3d()
Draw a three-dimensional view of the geometry.
void SetGeometry(GeometrySimple *geo)
Set the geometry to be drawn.
~ViewGeometry()
Destructor.
void Plot(const bool twod=false)
Draw the geometry.
void Plot2d()
Draw a cut through the geometry at the current viewing plane.
ViewGeometry()
Constructor.