Web-based geometry viewer for CMS geometry. 
 
 
 
void web_cms()
{
 
 
 
 
   auto viewer = std::make_shared<RGeomViewer>(
gGeoManager);
 
 
   
   viewer->SelectVolume("CMSE");
 
   
   viewer->SetDrawOptions("clipxyz");
 
   
   
   viewer->SetLimits();
 
   
   viewer->Show();
 
   
   RDirectory::Heap().Add("geom_viewer", viewer);
}
R__EXTERN TGeoManager * gGeoManager
 
static Bool_t SetCacheFileDir(ROOT::Internal::TStringView cacheDir, Bool_t operateDisconnected=kTRUE, Bool_t forceCacheread=kFALSE)
 
void SetVisLevel(Int_t level=3)
set default level down to which visualization is performed
 
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.
 
void SetTransparency(Char_t transparency=0)
 
void InvisibleAll(Bool_t flag=kTRUE)
Make volume and each of it daughters (in)visible.
 
virtual void SetLineColor(Color_t lcolor)
Set the line color.
 
- Author
 - Sergey Linev 
 
Definition in file web_cms.cxx.