]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/hlt-macros/geom_gentle_hlt.C
-Fixed bug in offline buffer that deleted event object.
[u/mrichter/AliRoot.git] / EVE / hlt-macros / geom_gentle_hlt.C
index 43e1dcf7db24c2bcf095110aa71c98c6c8fff678..1778f4865f9e253f6244678f01254314cd4600a8 100644 (file)
@@ -30,13 +30,14 @@ TEveGeoShape* geom_gentle_hlt(Bool_t register_as_global=kTRUE) {
   elTRD->SetRnrState(kFALSE);
 
   TEveElement* elHMPID = gsre->FindChild("HMPID");
-  elHMPID->SetRnrState(kTRUE);
+  elHMPID->SetRnrState(kFALSE);
 
   TEveElement* elPHOS = gsre->FindChild("PHOS");
   elPHOS->SetRnrState(kTRUE);
   elPHOS->FindChild("PHOS_4")->SetRnrState(kFALSE);
   elPHOS->FindChild("PHOS_5")->SetRnrState(kFALSE);
 
+
   if (register_as_global) {
     gEve->AddGlobalElement(gsre);
   }