ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
geom_lhcb.C File Reference

Shows CMS geometry. More...

Go to the source code of this file.

Detailed Description

Shows CMS geometry.

eve_geom_lhcb.png
void geom_lhcb()
{
gGeoManager = gEve->GetGeometry("http://root.cern.ch/files/lhcbfull.root");
tn->SetVisLevel(4);
// EClipType not exported to CINT (see TGLUtil.h):
// 0 - no clip, 1 - clip plane, 2 - clip box
v->CurrentCamera().RotateRad(-1.2, 0.5);
v->DoDraw();
}
Author
Matevz Tadel

Definition in file geom_lhcb.C.