14 gEve->RegisterGeometryAlias(
"ALICE",
"http://root.cern/files/alice.root");
15 gEve->RegisterGeometryAlias(
"ATLAS",
"http://root.cern/files/atlas.root");
19 auto node1 =
gGeoManager->GetTopVolume()->FindNode(
"ITSV_1");
21 gEve->AddGlobalElement(its);
25 auto node2 =
gGeoManager->GetTopVolume()->FindNode(
"OUTE_1");
27 gEve->AddGlobalElement(atlas);
33 auto v =
gEve->GetDefaultGLViewer();
35 v->RefreshPadEditor(
v);
37 v->CurrentCamera().RotateRad(-0.5, -2.4);
externTGeoManager * 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.