Configuration parameters which can be configured on the client Send as is to-from client.
Definition at line 112 of file RGeomData.hxx.
Public Attributes | |
int | build_shapes {1} |
when shapes build on server 0 - never, 1 - TGeoComposite, 2 - plus non-cylindrical, 3 - all | |
std::string | drawopt |
draw options for TGeoPainter | |
int | maxnumfaces {0} |
maximal number of faces | |
int | maxnumnodes {0} |
maximal number of nodes | |
int | nsegm {0} |
number of segments for cylindrical shapes | |
bool | showtop {false} |
show geometry top volume, off by default | |
int | vislevel {0} |
visible level | |
#include <ROOT/RGeomData.hxx>
int ROOT::Experimental::RGeomConfig::build_shapes {1} |
when shapes build on server 0 - never, 1 - TGeoComposite, 2 - plus non-cylindrical, 3 - all
Definition at line 118 of file RGeomData.hxx.
std::string ROOT::Experimental::RGeomConfig::drawopt |
draw options for TGeoPainter
Definition at line 120 of file RGeomData.hxx.
int ROOT::Experimental::RGeomConfig::maxnumfaces {0} |
maximal number of faces
Definition at line 116 of file RGeomData.hxx.
int ROOT::Experimental::RGeomConfig::maxnumnodes {0} |
maximal number of nodes
Definition at line 115 of file RGeomData.hxx.
int ROOT::Experimental::RGeomConfig::nsegm {0} |
number of segments for cylindrical shapes
Definition at line 119 of file RGeomData.hxx.
bool ROOT::Experimental::RGeomConfig::showtop {false} |
show geometry top volume, off by default
Definition at line 117 of file RGeomData.hxx.
int ROOT::Experimental::RGeomConfig::vislevel {0} |
visible level
Definition at line 114 of file RGeomData.hxx.