Demonstrates usage of "Default" geometry alias.
void geom_default()
{
gEve->RegisterGeometryAlias(
"Default",
"http://root.cern/files/alice.root");
gEve->AddGlobalElement(its);
gEve->AddGlobalElement(tpc);
}
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.
A node represent a volume positioned inside another.They store links to both volumes and to the TGeoM...
- Author
- Matevz Tadel
Definition in file geom_default.C.