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

Demonstates usage of geometry aliases - merge ALICE ITS with ATLAS MUON. More...

Go to the source code of this file.

Detailed Description

Demonstates usage of geometry aliases - merge ALICE ITS with ATLAS MUON.

eve_geom_alias.png
void geom_alias()
{
gEve->RegisterGeometryAlias("ALICE", "http://root.cern.ch/files/alice.root");
gEve->RegisterGeometryAlias("ATLAS", "http://root.cern.ch/files/atlas.root");
// EClipType not exported to CINT (see TGLUtil.h):
// 0 - no clip, 1 - clip plane, 2 - clip box
v->CurrentCamera().RotateRad(-0.5, -2.4);
v->DoDraw();
}
Author
Matevz Tadel

Definition in file geom_alias.C.