15   std::istringstream 
f(path);
 
 
   89   geom->SetTopVolume(top);
 
  111   arb->SetVertex(0, 15., -5.);
 
  112   arb->SetVertex(1, 0., -25.);
 
  113   arb->SetVertex(2, -10., -25.);
 
  114   arb->SetVertex(3, 5., -5.);
 
  115   arb->SetVertex(4, 15., -5.);
 
  116   arb->SetVertex(5, 0., -25.);
 
  117   arb->SetVertex(6, -10., -25.);
 
  118   arb->SetVertex(7, 5., -5.);
 
  162   geom->CloseGeometry();
 
 
  168   auto eveMng = REX::REveManager::Create();
 
  184   data->RefDescription().SetVisLevel(vislevel);
 
  195   geoViz->SetPickable(
true);
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
R__EXTERN TGeoManager * gGeoManager
 
R__EXTERN TGeoIdentity * gGeoIdentity
 
virtual void AddElement(REveElement *el)
Add el to the list of children.
 
REveScene * GetEventScene() const
 
REveScene * SpawnNewScene(const char *name, const char *title="")
Create a new scene.
 
REveViewer * SpawnNewViewer(const char *name, const char *title="")
Create a new GL viewer.
 
void Show(const RWebDisplayArgs &args="")
Show eve manager in specified browser.
 
virtual void AddScene(REveScene *scene)
Add 'scene' to the list of scenes.
 
static Bool_t SetCacheFileDir(std::string_view cacheDir, Bool_t operateDisconnected=kTRUE, Bool_t forceCacheread=kFALSE)
Sets the directory where to locally stage/cache remote files.
 
An arbitrary trapezoid with less than 8 vertices standing on two parallel planes perpendicular to Z a...
 
Class describing rotation + translation.
 
The manager class for any TGeo geometry.
 
static TGeoManager * Import(const char *filename, const char *name="", Option_t *option="")
static function Import a geometry from a gdml or ROOT file
 
TGeoVolume * GetVolume(const char *name) const
Search for a named volume. All trailing blanks stripped.
 
void DefaultColors()
Set default volume colors according to A of material.
 
TGeoNode * GetTopNode() const
 
TGeoVolume * GetTopVolume() const
 
Base class describing materials.
 
Media are used to store properties related to tracking and which are useful only when using geometry ...
 
A node represent a volume positioned inside another.They store links to both volumes and to the TGeoM...
 
TGeoVolume * GetVolume() const
 
Class describing rotations.
 
Class describing translations.
 
TGeoVolume, TGeoVolumeMulti, TGeoVolumeAssembly are the volume classes.
 
virtual TGeoNode * AddNode(TGeoVolume *vol, Int_t copy_no, TGeoMatrix *mat=nullptr, Option_t *option="")
Add a TGeoNode to the list of nodes.
 
void SetTransparency(Char_t transparency=0)
 
void InvisibleAll(Bool_t flag=kTRUE)
Make volume and each of it daughters (in)visible.
 
void SetLineColor(Color_t lcolor) override
Set the line color.
 
TGeoNode * FindNode(const char *name) const
search a daughter inside the list of nodes
 
ROOT::Experimental::REveManager * eveMng
 
void eveGeoBrowser(bool showDet=true)
 
TGeoNode * getNodeFromPath(TGeoNode *top, std::string path)