]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/tof_digits_strips.C
Solve bug #89021 - macros do not neet to do gEve->GetDefaultGeometry() but AliEveEven...
[u/mrichter/AliRoot.git] / EVE / alice-macros / tof_digits_strips.C
index 5deb20b19546a9468b19c4eb82377a5bdc802222..143818d4233f1305daef38e5777717e21c8684e5 100644 (file)
@@ -28,7 +28,7 @@ void tof_digits_strips(Int_t selectedSector=-1)
 
  // Int_t nDigitsInVolume[3] = {-1, -1, -1};
   Int_t nStrips=19;
-  TGeoManager *localGeoManager = gEve->GetGeometry("./geometry.root");//  gGeoManager = gEve->GetDefaultGeometry();
+  TGeoManager *localGeoManager = AliEveEventManager::AssertGeometry();//gEve->GetGeometry("./geometry.root");
 
   if (!localGeoManager) {
     printf("ERROR: no TGeo\n");