7#include <TGeoManager.h>
34 std::string m_className;
41 bool m_hasExternalCanvas;
45 std::vector<TGeoVolume*> m_volumes;
46 std::vector<TGeoMedium*> m_media;
48 TGeoManager* m_geoManager;
"Native" geometry, using simple shapes.
Visualize a geometry defined using the "native" shapes.
void Plot()
Draw the geometry.
void EnableDebugging(const bool on=true)
Enable/disable debugging messages.
void SetCanvas(TCanvas *c)
Set the canvas to be painted on.
void SetGeometry(GeometrySimple *geo)
Set the geometry to be drawn.
~ViewGeometry()
Destructor.
ViewGeometry()
Constructor.