Configuration parameters which can be configured on the client Send as is to-from client.
Definition at line 162 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::RGeomConfig::build_shapes {1} |
when shapes build on server 0 - never, 1 - TGeoComposite, 2 - plus non-cylindrical, 3 - all
Definition at line 168 of file RGeomData.hxx.
std::string ROOT::RGeomConfig::drawopt |
draw options for TGeoPainter
Definition at line 170 of file RGeomData.hxx.
int ROOT::RGeomConfig::maxnumfaces {0} |
maximal number of faces
Definition at line 166 of file RGeomData.hxx.
int ROOT::RGeomConfig::maxnumnodes {0} |
maximal number of nodes
Definition at line 165 of file RGeomData.hxx.
int ROOT::RGeomConfig::nsegm {0} |
number of segments for cylindrical shapes
Definition at line 169 of file RGeomData.hxx.
bool ROOT::RGeomConfig::showtop {false} |
show geometry top volume, off by default
Definition at line 167 of file RGeomData.hxx.
int ROOT::RGeomConfig::vislevel {0} |
visible level
Definition at line 164 of file RGeomData.hxx.