void geomAlice_itsv() { TGeoManager::Import("http://root.cern/files/alice2.root"); gGeoManager->DefaultColors(); gGeoManager->GetVolume("ITSV")->Draw("ogl"); new TBrowser; }