14 gEve->RegisterGeometryAlias(
"ALICE",
"http://root.cern/files/alice.root");
15 gEve->RegisterGeometryAlias(
"ATLAS",
"http://root.cern/files/atlas.root");
20 auto node1 =
gGeoManager->GetTopVolume()->FindNode(
"ITSV_1");
22 gEve->AddGlobalElement(its);
26 auto node2 =
gGeoManager->GetTopVolume()->FindNode(
"OUTE_1");
28 gEve->AddGlobalElement(atlas);
34 auto v =
gEve->GetDefaultGLViewer();
36 v->RefreshPadEditor(
v);
38 v->CurrentCamera().RotateRad(-0.5, -2.4);
R__EXTERN TEveManager * gEve
R__EXTERN TGeoManager * gGeoManager
A wrapper over a TGeoNode, possibly displaced with a global trasformation stored in TEveElement.
static TEveManager * Create(Bool_t map_window=kTRUE, Option_t *opt="FIV")
If global TEveManager* gEve is not set initialize it.