Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
geomAlice.C
Go to the documentation of this file.
1/// \file
2/// \ingroup tutorial_geom
3/// Script drawing a detector geometry (here ALICE).
4///
5/// by default the geometry is drawn using the GL viewer
6/// Using the TBrowser, you can select other components
7/// if the file containing the geometry is not found in the local
8/// directory, it is automatically read from the ROOT web site.
9///
10/// \image html geom_geomAlice.png width=800px
11/// \macro_code
12///
13/// \author Rene Brun
14
15void geomAlice()
16{
17 TGeoManager::Import("http://root.cern/files/alice2.root");
19// gGeoManager->SetVisLevel(4);
28 gGeoManager->GetVolume("RB26Pipe")->InvisibleAll();
31// gGeoManager->GetVolume("PPRD")->InvisibleAll();
34// gGeoManager->GetVolume("Dipole")->InvisibleAll();
50
51 gGeoManager->GetVolume("ALIC")->Draw("ogl");
52 new TBrowser;
53}
R__EXTERN TGeoManager * gGeoManager
Using a TBrowser one can browse all ROOT objects.
Definition TBrowser.h:37
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 Draw(Option_t *option="") override
draw top volume according to option
void InvisibleAll(Bool_t flag=kTRUE)
Make volume and each of it daughters (in)visible.